----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
I get the following error when I try to restart apachect1 using
the command
/usr/local/apache/bin/apachectl restart
/usr/local/apache/bin/apachectl restart: httpd not running,
trying to start
Syntax error on line 17 of
/usr/local/src/ApacheJServ-1.1.2/example/jserv.conf:
Invalid command 'ApJServManual', perhaps mis-spelled or defined
by a module not
included in the server configuration
/usr/local/apache/bin/apachectl restart: httpd could not be
started
The OS is redhat linux 6.2 kernel version 2.2.14-5.0smp. I have
installed apache version 1.3.12 with DSO support as stated in
http://www.magiccookie.com/computers/apache-jserv/
The FAQ given at
http://list.working-dogs.com/lists/java-apache-users/1999/java-apache-users%20Di%2001-14-99
answers the same question as shown below:
Try executing httpd with the -l option (e.g. # httpd -l) and
see if
> mod_jserv.c is in the list of compiled in modules. If not
you might look
> in the src directory of Apache and see if the newly compiled
binary is in
> there and if it is check to see if it's got mod_jserv.c
compiled in with
> the same option. If it is you might want to rename httpd in
the apache
> root to httpd-bak and then move the httpd copy in src to the
apache root
> (cp httpd ../).
When I did httpd -l mod_jserv.c was not listed.
Now, when I looked under /usr/lib/apache/ for mod_jserv.so I
could not find it. Since the above tells me what to do if the
binary already exists I have no idea what to do next.
Please correct me if I have interpreted the above FAQ incorrectly.
Also I request for a work around for the above problem.
Thank You in advance.
Sincerely,
Kamesh Kompella
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]