There's a bunch of other mod_ssl configuration directives that you
haven't listed here... did you just omit them from your post or are they
really not in your config file? For example, you'll need to set
SSLEngine on, you'll need to set it to listen to port 443, and about a
dozen other things. If this is the case, please go back and reread the
user manual at http://www.modssl.org/docs/2.3/. Otherwise, I'd need to
see a more complete copy of your config file to know what's going on.
Hope this helps,
Cliff
Cliff Woolley
Central Systems Software Administrator
Washington and Lee University
http://www.wlu.edu/~jwoolley/
Work: (540) 463-8089
Pager: (540) 462-3472
>>> "Ovidiu Asiminei" <[EMAIL PROTECTED]> 08/05/99 03:06PM >>>
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/htdocs/secure">
AllowOverride None
Options None
Order allow, deny
Allow from all
SSLRequireSSL
</Directory>
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]