RE: [users@httpd] public_html does not work

2005-05-22 Thread Axel-Stéphane SMORGRAV
Rechecking your config I note that DirectoryIndex is set but your options include -Indexes. In that case, if you do not have an index.html file, or that file is not readable by the apache process (no directory or file access), you would get error Forbidden. You do not state the permissions o

RE: [users@httpd] public_html does not work

2005-05-20 Thread Axel-Stéphane SMORGRAV
It might be due to not having an index.html file in your $HOME/public_html directory... -ascs -Original Message- From: alfredo [mailto:[EMAIL PROTECTED] Sent: Friday, May 13, 2005 8:43 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] public_html does not work Hello, I'm trying

[users@httpd] a supposition about .htaccess [was: Re: [users@httpd] public_html does not work]

2005-05-16 Thread alfredo
My commonhttpd.conf file has this directive uncommented: # # AccessFileName: The name of the file to look for in each directory # for access control information. # AccessFileName .htaccess My qyestion is: Do I have to put a .htaccess file in: /home/myuser/public_html to avoid this nightmare: "Forbi

Re: [users@httpd] public_html does not work

2005-05-13 Thread Joshua Slive
On 5/13/05, alfredo <[EMAIL PROTECTED]> wrote: > [Fri May 13 21:38:55 2005] [error] [client XX.XX.XXX.XX] client denied > by server configuration: /home/myuser/public_html/ This indicates an apache configuration problem, rather than a unix permissions problem. Something in httpd.conf (or other ap

Re: [users@httpd] public_html does not work

2005-05-13 Thread alfredo
Ok, I made a: apachectl graceful and then pointed my browser to the user homepage and the last part of my error log is: [Fri May 13 21:38:36 2005] [notice] Graceful restart requested, doing restart [Fri May 13 21:38:42 2005] [notice] Digest: generating secret for digest authentication ... [Fri Ma

RE: [users@httpd] public_html does not work

2005-05-13 Thread Nelson, Robert D.
Alfredo: > Hello, > I'm trying to allow users to have their own home pages on a server > (Linux Mandrake 9.1 with Apache 2). > So: > 1) I made a public_html dir in /home/myuser and I put there a > index.html > file. > > 2) I set permission on directories like this: > $myuser chmod 701 /home/myus

[users@httpd] public_html does not work

2005-05-13 Thread alfredo
Hello, I'm trying to allow users to have their own home pages on a server (Linux Mandrake 9.1 with Apache 2). So: 1) I made a public_html dir in /home/myuser and I put there a index.html file. 2) I set permission on directories like this: $myuser chmod 701 /home/myuser $myuser chmod 755 /home/myuse