Apologies, the leading slash was not supposed to be there, just copied
a fake file location and forgot to remove it, the full path is defined
for the certs:
SSLCertificateFile "/opt/blah/web/apache2/cert/example.crt"
SSLCertificateKeyFile "/opt/blah/web/apache2/cert/example.key"
SSLCertifica
RHEL: 5
Apache: 2.2.29
Trying to set up a VirtualHost in my 443 configuration
Listen 443 (also tried Listen 443 http)
DocumentRoot"/www/secure"
NameVirtualHost *:443
ServerName test.something.com
RewriteEng
Forgot to include my question,
Is there some additional step you have to take to get SSI to function
on an ErrorDocument page?
Thanks
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: us
Firstly SSI directives are working on my server. If i access the file
directly everything functions as expected.
Working example & file path explanation -
1. Enter in browser: http://example.com/apps/pagenotfound/index.html
2. This is a symlink to: /temp/comp/apps/applayer/index.html
The issue a