Re: [newbie] apache public_html help needed

2001-12-03 Thread Matt Greer
On Sunday 02 December 2001 09:54 pm, you wrote: I know I had set this up right on a different CPU, but I can't figure out what I'm doing wrong. For some reason I can't get my ~dherndon43/ directory to work. I'm getting a: Forbidden You don't have permission to access

RE: [newbie] apache public_html help needed

2001-12-03 Thread Dennis Herndon
Outstanding, thanks for the info. I will try this out when I get home tonight. -Original Message- From: Michael Viron [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 02, 2001 23:18 To: [EMAIL PROTECTED] Subject: Re: [newbie] apache public_html help needed In order for apache

RE: [newbie] apache public_html help needed

2001-12-03 Thread Dennis Herndon
Yes I did see that item in my httpd.conf file. I didn't realize it was malformed Thanks for this info. Here;s a snippet from the apache faq, it might help. http://httpd.apache.org/docs/misc/FAQ.html#forbidden -- Why do I get a Forbidden

Re: [newbie] apache public_html help needed

2001-12-02 Thread Michael Viron
In order for apache to be able to access the directory, you must have a minimum of permissions 0711 on all directories above the 'public_html' directory. 'public_html' must be at least 0755 permission, and all files underneath need to be at least 644. (0711 == user read / write / execute, group

RE: [newbie] Apache/public_html

1999-11-23 Thread Pete Clapham
On Mon, 22 Nov 1999 17:53:17 -0800, Ken Wilson wrote: Are the permissions for the directories you want people to be able to access world readable? This is necessary otherwise only the owner of the parent directory will be able to see anything in it. Ken Wilson First Law of Optimisation: The

RE: [newbie] Apache/public_html

1999-11-23 Thread yacketta
From: Ronald A. Yacketta man chmod man chown "Pete Clapham" [EMAIL PROTECTED] on 11/23/99 08:55:50 AM Please respond to [EMAIL PROTECTED] To: "[EMAIL PROTECTED]" [EMAIL PROTECTED] cc:(bcc: Ronald A. Yacketta/958157/EKC) Subject: RE: [newbie] Apache/public_htm

Re: [newbie] Apache/public_html

1999-11-23 Thread Axalon Bloodstone
On Tue, 23 Nov 1999, Ben wrote: check your .conf file for apache. in /httpd ( i think?). there should be a line in the file the specifies what the public directory is named. Although I think public_html is the default. Also check your folder permissions. I suspect that there is some

RE: [newbie] Apache/public_html

1999-11-22 Thread Ken Wilson
Are the permissions for the directories you want people to be able to access world readable? This is necessary otherwise only the owner of the parent directory will be able to see anything in it. Ken Wilson First Law of Optimisation: The speed of a non-working program is irrelevant (Steve

Re: [newbie] Apache/public_html

1999-11-22 Thread Ben
check your .conf file for apache. in /httpd ( i think?). there should be a line in the file the specifies what the public directory is named. Although I think public_html is the default. Also check your folder permissions. I suspect that there is some configuration step that needs to be