I get this error when trying to start httpd:
> >
> > ............................
> > Syntax error on line 99 of
> > /usr/local/src/ApacheJServ-1.0/example/jserv.conf:
> >
> > Invalid command 'SetHandler', perhaps mis-spelled or
> > defined by a module not included in the server configuration
> >............................
It doesn't say this in the documentation, but when "Include"ing
the 'jserv.conf' entry in the httpd.conf, make sure it occurs
AFTER the 'LoadModule mod_mime'. This is because mod_mime
loads the 'SetHandler' directive.
I added the Include entry at the end of httpd.conf and error
no longer occurs.
Andrew Mackayamackay11ATyahooDOTcom |