When you perform a custom installation of Chili!Soft ASP 3.6 on a computer running Apache Web Server, the Chili!Soft ASP setup program makes the following changes to the Web server configuration files:
1. For Apache Web Server 1.3.9, 1.3.11, 1.3.12, and 1.3.14 it adds these lines to httpd.conf:
AddHandler chiliasp .asp
AddHandler chiliasp .asa
CaspLib [C ASP_INSTALL_DIR]/asp-[SERVER]-[PORT]
2. For Apache Web Server 1.3.9, 1.3.11, 1.3.12, and 1.3.14 with Dynamic Shared Object (DSO) support, the Chili!Soft ASP setup program also adds lines to httpd.conf, as follows:
On Sun Solaris:
LoadModule casp2_module [C ASP_INSTALL_DIR]/module/sunos5_optimized/apache_[VERSION]/[API]/mod_casp2.so
AddModule mod_casp2.c
On Linux:
LoadModule casp2_module [C ASP_INSTALL_DIR]/module/linux2_optimized/apache_[VERSION]/[API]/mod_casp2.so
AddModule mod_casp2.c
On IBM AIX:
LoadModule casp2_module [C ASP_INSTALL_DIR]/module/aix4_optimized/apache_[VERSION]/[API]/mod_casp2.so
AddModule mod_casp2.c
On HP-UX:
LoadModule casp2_module [C ASP_INSTALL_DIR]/module/ux11_optimized/apache_[VERSION]/[API]/mod_casp2.so
AddModule mod_casp2.c
[C ASP_INSTALL_DIR] resembles: /opt/casp
[VERSION] resembles: 1.3.9
[API] is: eapi or standard
Note
If you are installing Chili!Soft ASP to an Apache Web Server that does not have DSO support, see "Configuring a Non-DSO Apache Web Server" in this chapter.
See also:
Installing a Custom Configuration of Chili!Soft ASP for IBM AIX in this chapter
Installing a Custom Configuration of Chili!Soft ASP for Sun Solaris in this chapter
Installing a Custom Configuration of Chili!Soft ASP for Linux in this chapter
Installing a Custom Configuration of Chili!Soft ASP for HP in this chapter
Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.