Hello,

 The "SSLRequireSSL" command doesn't exist !!
 
  try :

         <Directory /home/http/testssl>
           SSLRequire true
         </Directory>


Thierry

-----Message d'origine-----
De : Firas [mailto:[EMAIL PROTECTED]]
Envoy� : mercredi 30 mai 2001 12:00
A : [EMAIL PROTECTED]
Objet : Invalid command 'SSLRequireSSL'


Hi everyone,

I'm trying to use SSLRequireSSL to protect a directory but I keep
getting
the following error on apachectl configtest :

Syntax error on line 1267 of /usr/local/apache/conf/httpd.conf:
Invalid command 'SSLRequireSSL', perhaps mis-spelled or defined by a
module
not included in the server configuration

These are the lines that I added, they're in the main server
configuration :

<Directory /home/http/testssl>
SSLRequireSSL
</Directory>

SSL is working fine on the server, I can connect to https://myserver.com
,
but SSLRequireSSL doesn't seem to be working for some strange reason.
mod_ssl-2.8.2-1.3.19 was configured as follows :
 ./configure --with-apache=../apache_1.3.20 \
--with-ssl \
--enable-shared=ssl

and apache_1.3.20  :
SSL_BASE=../openssl-0.9.6a \
./configure \
--enable-module=ssl \
--activate-module=src/modules/php4/libphp4.a \
--enable-module=php4 \
--prefix=/usr/local/apache \
--enable-shared=ssl \
--add-module=src/modules/standard/mod_auth_db.c \
--activate-module=src/modules/perl/libperl.a \
--enable-module=perl \
--add-module=src/modules/standard/mod_auth_dbm.c \
--enable-module=so

Can anyone help out ?

Thanks in advance,
Firas







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

Reply via email to