Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

Starting the Apache Web Server in SSL Mode

The Sun Chili!Soft ASP Administration Console can be used to start, stop, and restart the Web server with which the Sun Chili!Soft ASP Server is configured to run. Use the following procedure to start the Apache Web server in SSL mode when Apache is started from the Sun Chili!Soft ASP Administration Console.

Note

The steps in this procedure are based on the assumption that the Apache Web server has been correctly configured with SSL support.

To start the Apache Web server in SSL mode

In the .installed_db file in the CHILI_INSTALL_DIR directory, make the following changes:

·   Change:

webserver_start_script=/<ASP_INSTALL_DIR>/INSTALL/apachectl

"binary=/<APACHE_INSTALL_DIR>/bin/httpd"

"conf=/<APACHE_INSTALL_DIR>/conf/httpd.conf" start

To:

webserver_start_script=/<APACHE_INSTALL_DIR>/bin/apachectl

startssl

·   Change:

webserver_stop_script=/<ASP_INSTALL_DIR>/INSTALL/apachectl

"binary=/<APACHE_INSTALL_DIR>/bin/httpd"

"conf=/<APACHE_INSTALL_DIR>/conf/httpd.conf" stop

To:

webserver_stop_script=/<APACHE_INSTALL_DIR>/bin/apachectl stop

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.