https problems

kilobit

Verified User
Joined
Feb 8, 2006
Messages
22
Hello, im having all https problems, other than the fact that i can still login to da from the panel. Myphpadmin, squirrelmail ,etc all terminate unexpectedly. Here is an error log clip from apache. Any help would be appreciated.

Code:
[Wed Dec 20 08:07:38 2006] [notice] child pid 3483 exit signal Segmentation fault (11)
[Wed Dec 20 08:07:38 2006] [notice] child pid 3484 exit signal Segmentation fault (11)
[Wed Dec 20 11:47:41 2006] [notice] child pid 8410 exit signal Segmentation fault (11)
[Thu Dec 21 00:10:02 2006] [notice] SIGHUP received.  Attempting to restart
[Thu Dec 21 00:10:04 2006] [notice] mod_security/1.9.4 configured
[Thu Dec 21 00:10:05 2006] [warn] pid file /var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Dec 21 00:10:05 2006] [notice] Apache/1.3.34 (Unix) mod_ssl/2.8.25 OpenSSL/0.9.7a PHP/4.4.2 mod_perl/1.29 FrontPage/5.0.2.2510 configured -- resuming normal operations
[Thu Dec 21 00:10:05 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Dec 21 00:10:05 2006] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Thu Dec 21 00:11:02 2006] [notice] caught SIGTERM, shutting down
[Thu Dec 21 00:11:03 2006] [notice] mod_security/1.9.4 configured
[Thu Dec 21 00:11:03 2006] [notice] Apache/1.3.34 (Unix) mod_ssl/2.8.25 OpenSSL/0.9.7a PHP/4.4.2 mod_perl/1.29 FrontPage/5.0.2.2510 configured -- resuming normal operations
[Thu Dec 21 00:11:03 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Dec 21 00:11:03 2006] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Thu Dec 21 04:51:46 2006] [notice] child pid 21772 exit signal Segmentation fault (11)
[Thu Dec 21 05:20:51 2006] [notice] child pid 21775 exit signal Segmentation fault (11)
[Thu Dec 21 05:20:51 2006] [notice] child pid 21777 exit signal Segmentation fault (11)
[Thu Dec 21 05:20:54 2006] [notice] child pid 21773 exit signal Segmentation fault (11)
[Thu Dec 21 05:20:54 2006] [notice] child pid 21776 exit signal Segmentation fault (11)
[Thu Dec 21 05:20:54 2006] [notice] child pid 29617 exit signal Segmentation fault (11)
[Thu Dec 21 07:06:39 2006] [notice] child pid 21774 exit signal Segmentation fault (11)
[Thu Dec 21 07:06:39 2006] [notice] child pid 21778 exit signal Segmentation fault (11)
[Thu Dec 21 07:06:39 2006] [notice] child pid 29619 exit signal Segmentation fault (11)
[Thu Dec 21 07:06:39 2006] [notice] child pid 29620 exit signal Segmentation fault (11)
[Thu Dec 21 07:06:39 2006] [notice] child pid 30088 exit signal Segmentation fault (11)
[Thu Dec 21 19:22:10 2006] [notice] child pid 1950 exit signal Segmentation fault (11)
[Thu Dec 21 19:22:10 2006] [notice] child pid 1951 exit signal Segmentation fault (11)
[Thu Dec 21 19:22:16 2006] [notice] child pid 32075 exit signal Segmentation fault (11)
[Thu Dec 21 19:22:21 2006] [notice] child pid 1954 exit signal Segmentation fault (11)
[Thu Dec 21 19:22:30 2006] [notice] child pid 32076 exit signal Segmentation fault (11)
[Thu Dec 21 19:22:30 2006] [notice] child pid 9413 exit signal Segmentation fault (11)
[Thu Dec 21 19:22:39 2006] [notice] child pid 32074 exit signal Segmentation fault (11)
[Thu Dec 21 19:24:15 2006] [notice] child pid 32665 exit signal Segmentation fault (11)
[Thu Dec 21 19:24:29 2006] [notice] child pid 29618 exit signal Segmentation fault (11)
[Thu Dec 21 19:25:41 2006] [notice] child pid 21779 exit signal Segmentation fault (11)
[Thu Dec 21 19:26:12 2006] [notice] child pid 27853 exit signal Segmentation fault (11)
[Thu Dec 21 19:29:16 2006] [notice] child pid 27854 exit signal Segmentation fault (11)
 
not sure why it's segfaulting but you are using some seriously outdated software:

Current releases are as follows:

Apache: 1.1.37
mod_ssL: 2.8.28
openssl/0.9.7a (normally back patched by the distro)

maybe try upgrading and see if that fixes things.
 
What would be the proper way to upgrade these packages without messing DA up?
 
cd /usr/local/directadmin/customapache/

./build clean

./build update

./build all

that will get you updated.
 
Thx for showing me that. Im assuming this will update apache with mods. Is there anything else that really needs to be updated? Im really afraid of updating stuff, as im still learning linux. Thanks

Happy Holidays!!
 
well that updates apache based stuff like php etc.. (if you nano the build file you can see all the files it updates).

But you normally need to keep all the other programs up2date yourself, ones you would need to install manually or using the da scripts (in the scripts dir) are

proftpd
exim
vm-pop3
squirrelmail
phpmyadmin

and some more. Search around the forums, it is VERY important to keep your software updated as vendors release these updates a lot of the time for security vulnerabilities and you don't want your machine hacked.
 
I've not yet tried it, but a lot of people swear by the free third-party All in 1 script; search the How-To Guides section of these forums.

Jeff
 
Back
Top