Apache configuration

2002-09-25 Thread Bob Bell
I'd like to restrict access to on Apache so that: 1) Access to the immediate contents of the directory "photo" are restricted to non-local IPs, except 2) Access is granted to "index.cgi", to use as the default, and 3) Access is granted to subdirectories of "photo" I would have thought the fol

Re: Apache configuration

2002-09-25 Thread Rodent of Unusual Size
Bob Bell wrote: > > > order deny,allow > deny from all > allow from 10.0.0. > > > > order allow,deny > allow from all > That's your problem. takes a simple filename, not a complete path. Change this to: order deny,allow deny from all allow from 10.0.0.