On Fri, 5 May 2000, Michael Lake wrote:

> I had it working and now I don't. 
> Again I get: "You don't have permission to access
> /home/mikel/cgi-bin/test on this server."
> 
> In access.conf I have:
> 
> ### ML May2000: Added this to allow access to my directory
> <Directory /home/mikel/public_html>
>         Options All Indexes IncludesNOEXEC
>         AllowOverride None
> </Directory>
> 
> <Directory /home/mikel/cgi-bin>
>         Options ExecCGI
> </Directory>


Do you have an alias or something mapping the URL to your home
directory? The URL doesn't give you direct access to everything on
your machine (heavens no!). You have to tell it where things are. There is
a module which already maps the /~user/what/ever URLs to 
/home/user/what/ever. But have you told it how to get to
/home/mikel/whatever?

It's just that your URLs look a bit too "open"

bye

-- 
8<--------8<--------8<--------8<--------8<--------8<--------8<--------
Ian Tester   *8)#          \7\    LINUX: because geeks will find a way
[EMAIL PROTECTED]       \7\      http://www.zipworld.com.au/~imroy


--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to