https://issues.apache.org/bugzilla/show_bug.cgi?id=50155
Joe Orton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO --- Comment #3 from Joe Orton <[email protected]> 2011-02-25 12:00:23 EST --- I can't see mod_ssl opening certs in -t mode here. The code doesn't show that either; it shows a stat() of the cert file, not an open(). # strace httpd -t -D DUMP_VHOSTS 2>&1 | grep /etc/pki stat("/etc/pki/tls/certs/localhost.crt", {st_mode=S_IFREG|0600, st_size=1115, ...}) = 0 stat("/etc/pki/tls/private/localhost.key", {st_mode=S_IFREG|0600, st_size=887, ...}) = 0 Please show e.g. the strace output for httpd failing in open(). -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
