-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Montag, 2. Februar 2004 17:30 schrieb Yiannis Mavroukakis:
> Use the Location directive and stick SSLRequireSSL in it.
>
> <Location /path/to/root/of/webapp>
>       SSLRequireSSL
> </Location>

I tried this, but it doesn't seem to work. I actually have three location 
sections in the virtual host section for SSL in my ssl.conf:

<Location "/demo_02/*">
    SSLRequireSSL
        Order Allow,Deny
        Allow from All
</Location>

<Location "/demo_02/WEB-INF/*">
    AllowOverride None
    deny from all
</Location>

<Location "/demo_02/META-INF/*">
    AllowOverride None
    deny from all
</Location>

But I still can access the webapp with both http://localhost/demo_02 and 
https://localhost/demo_02. 

Ralf.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFAHsJC7YyyfykA0YkRAl5SAJ94hC0SroJZOBZsCwykdNJS885sHwCghuqD
aR4aGgAWV+oEpv1QO8huIpA=
=ye1K
-----END PGP SIGNATURE-----


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to