[SLUG] Apache 2.0 UserDir

2004-04-07 Thread Adam W
Hi, Trying to use the UserDir option in apache 2.0 I have added this into /etc/httpd/conf/httpd2.conf: UserDir /share/html And I go to the browser and type http://localhost/~adamw And I get a 403 forbidden. And this in the error log: [Wed Apr 07 17:27:16 2004] [error] [client 192.168.1.101]

Re: [SLUG] Apache 2.0 UserDir

2004-04-07 Thread David Kempe
Adam W wrote: What could be causing this? i dunno about apache 1 vs 2, but don't you need a UserDir enabled username directive? and maybe UserDir ~/share/html would be a bit more sensible... dave -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and

RE: [SLUG] Apache 2.0 UserDir

2004-04-07 Thread Adam W
Dave, Adam W wrote: What could be causing this? i dunno about apache 1 vs 2, but don't you need a UserDir enabled username directive? and maybe UserDir ~/share/html would be a bit more sensible... Sorry, missed out those details. Apache 2. Mandrake 9.2 default config. After

Re: [SLUG] Apache 2.0 UserDir

2004-04-07 Thread Jobst Schmalenbach
On Wed, Apr 07, 2004 at 06:55:53PM +1000, Adam W ([EMAIL PROTECTED]) wrote: Dave, Adam W wrote: What could be causing this? [snip] After creating my public_html file in /home/adamw, Still getting: [Wed Apr 07 19:16:46 2004] [error] [client 192.168.1.101] (13)Permission

RE: [SLUG] Apache 2.0 UserDir

2004-04-07 Thread Adam W
Jobst, After creating my public_html file in /home/adamw, Still getting: [Wed Apr 07 19:16:46 2004] [error] [client 192.168.1.101] (13)Permission denied: access to /~adamw denied The Apache Server must have access to that DIR! However you can do something like this:

RE: [SLUG] Apache 2.0 UserDir

2004-04-07 Thread Adam W
I didn't realise apache needs execute permissions! Thanks all, Adam. Jobst, After creating my public_html file in /home/adamw, Still getting: [Wed Apr 07 19:16:46 2004] [error] [client 192.168.1.101] (13)Permission denied: access to /~adamw denied The

Re: [SLUG] Apache 2.0 UserDir

2004-04-07 Thread Steve Kowalik
On Wed, 7 Apr 2004 20:09:26 +1000, Adam W uttered I didn't realise apache needs execute permissions! Apache itself doesn't need execute permission, but if a directory doesn't have execute permission, you can't cd into it. -- Steve In the beginning was

RE: [SLUG] Apache 2.0 UserDir

2004-04-07 Thread Grant Parnell
On Wed, 7 Apr 2004, Adam W wrote: Jobst, After creating my public_html file in /home/adamw, Still getting: [Wed Apr 07 19:16:46 2004] [error] [client 192.168.1.101] (13)Permission denied: access to /~adamw denied The Apache Server must have access to that