Results 1 to 3 of 3
I was tried to shut apache down and then restart it, but its not working. I even rebooted the system.
below is the error log
[Sun Jun 27 16:41:04 2004] ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-27-2004 #1Just Joined!
- Join Date
- Jun 2004
- Location
- cincy
- Posts
- 4
apache wont restart
I was tried to shut apache down and then restart it, but its not working. I even rebooted the system.
below is the error log
[Sun Jun 27 16:41:04 2004] [notice] caught SIGTERM, shutting down
- 06-27-2004 #2Just Joined!
- Join Date
- Jun 2004
- Location
- cincy
- Posts
- 4
i get this when i run /etc/rc.d/init.d/httpd configtest
/usr/sbin/apachectl: line 105: 4701 Segmentation fault $HTTPD -t
- 07-02-2004 #3Just Joined!
- Join Date
- Jun 2004
- Posts
- 8
Apache Repair
Copy the current httpd.conf to /root/http-conf.bad
delete your httpd binary
delete apachectl
get the latest apache 2049 source and compile it so that it installs to
/usr/local/apache
./configure --prefix=/usr/local/apache --enable-module=most --enable-module=so
make
make install
(it will retain your old htdocs and other settings, but overwrite httpd-conf)


Reply With Quote
