SSLSetEnvIf for combined SSL/non-SSL VHosts

1999-05-31 Thread David Harris


I don't know what the status of implementing a way to have a VirtualHost
section which handles both SSL and non-SSL is. (Something to provide
equivalent functionality as my SSLOnlyOnPort directive.) Last I heard this
was on the back burner, but I have not been keeping up on the list.

Well, I wanted to throw an idea out.

I noticed the following directive in the example httpd.conf file inside the
SSL virtual host.

SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown

Well, I wanted to make sure that I could implement this same functionality
with combined SSL/non-SSL VirtualHosts, so I added a SSLSetEnvIf directive
by modifying mod_setenvif.

My patch is at:
http://www.davideous.com/misc/mod_ssl-2.2.8-1.3.6_SSLOnlyOnPort.diff

I don't know if my implementation is usable, but I want to bring up the need
for a SSLSetEnvIf-type directive to compliment the combined SSL/non-ssl
VirtualHosts

 - David Harris
   Principal Engineer, DRH Internet Services


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: SSLSetEnvIf for combined SSL/non-SSL VHosts

1999-05-31 Thread David Harris


I goofed.. I gave the wrong URL for my patch.

The SSLOnlyOnPort patch is at:
http://www.davideous.com/misc/apache_1.3.6_sslsetenvif.diff

 - David Harris
   Principal Engineer, DRH Internet Services


__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]