--
On Wed, 23 Jun 1999, you wrote:
> --
>
> I'm running Solaris 7/SPARC, Apache 1.3.6 w/ DSO support, and JServ 1.0
> release.
>
> I did the out-of-the-box install including adding the following lines to my
> httpd.conf...
>
> Include /export/home/justin/jserv/ApacheJServ-1.0/example/jserv.conf
> AddModule mod_jserv.c
Should the 'AddModule mod_jserv.c' be at the end of the other AddModule
directives?
They specify the Load order, i believe.
I did the same thing this morning and added the AddModule line here:
# [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS, TOO]
ClearModuleList
AddModule mod_env.c
AddModule mod_log_config.c
AddModule mod_mime.c
AddModule mod_negotiation.c
AddModule mod_status.c
AddModule mod_include.c
AddModule mod_autoindex.c
AddModule mod_dir.c
AddModule mod_cgi.c
AddModule mod_asis.c
AddModule mod_imap.c
AddModule mod_actions.c
AddModule mod_userdir.c
AddModule mod_alias.c
AddModule mod_access.c
AddModule mod_auth.c
AddModule mod_so.c
AddModule mod_setenvif.c
# AddModule mod_perl.c
AddModule mod_jserv.c
And the Include line is my very first line in the httpd.conf file.
--
Pentacom Communications Limited http://www.pentacom.co.uk
Wouter Boers <[EMAIL PROTECTED]> http://www.ikke.net
38 South Molton Street Phone +44 (0) 171 493 5700
W1Y 1HA London Facsimile +44 (0) 171 493 577
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]