Using Oracle Internet Application Server, which is based on Apache 1.3.12, I am 
trying to restrict access to a URL/virtual directory.

I've tried but failed with .htaccess and also using directory and location tags 
in httpd.conf.

location seems to be my best shot since there is no physical directory mapped to 
this.

Any ideas  would be greatly appreciated. 

This is what I've entered into httpd.conf at the very bottom outside any other 
tag.

<Location /pls/eis_test/fyaccess.eis.main>
        order deny,allow
        deny from all
        allow from 156.40.28.189
</Location>

Thanks,
Jim Priovolos
National Cancer Institute
301-435-6137

Reply via email to