mod_perl.c apache

matthewventura

Verified User
Joined
Jul 1, 2004
Messages
89
[Mon Jun 5 03:37:01 2006] [warn] pid file /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Jun 5 03:37:10 2006] [error] Cannot remove module mod_perl.c: not found in module list
[Mon Jun 5 03:37:11 2006] [warn] pid file /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Jun 5 03:38:01 2006] [error] Cannot remove module mod_perl.c: not found in module list
[Mon Jun 5 03:38:01 2006] [warn] pid file /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Jun 5 03:38:12 2006] [error] Cannot remove module mod_perl.c: not found in module list
[Mon Jun 5 03:38:12 2006] [warn] pid file /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Jun 5 03:39:01 2006] [error] Cannot


Jun 5 03:24:01 vit1 /kernel: pid 46527 (httpd), uid 0: exited on signal 11 (core dumped)
Jun 5 03:24:11 vit1 /kernel: pid 46550 (httpd), uid 0: exited on signal 11 (core dumped)
Jun 5 03:25:01 vit1 /kernel: pid 46580 (httpd), uid 0: exited on signal 11 (core dumped)
Jun 5 03:25:11 vit1 /kernel: pid 46602 (httpd), uid 0: exited on signal 11 (core dumped)
Jun 5 03:26:02 vit1 /kernel: pid 46634 (httpd), uid 0: exited on signal 11 (core dumped)
Jun 5 03:26:11 vit1 /kernel: pid 46657 (httpd), uid 0: exited on signal 11 (core dumped)
Jun 5 03:27:01 vit1 /kernel: pid 46683 (httpd), uid 0: exited on signal 11 (core dumped)
Jun 5 03:27:11 vit1 /kernel: pid 46702 (httpd), uid 0: exited on signal 11 (core dumped)

------

the following fixed it for me:

---

cd /usr/local/directadmin/data/templates
cp virtual_host*.conf custom
cd custom
perl -pi -e 's/php_admin/#php_admin/' *
echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq d
/usr/local/etc/rc.d/httpd restart

http://help.directadmin.com/item.php?id=95
 
Back
Top