#1. What version of Apache JServ you are using
Apache-JServ-1.0b3
#2. What version of Apache you are using
apache_1.3.4
#3. What OS and OS version you are using
Linux lapin 2.2.2 #1 Thu Feb 25 16:29:56 CET 1999 i686 unknown
#4. An exact description of what is going wrong (pretend that we are not
there and we cannot see what you are doing). Include any useful log file
output as well.
http://lapin/jserv/engine/0/
gives me a:
Internal Server Error
and jserv.log gives me:
[10/03/1999 17:26:34:923] (EMERGENCY) ajp11: can not connect to host
127.0.0.1:8007
[10/03/1999 17:26:34:924] (EMERGENCY) ajp11: connection fail
[10/03/1999 17:26:34:924] (ERROR) an error returned handling request via
protocol "ajpv11"
[10/03/1999 17:26:34:924] (ERROR) an error returned handling request via
protocol "status"
any ideas what I've done wrong ???
#5. Your Apache JServ configuration in Apache
LoadModule jserv_module libexec/mod_jserv.so
ApJServManual on
ApJServProperties ./conf/jserv.properties
ApJServLogFile ./logs/jserv.log
ApJServDefaultProtocol ajpv11
ApJServDefaultPort 8007
ApJServSecretKey DISABLED
ApJServMount /example /usr/local/jserv/example
ApJServMount /servlets ajpv11://localhost:8007
ApJServMountCopy on
<Location /jserv/>
SetHandler jserv-status
order deny,allow
deny from all
allow from localhost 127.0.0.1 10.1.1.22
</Location>
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://www.working-dogs.com/>
Problems?: [EMAIL PROTECTED]