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

I am trying to get JServ working correctly with Apache 1.3.12 on Mandrake Linux
7.0 (RH 6.2)  I installed from the RPMs. I keep getting a 403 Forbidden You
don't have permission to access /jserv/ on this server.  I am using the URL
http://localhost/jserv/

Here is how my Location is set:
<Location /jserv/>
SetHandler jserv-status

order deny,allow
deny from all
allow from localhost,127.0.0.1, 24.17.155.35
</Location>

I origianlly just had localhost but added the two IP just to try something.

Is there any permissions that I need to set?

Thanks in Advance

-- 
Steven Ford
[EMAIL PROTECTED]
ICQ: 18015499


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