On Fri, Nov 27, 1998, [EMAIL PROTECTED] wrote:

>[...]
>   SSLRequire %{REMOTE_ADDR} =~ m/^127\.0\.0\.1$/
>[...]
>    Syntax error on line 499 of /etc/httpd/conf/httpd.conf:
>    SSLRequire not allowed here
>    /usr/sbin/apachectl startssl: httpd could not be started
> 
> but the User Manual (thanks, it's excellent) says it is allowed in
> server config, virtual host, directory and .htaccess
> What to do, master?

Sorry, it's my fault in being to slow releasing mod_ssl 2.1.1. I've already
fixed those bugs there, but it's still not released.  The SSLRequire docs and
sample config were incorrect: SSLRequire is only allowed in per-directory
context, so usually you just have to surround it with a <Location
/>...</Location> or a <Directory xx>...</Directory> where xx is your
DocumentRoot. It will be fixed this way with 2.1.1 which should be available
the next days.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

______________________________________________________________________
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