Java Mailing List Archive

http://www.redhatconfig.com/

Home » Red Hat Linux Discussion »

httpd+ssl

Mad Unix

2008-01-21

Replies:

Author LoginPost Reply
I have the following

vi /etc/httpd/conf.d/ssl.conf
<VirtualHost *:443>

    ServerAdmin postmaster@(protected)
    DocumentRoot /var/www/mail/html
    SSLEngine on
    SSLCertificateFile /usr/local/ssl/linux.my.com.crt
    SSLCertificateKeyFile /usr/local/ssl/linux.my.com.key

    ErrorLog /var/www/mail/logs/ssl_error_log

    RewriteEngine On
    RewriteRule ^/index\.html$ http://mail.my.com/cgi-bin/sqwebmail

    ScriptAlias /cgi-bin/ "/var/www/mail/cgi-bin/"

    <Directory "/var/www/mail/cgi-bin">
       AllowOverride None
       Options None
       Order allow,deny
       Allow from all
    </Directory>

    SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0

    CustomLog /var/www/mail/logs/ssl_request_log "%t %h %{SSL_PROTOCOL}x
%{SSL_CIPHER}x \"%r\" %b"

  </VirtualHost>

[root@(protected)
Stopping httpd: [FAILED]
Starting httpd: Syntax error on line 5 of /etc/httpd/conf.d/ssl.conf:
Invalid command 'SSLEngine', perhaps misspelled or defined by a module not
included in the server configuration
[FAILED]

[root@(protected)
Syntax error on line 5 of /etc/httpd/conf.d/ssl.conf:
Invalid command 'SSLEngine', perhaps misspelled or defined by a module not
included in the server configuration

any help ?

--
madunix
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@(protected)
https://www.redhat.com/mailman/listinfo/redhat-list
©2008 redhatconfig.com - Jax Systems, LLC, U.S.A.