On Thu, Mar 18, 1999, [EMAIL PROTECTED] wrote:

> Full_Name: Fred Condo
> Version: 2.2.3
> OS: FreeBSD 3.1-R
> Submission from: pm3dyn90.dip.csuchico.edu (132.241.249.90)
> 
> When using configtest, I get this error:

"configtest"? What's this?

> Syntax error on line 845 of /usr/local/etc/apache/httpd.conf:
> Invalid command 'SSLRequireSSL', perhaps mis-spelled or defined
> by a module not included in the server configuration
> 
> <Location /server-status>
>     SetHandler server-status
>     SSLRequireSSL             <-- this is line 845
>     Order deny,allow
>     Deny from all
>     Allow from .lightsidegroup.com
>     Allow from .csuchico.edu
> </Location>
>  
> This also causes graceful and restart to fail, so I have to kill the
> daemon and relaunch it after doing configuration changes.

It's usually simple: when SSLRequireSSL isn't found, then mod_ssl isn't
present. When you built mod_ssl statically with httpd, then make sure a
"mod_ssl.c" occurs when you run "httpd -l". When you built mod_ssl as a DSO
libssl.so, then make sure you have a "LoadModule ... libssl.so" directive in
your configuration file. And when it's there make sure it's either not
surrounded by a <Define XXX>...</Define> or at make sure you start Apache with
"httpd -DXXX", 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