https on Solaris 9

From: Andreas Höschler (ahoesch@smartsoft.de)
Date: Wed Oct 27 2004 - 06:23:35 EDT


Dear managers,

I have setup apache on Solaris 9 as follows:

        cp /etc/apache/httpd.conf-example /etc/apache/httpd.conf
        /etc/rc3.d/S50apache start

I also set the following parameters in httpd.conf.

Servername 83.236.147.170

Port 80
Port 443

<VirtualHost _default_:443>
# Enable/Disable SSL for this virtual host.
SSLEngine on
SSLCertificateFile /etc/apache/smartsoft.crt
SSLCertificateKeyFile /etc/apache/smartsoft.key

BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
   # Per-Server Logging:
# The home of a custom SSL log file. Use this when you want a
# compact non-error SSL logfile on a virtual host basis.
#CustomLog /var/log/httpd/ssl_request_log \
# "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>

I created a self-signed certificate. When I try to start this beast I
get

bash-2.05# /etc/rc3.d/S50apache start
httpd starting.
Syntax error on line 327 of /etc/apache/httpd.conf:
Invalid command 'SSLEngine', perhaps mis-spelled or defined by a module
not included in the server configuration
/usr/apache/bin/apachectl start: httpd could not be started

The above approach worked on Solaris 8 with Apache from
sunfreeware.com. What is the easiest way to get https working on
Solaris 9?

Thanks!

Regards,

   Andreas
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:29:37 EDT