> Dear all:
> 
> this has me stumped.
> 
> I want to require SSL for any connection to a specific server.  I thought
> I could do this by simpley including 
> 
> 
> 
> <Location /usr/local/apache/htdocs>
> SSLRequireSSL 
> </Location>
> 
> in httpd.conf.
> 
> However, I can still get the index when not secure, i.e. comming in via
> http://machine_name.
> 
> What am I missing?
> 
> thanks
> 
> 
The Location directive should be a Directory directive
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to