----------------------------------------------------------------
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 am getting a weird error when starting Apache. Here is the message after
typing in:
/usr/local/apache/bin/apachectl start
Syntax error on line 132 of /usr/local/ApacheJServ-1.1/conf/jserv.conf:
Invalid command 'SetHandler', perhaps mis-spelled or defined by a module not
inc
luded in the server configuration
/usr/local/apache/bin/apachectl start: httpd could not be started
I did not change anything in that file as the defaults pointed to the right
places. I have, at one time, commented out the offending lines, but that does
not seem to be the right way to go about it.
Below is the offending statements:
<Location /jserv/>
SetHandler jserv-status
order deny,allow
deny from all
allow from localhost
</Location>
Before, when I commented out the SetHandler line, it would crash on the
'order deny,allow' line. After I commented the whole <Location /jserv/>
container, httpd was started.
Appreciate the help,
Ben Ricker
Essehealth
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]