Hi
 
I install Apache 1_3_6 + modssl + open SSL
and all it's OK !
But now I want to create a directory secure ( where I put my secure form ) and I
want to start secure mod just when go in secure directory
I put this in httpd.conf
 
<Directory "/usr/local/apache/htdoscs/secure">
      AllowOverride None
      Options None
      Order allow, deny
      Allow from all
      SSLRequireSSL
</Directory>
 
But I think made a mistake because not work
 

If someone knows a fix that would be much appriciated.
 
Regards
 
Ovidiu

Reply via email to