Hi all,
I'm running a main host in port 80 and a virtual host for SSL. I want the secure directory to be accessed only through SSL, so I defined the following in the httpd.conf:

<Directory /home/www/htdocs/secure/*>
SSLRequireSSL
</Directory>

As far as I know, this directives are correctly written; however, I get a syntax error when I start Apache, something like:
Syntax error in 'SSLSSLRequireSSL'
(yes, 'SSL' written twice before 'RequireSSL'!)

If I just write RequireSSL instead of SSLRequireSSL, the error disappears and Apache can start normally.

The thing is, why do I get that syntax error when there's an SSLRequireSSL directive?
Has the version of Apache (I use Apache 1.3.3) something to do with it?

TIA --E.
 
  ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Reply via email to