https on Solaris 9

From: Andreas Höschler (ahoesch_at_smartsoft.de)
Date: 10/27/04

  • Next message: Adrian Phipps (AC): "Weird useradd problem."
    Date: Wed, 27 Oct 2004 12:23:35 +0200
    To: sunmanagers@sunmanagers.org
    
    

    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


  • Next message: Adrian Phipps (AC): "Weird useradd problem."

    Relevant Pages

    • Re: use ssl only on certain directories
      ... And on the https side of things have ... But do I need to setup a completely different virtual host for every ... set of directories that I want to secure with ssl. ... On Apr 12, 2006, at 2:38 PM, Kishore Jalleda wrote: ...
      (RedHat)
    • Re: SSL questions
      ... >> only just begun trying to use SSL and secure browsing. ... So make sure that you have an IP based virtual host. ... > the hosting service that you want one for SSL. ... > You will need a digital certificate. ...
      (alt.php)
    • Samba PDC dumping a core on Solaris 9
      ... I have compile and build a Samba PDC with an OpenLDAP backend to work on ... on Solaris 9 sparc (with native ldapclient using SSL). ... I managed to recompile my Openldap libs & Samba ... binairies on Solaris 9 and then retry but got the same error. ...
      (SunManagers)
    • Re: SSL questions
      ... >>only just begun trying to use SSL and secure browsing. ... So make sure that you have an IP based virtual host. ... > the hosting service that you want one for SSL. ... > You will need a digital certificate. ...
      (alt.php)
    • Re: use ssl only on certain directories
      ... But do I need to setup a completely different virtual host for every set of directories that I want to secure with ssl. ... On Apr 12, 2006, at 2:38 PM, Kishore Jalleda wrote: ...
      (RedHat)