----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Willem
What about this:
# Enable the Apache JServ status handler with the URL of
# "http://servername/jserv/" (note the trailing slash!)
# Change the "deny" directive to restrict access to this status page.
<Location /jserv/>
SetHandler jserv-status
order deny,allow
deny from all
allow from 127.0.0.1
</Location>
Is it in your jserv.conf? Doesn't seem like it is.
Chris
On Thu, 24 Aug 2000 15:13:35 +0200, willem wrote:
>----------------------------------------------------------------
>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!!!
>----------------------------------------------------------------
>
>okee her you have my jserv.conf
>I posting the ting that where say before also:"
>
>here is a copy out of my apache error log:"
>[Wed Aug 23 21:24:36 2000] [error] [client 127.0.0.1] File does not
>exist: /usr/local/apache/htdocs/jserv/status"
>
>I'have creatitit manualy but it still gives me this error???
>"
>"
>Hi Willem
>
>It's in the FAQ. Disable it unless you need it
>
>ApJServSecretKey DISABLED in your jserv.conf
>
>Chris
>
>"
>"
>yes I have read that but I have it in my conf file so that
>can't be it. any other Idea's?
>"
>"
>Hi Willem
>
>It's in the FAQ. Disable it unless you need it
>
>ApJServSecretKey DISABLED in your jserv.conf
>
>Chris
>"
>"
>I'm verry sorry to report that there is no secont one and it is spellt
>right.
>but thx anyway I will live with one error. exept if someone else knows
>any solutions?
>
>"
>"
>Willem
>
>Better post your jserv.conf so we can see what is wrong.
>
>Chris
>
>"
>
>LoadModule jserv_module /usr/local/apache/libexec/mod_jserv.so
>
><IfModule mod_jserv.c>
>ApJServManual on
>ApJServDefaultProtocol ajpv12
>ApJServDefaultHost develop
>ApJServDefaultPort 8007
>ApJServSecretKey DISABLED
>ApJServMount /losser ajpv12://develop.wildape:8007/hero
>ApJServMount /windows ajpv12://develop.wildape:8007/linux
>ApJServLogLevel notice
>ApJServLogFile /usr/local/apache/logs/mod_jserv.log
></IfModule>
>
>
>--
>--------------------------------------------------------------
>Please read the FAQ! <http://java.apache.org/faq/>
>To subscribe: [EMAIL PROTECTED]
>To unsubscribe: [EMAIL PROTECTED]
>Search Archives:
><http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
>Problems?: [EMAIL PROTECTED]
>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]