You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2007/07/18 20:39:47 UTC

DO NOT REPLY [Bug 35556] - CRL files not re-read by HUP

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35556>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35556





------- Additional Comments From m.miller@f5.com  2007-07-18 11:39 -------
This may be a more general, but related, bug.  We are using 2.0.58 and have 
simmilar issues when we change the crt or key files.  We have patches:

apache-ssldos apxs.envvars apxs.no-httpd-check http_banner http_method

Here I changed the crt:

# strace -eopen -p 1460
Process 1460 attached - interrupt to quit
--- SIGHUP (Hangup) @ 0 (0) ---
--- SIGHUP (Hangup) @ 0 (0) ---
--- SIGCHLD (Child exited) @ 0 (0) ---
open("/etc/httpd/conf/httpd.conf", O_RDONLY) = 5
open("/var/run/config/httpd.conf.d", 
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 6
open("/var/run/config/httpd.conf.d/mod_auth_pam.conf", O_RDONLY) = 6
open("/etc/httpd/modules/mod_auth_pam.so", O_RDONLY) = 14
open("/etc/ld.so.cache", O_RDONLY)      = 14
open("/lib/libpam.so.0", O_RDONLY)      = 14
open("/var/run/config/httpd.conf.d/ssl.conf", O_RDONLY) = 6
open("/etc/httpd/modules/mod_ssl.so", O_RDONLY) = 14
open("/etc/httpd/modules/mod_access.so", O_RDONLY) = 6
open("/etc/httpd/modules/mod_auth.so", O_RDONLY) = 6
open("/etc/httpd/modules/mod_auth_anon.so", O_RDONLY) = 6
open("/etc/httpd/modules/mod_auth_f5_auth_token.so", O_RDONLY) = 6
open("/etc/ld.so.cache", O_RDONLY)      = 6
open("/usr/lib/libf5util.so", O_RDONLY) = 6
open("/usr/lib/libcpp.so.11", O_RDONLY) = 6
open("/usr/lib/libmcp.so", O_RDONLY)    = 6
open("/usr/lib/libstdc++.so.5", O_RDONLY) = 6
open("/lib/libgcc_s.so.1", O_RDONLY)    = 6
open("/etc/httpd/modules/mod_include.so", O_RDONLY) = 6
open("/etc/httpd/modules/mod_log_config.so", O_RDONLY) = 6
open("/etc/httpd/modules/mod_env.so", O_RDONLY) = 6
open("/etc/httpd/modules/mod_expires.so", O_RDONLY) = 6
open("/etc/httpd/modules/mod_headers.so", O_RDONLY) = 6
open("/etc/httpd/modules/mod_setenvif.so", O_RDONLY) = 6
open("/etc/httpd/modules/mod_mime.so", O_RDONLY) = 6
open("/etc/httpd/modules/mod_autoindex.so", O_RDONLY) = 6
open("/etc/httpd/modules/mod_asis.so", O_RDONLY) = 6
open("/etc/httpd/modules/mod_negotiation.so", O_RDONLY) = 6
open("/etc/httpd/modules/mod_dir.so", O_RDONLY) = 6
open("/etc/httpd/modules/mod_actions.so", O_RDONLY) = 6
open("/etc/httpd/modules/mod_alias.so", O_RDONLY) = 6
open("/etc/httpd/modules/mod_cgi.so", O_RDONLY) = 6
open("/etc/httpd/modules/mod_jk2.so", O_RDONLY) = 6
open("/usr/lib/httpd/modules/mod_fastcgi.so", O_RDONLY) = 6
open("/etc/passwd", O_RDONLY)           = 5
open("/etc/group", O_RDONLY)            = 5
open("/etc/group", O_RDONLY)            = 5
open("/etc/passwd", O_RDONLY)           = 5
open("/etc/hosts", O_RDONLY)            = 5
open("/dev/null", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 2
open("/etc/httpd/conf/ssl.crt/server.crt", O_RDONLY) = 14
open("/etc/httpd/conf/ssl.crt/server.crt", O_RDONLY) = 14
open("/etc/httpd/conf/ssl.key/server.key", O_RDONLY) = 14
open("/etc/httpd/conf/ssl.key/server.key", O_RDONLY) = 14
open("/etc/httpd/logs/ssl_mutex.1456", O_WRONLY|O_CREAT|O_EXCL, 0644) = 14
open("/var/cache/mod_ssl/scache.dir", O_RDWR|O_CREAT, 0644) = 16
open("/var/cache/mod_ssl/scache.pag", O_RDWR|O_CREAT, 0644) = 17
open("/var/cache/mod_ssl/scache.dir", O_RDWR|O_CREAT, 0644) = 16
open("/var/cache/mod_ssl/scache.pag", O_RDWR|O_CREAT, 0644) = 17
open("/var/cache/mod_ssl/scache.dir", O_RDWR|O_CREAT, 0644) = 16
open("/var/cache/mod_ssl/scache.pag", O_RDWR|O_CREAT, 0644) = 17
Process 1460 detached


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org