image\cslogo3d1.gif

Changes to Netscape Web Server Configuration Files

When you perform a custom installation of Chili!Soft ASP on a computer running Netscape Web Server, the Chili!Soft ASP setup program makes the following three changes to the Netscape Web Server configuration files:

1.   It adds lines to the beginning of the obj.conf file, as follows:

On Sun Solaris:

Init fn="load-modules" funcs="caspreq,caspinit,casptrans" shlib="[C ASP_INSTALL_DIR]/module/sunos5_optimized/netscape/nes_casp2.so"

Init fn="caspinit" casplib="[C ASP_INSTALL_DIR]/asp-[SERVER]-[PORT]"

On Linux:

Init fn="load-modules" funcs="caspreq,caspinit,casptrans" shlib="[C ASP_INSTALL_DIR]/module/netscape/nes_casp2.so"

Init fn="caspinit" casplib="[C ASP_INSTALL_DIR]/asp-[SERVER]-[PORT]"

On IBM AIX:

Init fn="load-modules" funcs="caspreq,caspinit,casptrans" shlib="[C ASP_INSTALL_DIR] module/aix4_optimized/netscape/nes_casp2.so"

Init fn="caspinit" casplib="[C ASP_INSTALL_DIR]/asp-[SERVER]-[PORT]"

On HP-UX:

Init fn="load-modules" funcs="caspreq,caspinit,casptrans" shlib="[C ASP_INSTALL_DIR]/module/ux11_optimized/netscape/nes_casp2.so"

Init fn="caspinit" casplib="[C ASP_INSTALL_DIR]/asp-[SERVER]-[PORT]"

2.   It adds the following lines to the default object section of obj.conf:

<Object name=default>

Service method=(GET|POST) type="chilisoft-internal/active-server-page" fn="caspreq" casplib="[C ASP_INSTALL_DIR]/asp-[SERVER]-[PORT]"

</Object>

3.   It adds the following lines to the mime.types file:

type=chilisoft-internal/active-server-page exts=asp,asa

[C ASP_INSTALL_DIR] resembles: /opt/casp 

[SERVER] resembles: apache

[PORT] resembles: 80

Note

Chili!Soft ASP only supports one instance of LoadObjects in the Netscape Web Server magnus.conf file.

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.