[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Installation de OBM 2.3 sur Debian Lenny



Le lundi 02 août 2010 à 11:25 +0200, Le Farfadet Spatial a écrit :

> NameVirtualHost *:443
> <VirtualHost *:443>
>          ServerName obm.le-bars.net
>          DocumentRoot "/var/www/obm/php"
> 
>          SSLVerifyClient none
>          SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown 
> downgrade-1.0 force-response-1.0
> 
>          ErrorLog /var/log/apache2/obm-error.log
>          CustomLog /var/log/apache2/obm-access.log combined
> 
> [ ... ]
> </VirtualHost>
> 

> $ sudo /etc/init.d/apache2 reload
> Warning: DocumentRoot [/var/www/obm/php] does not exist
> Warning: DocumentRoot [/var/www/obm/php] does not exist
> Syntax error on line 15 of /etc/apache2/sites-enabled/obm:
> Invalid command 'SSLVerifyClient', perhaps misspelled or defined by a 
> module not included in the server configuration
>   failed!
Il manque peut être la directive SSLEngine ON ?

http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#sslengine

Julien 



Reply to: