Invalid command 'SSLEnable'
I get this problem below and it just won't go away
root@soledad [~]# httpd configtest
Syntax error on line 1363 of /usr/local/apache/conf/httpd.conf:
Invalid command 'SSLEnable', perhaps mis-spelled or defined by a module not included in the server configuration
I recompiled apache on default, #8 (cpanel box) That didn't fix it regardless of being compiled WITH sslenable module
These are in httpd.conf also
AddModule mod_setenvif.c
<IfDefine SSL>
AddModule mod_ssl.c
</IfDefine>
SSLEnable
SSLCertificateFile /usr/share/ssl/certs/domain.net.crt
SSLCertificateKeyFile /usr/share/ssl/private/domain.net.key
SSLLogFile /usr/local/apache/domlogs/domain.net-ssl_data_log
CustomLog /usr/local/apache/domlogs/domain.net-ssl_log combined
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
</VirtualHost>
Any one have any idea about this?