This is a discussion on Re: mod_rewrite and ssl within the Linux Web Servers forums, part of the Web Server and Related Forums category; On 23 Jun 2003 00:33:18 -0700, eudgster <miporti@gmx.ch> wrote: > Hi > > I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 23 Jun 2003 00:33:18 -0700, eudgster <miporti@gmx.ch> wrote:
> Hi > > I have problems to get access to SSL Environment Variables. If I > want to redirect in order of the protocol version (TLSv1, SSLv3, > SSLv2), the > received input string is always an empty string. > > //conf file > SSLOptions +StdEnvVars > > RewriteCond %{SSL_PROTOCOL} ^SSL* > RewriteRule ^/$ /dir1/index.html > > //Error Log > 10.0.0.7 - - [04/Jun/2003:16:54:10 --0400] > [xxxx/sid#814b3f8][rid#81a1328/initial] (4) RewriteCond: > input='' pattern='^SSL*' => not-matched > > input is always empty, but in the CustomLog-File from Apache has > access to this > env. variable. There I see the different protocol versions. > If you have both mod_ssl and mod_rewrite as modules, you could try changing the order they are loaded in. vh Mads Toftum -- `Darn it, who spiked my coffee with water?!' - lwall |
| Thread Tools | |
| Display Modes | |
|
|