![]()
Configuring Instant ASP with iASP Static Library
on Apache Web ServerIf your Apache web server does not support DSO (Dynamic Shared Object) on Unix platforms, you must build Apache with the Instant ASP static library according to the following instructions:
- Create an "iasp" directory under <APACHE_SOURCE>/src/modules
- Copy the Makefile.tmpl, Makefile.libdir and libmodiasp.a to <APACHE_SOURCE>/src/modules/iasp. The Makefile.tmpl and Makefile.libdir are under the directory <iASP installed path>/bin/apache, and Libmodiasp.a is in <iASP installed path>/bin/apache/<unix os>/<version>, respectively.
NOTE: <unix os> represents the unix os (e.g., linux, solaris or unixware) you are running, and <version> represents the version number of Apache you installed (e.g., 1.3.0, 1.3.1 ...).
- Run the configure script and do a make and a make install:
./configure --prefix=<apache installed path> --activate-module=src/modules/iasp/libiasp.a
make
make install
- Open srm.conf of Apache and insert the following lines (the following example assumes iASP was installed under /export/home/iasp):
Alias /iasp "/export/home/iasp"
iASPConfig server "/export/home/iasp/properties/server.properties"
iASPConfig rules "/export/home/iasp/properties/rules.properties"
If you encounter any problems or errors, please contact support@halcyonsoft.com.
Copyright © 1998-2000, Halcyon Software Inc. All rights reserved.