On Thu, Nov 26, 1998, Ernst Heiri wrote:

> I just tryed to configure in the general part of the configuration 
> (not inside a virtual server).
> 
> # the SSL part of the document-tree
> <Directory "/xxx/yyy/htdocs/sec">
> SSLRequireSSL
> </Directory>
> 
> Starting apache with SSL results in the configuration error:
> 
> $ ./apachectl startssl
> Syntax error on line 89 of /etc/httpd/httpd_80/conf/access.conf:
> Invalid command 'SSLSSLRequireSSL', perhaps mis-spelled or defined by a module not 
>included in the server configuration
> ./apachectl startssl: httpd could not be started
> 
> replacing "SSLRequireSSL" by "RequireSSL" fixes the problem.
> (but this my not be the intention of the designer ;-)
> 
> I'm using:
>   mod_ssl-2.0.14
>   solaris 2.7

Yes, two days ago I worked on the compat code myself for 2.1.1 and found out
that the simple comparisons in 2.1.0 are really too problematic. Your
"SSLRequireSSL" problem is one result of his fact. I've now replaced this with
more accurate comparisons so such "half-matchings" are avoided. Nevertheless
thanks for the feedback. It will be fixed in 2.1.1 which comes out the next
days. In the meantime when you don't need the compat code you can just build
mod_ssl without it by using --disable-rule=SSL_COMPAT, of course.

                                       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