Re: [users@httpd] 443 VirtualHost setup yields "Server should be SSL-aware" error

2015-08-04 Thread eigenbrais1
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

[users@httpd] 443 VirtualHost setup yields "Server should be SSL-aware" error

2015-08-04 Thread eigenbrais1
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

[users@httpd] Fwd: SSI directives not working on page used in ErrorDocument directive

2015-07-23 Thread eigenbrais1
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

[users@httpd] SSI directives not working on page used in ErrorDocument directive

2015-07-23 Thread eigenbrais1
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