C.1.2 Netscape Servers on Unix

The installation process for Chili!Soft ASP for UNIX systems adds the following lines to the beginning of the obj.conf file:
Init fn="load-modules" funcs="caspreq,caspinit,casptrans" shlib="[casp installdir]/module/netscape_3.6/nes_casp2.so"
Init fn="caspinit" casplib="[casp installdir]/asp-[server]-[port]"
The following lines are added to the default object section of obj.conf:
<Object name=default>
Service method=(GET|POST) type="chilisoft-internal/active-server-page" fn="caspreq" casplib="[casp installdir]/asp-[server]-[port]"
</Object>
The following line is added to the mime.types file:
type=chilisoft-internal/active-server-page exts=asp,asa
Note:
Chili!Soft ASP only supports one instance of LoadObjects in the magnus.conf file.
Copyright © 2000 Chili!Soft
|