> Trying to enable ssl on apache after creating the certificates and keys
> I decide to change the conf files for finally having a litle ssl.
> I made a vhost like this :
>
>
> <VirtualHost 10.165.0.2:443>
> ServerName mail.some.domain.gr
> SSLEngine on
> SSLCACertificateFile /etc/httpd/conf/certs/ca.crt
> SSLCertificateFile /etc/httpd/conf/certs/mykey.crt
> SSLCertificateKeyFile /etc/httpd/conf/certs/mykey.key
> DocumentRoot /home/httpd/sites/squirrelmail
> </VirtualHost>
>
> And I uncomment the following in httpd.conf :
>
> <IfDefine SSL>
> LoadModule ssl_module modules/mod_ssl.so
> </IfDefine>
>
>
> then hoping that there is all ok I tried to restart Apache. Never 
> restarted...
> Error :
> Invalid command 'SSLEngine', perhaps mis-spelled or defined by a
> module not included
>
> But the module it supposed that it is enabled.. I even try to comment
> SSLEngine on and
> to change it with the old style SSLEnable but nothing...

Maybe in /etc/sysconfig/httpd:

# Command line arguments here
HTTPDARGS="-D SSL"


--
Ariën Huisken


_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to