----------------------------------------------------
Please read the FAQ at <http://java.apache.org/faq/>
It has a search feature and all the answers!
----------------------------------------------------

Radhakrishnan Srikanth wrote:
> 
> ----------------------------------------------------
> Please read the FAQ at <http://java.apache.org/faq/>
> It has a search feature and all the answers!
> ----------------------------------------------------
> 
> >
> > >
> > >  % /usr/local/apache/bin/apachectl start
> > > Syntax error on line 114 of /usr/local/jserv/etc/jserv.conf:
> > > Invalid command 'SetHandler', perhaps mis-spelled or defined by a module
> > > not included in the server configuration
> > > /usr/local/apache/bin/apachectl start: httpd could not be started
> > >
> > > I configured jserv and apache as per instructions.  I am running Redhat
> 6.0.
> 
> <Location /jserv/>
>     SetHandler jserv-status
> 
>     order deny,allow
>     deny from all
>     allow from localhost
> </Location>

Sounds correct, I hope there is no special/non printable character in
your config.

SetHandler is  a Apache directive, and should be recognized, unless you
did something special ?
Are you using DSO ? if yes, did you load the module before this line ?
if not DSO, does /usr/local/apache/bin/httpd -l gives the mod_jserv.c in
the output ?
If you comment these lines 'from <Location>to </Location> , does apache
start with jserv running test servlets ?

Jean-Luc


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

Reply via email to