--

I might not be quite up to date on the version you are running --
In the documentation it tell you to enter the < module for apache to load jserv
??

LoadModule jserv_module libexec/mod_jserv.so

I found that the documentation tells you to catonate the two confs together or
use the include: option which just points the end of your apache httpd.conf to
your jserv.connf.
I personally found it easier to just cat  jserv.conf  >> httpd.conf.
Also in doing this they have already added the <LoadModule... > line that is
required (as per there documentation) to be added to your httpd.conf in the
jserv.conf  thus apache will not start ?? just remove the duplicate entry and it
should elevate the problem


Greg Tomalesky wrote:

> --
>
> Esther:
>
>     Apache will only read the httpd.conf in the apache path by default. So
> that is the one you should modify.
>
> Greg
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> <[EMAIL PROTECTED]>
> Date: Wednesday, July 07, 1999 2:12 PM
> Subject: Apache JServ Configuration question
>
> >--
> >
> >     Hi,
> >       I had a question about configuring Apache JServ.  I'm running Apache
> >     1.3.4 and Apache JServ1.0 on HP-UX-11.0.  All the documentation I've
> >     read says to place the following lines in httpd.conf.  The problem is
> >     that I have an httpd.conf in my apache directory and in my jserv
> >     directory...which one do I alter, or do I alter both?
> >
> >     LoadModule jserv_module libexec/mod_jserv.so
> >
> >     Also for libexec/mod_jserv.so, do I need to specify the absolute path
> >     to mod_jserv.so?
> >
> >
> >     Esther
> >
> >
> >
> >--
> >--------------------------------------------------------------
> >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]
> >
> >
>
> --
> --------------------------------------------------------------
> 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]



--
--------------------------------------------------------------
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]

Reply via email to