If you are running already an apache-ssl server from this
locker and you just want to update it to this rev:
- change to the new httpsd binary in /var/https/bin to:
- for Solaris8 (sun4u)
- if you want to run just with ssl
(httpsd)
- if you want to run just with ssl and Java servlet support
(httpsd+jserv)
- copy your httpd.conf file in httpsd.conf and add instructions
for the gcache :
- SSLCacheServerPath /var/https/bin//gcache
- SSLCacheServerPort XXXX
- SSLSessionCacheTimeout 15
- If you choose to run the Java servlet version of httpsd you need
the examples and jserv subdirectories from the new /var/https (they are part
of the new var.https.jserv.tar file) and you need an working java1.1 environment. You need as well the configuration files : jserv.conf, jserv.properties found in the new https.jserv.tar file.
- If you picked the version that includes JSP (var.https.jserv.jsp.tar.gz)
you need to copy alphzone and gnujsp subdirectories (found in the file var.jserv.gnujsp.tar) as well.