December 2002
Intermediate to advanced
588 pages
25h 57m
English
JServ has its own Apache directives, which are documented in the jserv.conf file.
To run JServ on Win32, tell Apache to load the Apache JServ communication module with:
... LoadModule jserv_module modules/ApacheModuleJServ.dll ...
If JServ is to be run as a Shared Object, tell Apache on Unix to load the Apache JServ communication module:
LoadModule jserv_module /usr/local/bin/libexec/mod_jserv.so
It would be sensible to wrap the JServ directives in this:
<IfModule mod_jserv.c>