Full_Name: Tom Emmel
Version: 2.6.5-1.3.12
OS: linux
Submission from: (NULL) (198.76.172.200)
Running "apachectl restart" causes the apache servers to stop when apache is
running with mod_ssl enabled (startssl).
Configuration:
linux 6.0
apache-1.3.12
mod_ssl-2.6.5-1.3.12
openssl-0.9.4
Steps to reproduce the problem:
./apachectl startssl
./apachectl restart
Although the restart appears to succeed and the script exits with 0, the servers
stop.
web1.root> sh -x ./apachectl restart
+ PIDFILE=/usr/local/apache/logs/httpd.pid
+ HTTPD=/usr/local/apache/bin/httpd
+ LYNX=lynx -dump
+ STATUSURL=http://localhost/server-status
+ ERROR=0
+ ARGV=restart
+ [ xrestart = x ]
+ [ -f /usr/local/apache/logs/httpd.pid ]
++ cat /usr/local/apache/logs/httpd.pid
+ PID=12804
+ [ x12804 != x ]
+ kill -0 12804
+ STATUS=httpd (pid 12804) running
+ RUNNING=1
+ [ 1 -eq 0 ]
+ /usr/local/apache/bin/httpd -t
+ kill -HUP 12804
+ echo ./apachectl restart: httpd restarted
./apachectl restart: httpd restarted
+ exit 0
This problem does not occur under mod_ssl-2.6.3-1.3.12.
Thanks,
Tom
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]