[EMAIL PROTECTED] wrote:
>
> http.conf
>
> LoadModule jserv_module libexec/mod_jserv.so
> ApJServManual Off
> ApJServProperties /usr/local/apache/etc/jserv.properties
> ApJServLogFile /usr/local/apache/logs/jserv.log
> ApJServDefaultProtocol ajpv11
> ApJServDefaultPort 8007
> ApJServSecretKey /usr/local/apache/etc/jserv.secret.key
> ApJServMount /example /example
> <Location /jserv/>
> SetHandler jserv-status
> order deny,allow
> deny from all
> allow from localhost 127.0.0.1
> </Location>
>
I can't remember defaults... The config file seems right, in fact your
ApJServMount will be translated into ajpv11://localhost:8007/example....
Maybe somethin's not working around there...
Try to change to:
ApJServMount /example ajpv11://localhost:8007/example
Pier
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://www.working-dogs.com/>
Problems?: [EMAIL PROTECTED]