RE: [EMAIL PROTECTED] Re:[EMAIL PROTECTED] Permissions problem

2007-07-11 Thread Boyle Owen
> -Original Message- > From: Chris Arnold [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 11, 2007 2:25 PM > To: users@httpd.apache.org > Cc: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Re:[EMAIL PROTECTED] Permissions problem > > >This is the browse

[EMAIL PROTECTED] Re:[EMAIL PROTECTED] Permissions problem

2007-07-11 Thread Chris Arnold
>This is the browser error message. >What is in the apache error_log? That will tell you precisely what is >wrong rather than the browser and everyone else having to guess. [Tue Jul 10 18:07:45 2007] [error] [client xx.xx.xx.xx] PHP Fatal error: require_once() [function.require]: Failed opening

RE: [EMAIL PROTECTED] Permissions problem

2007-07-11 Thread Boyle Owen
> -Original Message- > From: Chris Arnold [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 10, 2007 8:17 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Permissions problem > > I think i am having a permissions problem on apache2.2.3. Anytime i > crea

Re: [EMAIL PROTECTED] Permissions problem

2007-07-10 Thread Kamil Wencel
Chris Arnold schrieb: Kamil Wencel wrote: Hi Chris, You don't have permission to access the requested directory. There is either no index document or the directory is read-protected. my first guess would be: you have no index.html in the folder AND have the automatic direct

Re: [EMAIL PROTECTED] Permissions problem

2007-07-10 Thread Ralph Seward
What version of *nix are you running? Ralph On 7/10/07, Chris Arnold <[EMAIL PROTECTED]> wrote: Kamil Wencel wrote: > Hi Chris, >> >> You don't have permission to access the requested directory. There is >> either no index document or the directory is read-protected. >> >> > my first guess woul

Re: [EMAIL PROTECTED] Permissions problem

2007-07-10 Thread Chris Arnold
Kamil Wencel wrote: > Hi Chris, >> >> You don't have permission to access the requested directory. There is >> either no index document or the directory is read-protected. >> >> > my first guess would be: > > you have no index.html in the folder AND have the automatic directory > listings disab

Re: [EMAIL PROTECTED] Permissions problem

2007-07-10 Thread Kamil Wencel
Hi Chris, You don't have permission to access the requested directory. There is either no index document or the directory is read-protected. my first guess would be: you have no index.html in the folder AND have the automatic directory listings disabled. ---

[EMAIL PROTECTED] Permissions problem

2007-07-10 Thread Chris Arnold
I think i am having a permissions problem on apache2.2.3. Anytime i create a folder in htdocs, i get a Access forbidden! You don't have permission to access the requested directory. There is either no index document or the directory is read-protected. If you think this is a server error, please c

Re: [EMAIL PROTECTED] permissions problem

2006-01-31 Thread Dr. Stephen Judd
On 2006 Jan 31, at 9:33 AM, Joshua Slive wrote: On 1/30/06, Dr. Stephen Judd <[EMAIL PROTECTED]> wrote: Your problem still sounds very much like SELinux to me. Are you absolutely positive you are not running that? What exact version of redhat are you running? I'm quite sure I'm not running SE

Re: [EMAIL PROTECTED] permissions problem

2006-01-31 Thread Joshua Slive
On 1/30/06, Dr. Stephen Judd <[EMAIL PROTECTED]> wrote: > Your problem still sounds very much like SELinux to me. Are you > absolutely positive you are not running that? > What exact version of redhat are you running? > I'm quite sure I'm not running SELinux. Here is my evidence: > [EMAIL PROTECTE

RE: [EMAIL PROTECTED] permissions problem

2006-01-31 Thread Axel-Stéphane SMORGRAV
of the command "ls -l /var/www/html/radar/data/hi3.html" -ascs From: Dr. Stephen Judd [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 31, 2006 4:50 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] permissions problem On 2006 Jan 30, at 10:

Re: [EMAIL PROTECTED] permissions problem

2006-01-30 Thread Dr. Stephen Judd
On 2006 Jan 30, at 10:09 PM, Joshua Slive wrote:On 1/30/06, Dr. Stephen Judd <[EMAIL PROTECTED]> wrote:On 2006 Jan 30, at 4:01 PM, Joshua Slive wrote:On 1/30/06, David Salisbury <[EMAIL PROTECTED]> wrote:[Mon Jan 30 15:54:49 2006] [error] (13)Permission denied: access to/radar/data/hi3.html deniedI

Re: [EMAIL PROTECTED] permissions problem

2006-01-30 Thread Joshua Slive
On 1/30/06, Dr. Stephen Judd <[EMAIL PROTECTED]> wrote: > > > On 2006 Jan 30, at 4:01 PM, Joshua Slive wrote: > > On 1/30/06, David Salisbury <[EMAIL PROTECTED]> wrote: > > > > > [Mon Jan 30 15:54:49 2006] [error] (13)Permission denied: access to > /radar/data/hi3.html denied > > > I'm not so sure

Re: [EMAIL PROTECTED] permissions problem

2006-01-30 Thread Dr. Stephen Judd
On 2006 Jan 30, at 4:01 PM, Joshua Slive wrote:On 1/30/06, David Salisbury <[EMAIL PROTECTED]> wrote: [Mon Jan 30 15:54:49 2006] [error] (13)Permission denied: access to/radar/data/hi3.html denied I'm not so sure about your "forbidden by rule" assumption.  I believe ifyou were to Deny access to an

Re: [EMAIL PROTECTED] permissions problem

2006-01-30 Thread Joshua Slive
On 1/30/06, David Salisbury <[EMAIL PROTECTED]> wrote: > >>> [Mon Jan 30 15:54:49 2006] [error] (13)Permission denied: access to > >>> /radar/data/hi3.html denied > I'm not so sure about your "forbidden by rule" assumption. I believe if > you were to Deny access to an IP address you get a simple

Re: [EMAIL PROTECTED] permissions problem

2006-01-30 Thread David Salisbury
On 1/30/06, Dr. Stephen Judd <[EMAIL PROTECTED]> wrote: I'm confused about something in the security model of my Apache-run website.I can access all the files that are grandchildren of my DocumentRoot, (i.e. any file in DocumentRoot/radar is accessible), but none that are great grandchildren (i.e

Re: [EMAIL PROTECTED] permissions problem

2006-01-30 Thread Dr. Stephen Judd
On 2006 Jan 30, at 3:06 PM, Joshua Slive wrote: On 1/30/06, Dr. Stephen Judd <[EMAIL PROTECTED]> wrote: I'm confused about something in the security model of my Apache-run website.I can access all the files that are grandchildren of my DocumentRoot, (i.e. any file in DocumentRoot/radar is acces

Re: [EMAIL PROTECTED] permissions problem

2006-01-30 Thread Joshua Slive
On 1/30/06, Dr. Stephen Judd <[EMAIL PROTECTED]> wrote: > I'm confused about something in the security model of my Apache-run > website.I can access all the files that are grandchildren of my > DocumentRoot, > (i.e. any file in DocumentRoot/radar is accessible), > but none that are great grandchild

[EMAIL PROTECTED] permissions problem

2006-01-30 Thread Dr. Stephen Judd
I'm confused about something in the security model of my Apache-run website.I can access all the files that are grandchildren of my DocumentRoot, (i.e. any file in DocumentRoot/radar is accessible),but none that are great grandchildren(i.e. any file in DocumentRoot/radar/data is not accessible).Ins