Hiho there...

I got the same error inside the httpd.conf file so i tried SSLRequire 
inside a .htaccess file in the directory to be secured...that worked..

Hope that helps...

- tobias

> Hi Thierry ,
> 
>  Unfortunately I get the same kind of error :
> 
> Invalid command 'SSLRequire', perhaps mis-spelled or defined by a
> module not included in the server configuration
> 
> Something is obviously broken here, but if mod_ssl wasn't working at
> all then I shouldn't be able to access the secure server at all right ?
> 
> - Firas
> ----- Original Message -----
> From: "BERWART Thierry" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, May 30, 2001 7:46 AM
> Subject: RE: Invalid command 'SSLRequireSSL'
> 
> 
>>
>> 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]
>>
> ______________________________________________________________________
> 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