From: Jeff Trawick Sent: March 17, 2010 13:25
>
> (no mod_ssl-set envvars but HTTPS)
>
> Can you show the part of your config where you added
>
> SSLOptions +StdEnvVars
>From /etc/httpd/conf.d/ssl.conf:
<VirtualHost *:443>
ServerName <value intentionally masked>
ServerAlias <value intentionally masked>
ServerAlias <value intentionally masked>
DocumentRoot /var/www/fap
ServerAdmin <value intentionally masked>
ErrorLog /etc/httpd/logs/error_log
TransferLog /etc/httpd/logs/access_log
SSLEngine on
SSLCertificateFile /usr/pgi/crt/pgi.crt
SSLCertificateKeyFile /usr/pgi/crt/pgi.key
# SSLCACertificateFile /etc/httpd/conf/ssl.crt/ca-bundle.crt
<Files ~ "\.(cgi|shtml)$">
SSLOptions +StdEnvVars
</Files>
<Directory "/etc/httpd/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
CustomLog /etc/httpd/logs/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>
There are two VirtualHost entries in the configuration file but both
are virtually identical except for the ServerName, ServerAlias and
DocumentRoot values.
TIA
Regards, Hugh
--
Hugh E Cruickshank, Forward Software, www.forward-software.com
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
" from the digest: [email protected]
For additional commands, e-mail: [email protected]