Re: [EMAIL PROTECTED] Forbidden error

2008-08-19 Thread Evert Lammerts
>> chmod -R 755 /path/to/document/root you should replace /path/to/document/root with the actual path to your document root - the path to the folder you want apache to make accessible. In my case for example, I keep my websites at /var/www (which is the default location). You can check the locatio

Re: [EMAIL PROTECTED] Forbidden error

2008-08-19 Thread Ch Praveena
Ok.. But please confirm me what exactly do I need to give the command meaning "/path/to/document/root"? Is it something like the PREFIX path? or anything else.. 2008/8/19 Evert Lammerts <[EMAIL PROTECTED]> > How about : > >> chmod -R 755 /path/to/document/root > > I'm guessing that since conf

Re: [EMAIL PROTECTED] Forbidden error

2008-08-19 Thread Evert Lammerts
How about : >> chmod -R 755 /path/to/document/root I'm guessing that since configure went well, and apache actually works (you're getting a 403 response), your prefix shouldn't be a problem. Evert On Tue, Aug 19, 2008 at 2:44 PM, Ch Praveena <[EMAIL PROTECTED]> wrote: > Very happy to see your re

Re: [EMAIL PROTECTED] Forbidden error

2008-08-19 Thread Ch Praveena
Very happy to see your response :) I ve got the message as follows in my command line: [EMAIL PROTECTED] ~]# chown www-user /path/to/document/root chown: `www-user': invalid user [EMAIL PROTECTED] ~]# chown www-data /path/to/document/root chown: `www-data': invalid user *NOTE: I ve not given the

Re: [EMAIL PROTECTED] Forbidden error

2008-08-19 Thread Evert Lammerts
Sorry, instead of www-user it should be www-data. So, try: >> chown www-data /path/to/document/root On Tue, Aug 19, 2008 at 2:35 PM, Evert Lammerts <[EMAIL PROTECTED]> wrote: >> 1. I have started linux from the ROOT user. > > It doesn't matter which user you've started apache with. The > permissio

Re: [EMAIL PROTECTED] Forbidden error

2008-08-19 Thread Evert Lammerts
> 1. I have started linux from the ROOT user. It doesn't matter which user you've started apache with. The permissions apache works with are by default set to 'www-user' (in apache2.conf), meaning that www-user needs to have access to your document root folder. Check which folder is your document

Re: [EMAIL PROTECTED] Forbidden error

2008-08-19 Thread Ch Praveena
Thank you Mr. Eric. But could you please let me know how to identify that and avoid it? 2008/8/19 Eric Covener <[EMAIL PROTECTED]> > On Tue, Aug 19, 2008 at 8:00 AM, Ch Praveena <[EMAIL PROTECTED]> wrote: > > Hi Mr. Eric Covener, > > > > I am sure that I am currently running from ROOT user com

Re: [EMAIL PROTECTED] Forbidden error

2008-08-19 Thread Ch Praveena
Hi all, Let me be clear about my points I ve done so far: 1. I have started linux from the ROOT user. 2. Configured setting a prefix path rather than default.Installed and configured successfully. 3. I could see the creation of folders like bin, conf, build, modules (13 folders) 4. I ve

Re: [EMAIL PROTECTED] Forbidden error

2008-08-19 Thread Ch Praveena
Hi Mr. Eric Covener, I am sure that I am currently running from ROOT user completely. But still I am getting this error. Please let me know if any other reason would be for this. Please let me know why SELINUX objects the apache to run? 2008/8/19 Eric Covener <[EMAIL PROTECTED]> > On Tue, A

Re: [EMAIL PROTECTED] Forbidden error

2008-08-19 Thread Eric Covener
On Tue, Aug 19, 2008 at 7:48 AM, Ch Praveena <[EMAIL PROTECTED]> wrote: > Hi all, > > I ve installed httpd 2.0.63 server and I got 403 Forbidden error in > the web console and giving the error log as: > > [Tue Aug 19 17:13:32 2008] [error] [client 10.20.220.15] (13)Permission > denied: acce

[EMAIL PROTECTED] Forbidden error

2008-08-19 Thread Ch Praveena
Hi all, I ve installed httpd 2.0.63 server and I got 403 Forbidden error in the web console and giving the error log as: *[Tue Aug 19 17:13:32 2008] [error] [client 10.20.220.15] (13)Permission denied: access to / denied *I am running on my linux machine and I am very much sure that I ve

Re: [EMAIL PROTECTED] Forbidden from accessing the document root

2008-08-16 Thread Eric Covener
On Fri, Aug 15, 2008 at 11:30 PM, Wesley Schroth <[EMAIL PROTECTED]> wrote: > > "[Fri Aug 15 10:33:39 2008] [error] [client xxx.xxx.xxx.xxx] > (13)Permission denied: access to /index.html denied" That means it's filesystem permissions, not Apache config. Make sure the user Apache runs as can read

Re: [EMAIL PROTECTED] Forbidden from accessing the document root

2008-08-15 Thread Wesley Schroth
On Fri, 2008-08-15 at 14:21 -0400, Eric Covener wrote: > On Fri, Aug 15, 2008 at 1:46 PM, Wesley Schroth <[EMAIL PROTECTED]> wrote: > > Hi, > > > > It seems that any computer is forbidden from accessing the document > > root. If any computer (including the localhost) attempts to access > > anything

Re: [EMAIL PROTECTED] Forbidden from accessing the document root

2008-08-15 Thread Eric Covener
On Fri, Aug 15, 2008 at 1:46 PM, Wesley Schroth <[EMAIL PROTECTED]> wrote: > Hi, > > It seems that any computer is forbidden from accessing the document > root. If any computer (including the localhost) attempts to access > anything, it is denied with a Forbidden error. What does your error log sa

[EMAIL PROTECTED] Forbidden from accessing the document root

2008-08-15 Thread Wesley Schroth
Hi, It seems that any computer is forbidden from accessing the document root. If any computer (including the localhost) attempts to access anything, it is denied with a Forbidden error. - The official User-To-User support forum

RE: [EMAIL PROTECTED] Forbidden

2008-06-25 Thread john.swilting
Le mardi 24 juin 2008 à 14:20 +0200, john.swilting a écrit : > I am coming to it > http://www.renelacroute.fr/httpd.conf > > > http://www.fakessh.eu/index.php http://www.fakessh.eu/phpinfo.php > > Launches Download > and I intend to use Perl and php ie .php .pl > > Le lundi 23 juin 2008 à 21:52

RE: [EMAIL PROTECTED] Forbidden

2008-06-24 Thread john.swilting
I arrive at http://renelacroute.fr/httpd.conf Le mardi 24 juin 2008 à 20:39 +0200, john.swilting a écrit : > > I put lose more and more > > Le mardi 24 juin 2008 à 14:20 +0200, john.swilting a écrit : > > I am coming to it > > > > > > > http://www.fakessh.eu/preinstall.php > > > > Launche

RE: [EMAIL PROTECTED] Forbidden

2008-06-24 Thread john.swilting
I put lose more and more http://www.renelacroute.fr/httpd.conf Le mardi 24 juin 2008 à 14:20 +0200, john.swilting a écrit : > I am coming to it > > > http://www.fakessh.eu/preinstall.php > > Launches Download > and I intend to use Perl and php ie .php .pl > > Le lundi 23 juin 2008 à 21:52 +

RE: [EMAIL PROTECTED] Forbidden

2008-06-24 Thread john.swilting
I am coming to it http://www.renelacroute.fr/httpd.conf http://www.fakessh.eu/preinstall.php Launches Download and I intend to use Perl and php ie .php .pl Le lundi 23 juin 2008 à 21:52 +0200, john.swilting a écrit : > good, I just finished install everything works well I did everything in > th

RE: [EMAIL PROTECTED] Forbidden

2008-06-23 Thread john.swilting
good, I just finished install everything works well I did everything in the root of the site but how to create other virtualhost I tried to change this # # UserDir is disabled by default since it can confirm the presence # of a username on the system (depending on home directory

[EMAIL PROTECTED] Forbidden again

2008-06-23 Thread Tan, Liao
Folks, Sorry for posting again this question, as I have deleted the mails related to the "forbidden" subject (dont know if it´s similar to mine). Im trying to make my https work, and just out of curiosity, I typed http://localhost:443, and it gave me the error below: "Forbidden You don't have p

Re: [EMAIL PROTECTED] Forbidden

2008-06-23 Thread Norman Khine
Also make sure you add correct entry to your .conf file Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all Bruno Mendoza wrote: Hi, I have just installed http apache server on linux (Ubuntu 8.04 LST kernel 2.6.24-19-gener

Re: [EMAIL PROTECTED] Forbidden

2008-06-23 Thread Joshua Slive
On Mon, Jun 23, 2008 at 8:26 AM, Bruno Mendoza <[EMAIL PROTECTED]> wrote: > Hi, > > I have just installed http apache server on linux (Ubuntu 8.04 LST > kernel 2.6.24-19-generic) from source files but, after started server, > when I try visit localhost I recive the following message > > Forbidden >

RE: [EMAIL PROTECTED] Forbidden

2008-06-23 Thread Vinay Purohit
Check directory permission in your httpd.conf file for default doc-root. -Original Message- From: Bruno Mendoza [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2008 5:57 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Forbidden Hi, I have just installed http apache server

[EMAIL PROTECTED] Forbidden

2008-06-23 Thread Bruno Mendoza
Hi, I have just installed http apache server on linux (Ubuntu 8.04 LST kernel 2.6.24-19-generic) from source files but, after started server, when I try visit localhost I recive the following message Forbidden You don't have permission to access / on this server. Is this issue related with httd

Re: [EMAIL PROTECTED] Forbidden error using mod_userdir.c

2007-11-16 Thread Joshua Slive
[Please keep your messages on the list.] On Nov 16, 2007 8:10 PM, fchan <[EMAIL PROTECTED]> wrote: > Hi Joshua, > I have rwxr-xr-x on /home and the user's directory. The symbolic link > to the nfs mount is rwxrwxrwx in the user's directory. > > Actually I copied these settings from my original ser

Re: [EMAIL PROTECTED] Forbidden error using mod_userdir.c

2007-11-16 Thread Joshua Slive
On Nov 16, 2007 6:22 PM, fchan <[EMAIL PROTECTED]> wrote: > > Here is an excerpt from my error_log from httpd: > [error] [client xxx.xxx.xxx.xxx] (13)Permission denied: access to > /~username/ denied > [error] [client xxx.xxx.xxx.xxx] Symbolic link not allowed or link > target not accessible: /hom

[EMAIL PROTECTED] Forbidden error using mod_userdir.c

2007-11-16 Thread fchan
Hello, I have interesting issue with mod_userdir.c to allow users to show their websites from their directories. I'm running RHL5 with httpd server 2.2.6 and SELinux is in permissive mode. These directories are symbolic links to NFS mount but I thought SymLinks would allow this. I have reboote

Re: [EMAIL PROTECTED] Forbidden access to userdir

2007-09-08 Thread Vincent Bray
On 08/09/2007, kris duff <[EMAIL PROTECTED]> wrote: > I also tried your's and it don't works. Assuming you're on a gnu system, try: namei -m /home/my_user/public_html/index.html .. making sure to spell out the path in full. That'll show you any parts of the path that don't have +x set for the re

RE: [EMAIL PROTECTED] Forbidden access to userdir

2007-09-08 Thread kris duff
> > > Options Indexes FollowSymLinks > AllowOverride All > Order allow,deny > Allow from all > > > > > -Original Message- > From: kris duff [mailto:[EMAIL PROTECTED] > Sent: Friday, September 07, 2007 11:25 PM > To: users@httpd.apache.org > Subject

Re: [EMAIL PROTECTED] Forbidden access to userdir

2007-09-08 Thread Vincent Bray
On 08/09/2007, kris duff <[EMAIL PROTECTED]> wrote: > And the error_log : > [...] (13)Permission denied: access to /~my_user > denied This is a filesystem permissions error. Most likely, your home directory is closed to the apache user. It's important to realise that on unix systems, a user access

RE: [EMAIL PROTECTED] Forbidden access to userdir

2007-09-07 Thread Phillip Hamilton
users@httpd.apache.org Subject: [EMAIL PROTECTED] Forbidden access to userdir Hi I installed the latest apache version (2.2.6). I used the default httpd.conf file except for the userdir directory which is include the file extra/httpd-userdir.conf I can access the "main website" from /[..

[EMAIL PROTECTED] Forbidden access to userdir

2007-09-07 Thread kris duff
Hi I installed the latest apache version (2.2.6). I used the default httpd.conf file except for the userdir directory which is include the file extra/httpd-userdir.conf I can access the "main website" from /[..]/apache/htdocs but when I put the http://[..]/~my_user I received on my browser :

Re: [EMAIL PROTECTED] Forbidden error on .exe files in apache on RH 4.0

2007-08-23 Thread Jeff Peng
Original-Nachricht > Datum: Thu, 23 Aug 2007 11:35:30 -0700 > Von: "Ali, Saqib" <[EMAIL PROTECTED]> > An: users@httpd.apache.org > Betreff: [EMAIL PROTECTED] Forbidden error on .exe files in apache on RH 4.0 > Hello All, > > I just install

Re: [EMAIL PROTECTED] Forbidden error on .exe files in apache on RH 4.0

2007-08-23 Thread Ali, Saqib
Hi Joshua, Thank you very much :) That resolved the issue. Your posting are indeed very helpful. Saqib Ali On 8/23/07, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 8/23/07, Ali, Saqib <[EMAIL PROTECTED]> wrote: > > but this is not a CGI file. > > Well, they are marked as such in your co

Re: [EMAIL PROTECTED] Forbidden error on .exe files in apache on RH 4.0

2007-08-23 Thread Joshua Slive
On 8/23/07, Ali, Saqib <[EMAIL PROTECTED]> wrote: > but this is not a CGI file. Well, they are marked as such in your config file. You likely have an AddHandler or AddType directive designating .exe files as cgi scripts. You'll need to get rid of that if you want them downloaded without proces

Re: [EMAIL PROTECTED] Forbidden error on .exe files in apache on RH 4.0

2007-08-23 Thread Ali, Saqib
but this is not a CGI file. On 8/23/07, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 8/23/07, Ali, Saqib <[EMAIL PROTECTED]> wrote: > > Hello All, > > > > I just installed a RH 4.0 box with apache, and I am getting a > > "Forbidden" error when trying to d/l .EXE files. > > > > The log says: >

Re: [EMAIL PROTECTED] Forbidden error on .exe files in apache on RH 4.0

2007-08-23 Thread Joshua Slive
On 8/23/07, Ali, Saqib <[EMAIL PROTECTED]> wrote: > Hello All, > > I just installed a RH 4.0 box with apache, and I am getting a > "Forbidden" error when trying to d/l .EXE files. > > The log says: > Options ExecCGI is off in this directory: /path/path/file.exe In httpd.conf, you have an Options d

[EMAIL PROTECTED] Forbidden error on .exe files in apache on RH 4.0

2007-08-23 Thread Ali, Saqib
Hello All, I just installed a RH 4.0 box with apache, and I am getting a "Forbidden" error when trying to d/l .EXE files. The log says: Options ExecCGI is off in this directory: /path/path/file.exe Any thoughts? Saqib - The off

Re: [EMAIL PROTECTED] Forbidden...

2007-07-13 Thread Vincent Bray
On 13/07/07, Yaakov Chaikin <[EMAIL PROTECTED]> wrote: Yes, it IS configured to work only with localhost. However, that wasn't my question. I wanted to know why I am getting the right response when I do: http://localhost/apcupsd/multimon.cgi and getting "Forbidden" when I do: http://localhost/apc

RE: [EMAIL PROTECTED] Forbidden...

2007-07-13 Thread Boyle Owen
> -Original Message- > From: Yaakov Chaikin [mailto:[EMAIL PROTECTED] > Sent: Friday, July 13, 2007 5:58 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Forbidden... > > Yes, it IS configured to work only with localhost. However, that > wasn&#x

Re: [EMAIL PROTECTED] Forbidden...

2007-07-12 Thread Yaakov Chaikin
Yes, it IS configured to work only with localhost. However, that wasn't my question. I wanted to know why I am getting the right response when I do: http://localhost/apcupsd/multimon.cgi and getting "Forbidden" when I do: http://localhost/apcupsd/ On 7/12/07, Hamilton Vera <[EMAIL PROTECTED]> wr

Re: [EMAIL PROTECTED] Forbidden...

2007-07-12 Thread Hamilton Vera
With this conf, it will only work for localhost requests Order deny,allow Deny from all Allow from 127.0.0.1 Allow from ::1 (by the way I never saw this before) Please correct if I am wrong Maybe you can get more tips looking in the error_log. []´s Hamilton Vera int Administrat

[EMAIL PROTECTED] Forbidden...

2007-07-12 Thread Yaakov Chaikin
Hi, I have the following config file which came with apcupsd. I am a newbie at configuring Apache, so please tell me why "http:///apcupsd/"; produces "Forbidden". It seems from the config below that the cgi script should be executed instead. # # apcupsd configuration file for Apache Web serv

Re: [EMAIL PROTECTED] Forbidden web pages

2007-01-22 Thread Sander Temme
On Jan 22, 2007, at 9:30 AM, Lowe, Grant wrote: Well, what works is http://localhost/mrtg. The others don't work. Here's the mrtg.conf file in case. <..snip..> Allow from 127.0.0.1 Allow from ::1 And this is surprising in what way? The mtrg.conf file specifies exactly that the m

RE: [EMAIL PROTECTED] Forbidden web pages

2007-01-22 Thread Lowe, Grant
r the help! -Original Message- From: Sander Temme [mailto:[EMAIL PROTECTED] Sent: Monday, January 22, 2007 9:15 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Forbidden web pages On Jan 22, 2007, at 9:05 AM, Lowe, Grant wrote: > Ok. I got this problem solved (finally).

Re: [EMAIL PROTECTED] Forbidden web pages

2007-01-22 Thread Sander Temme
On Jan 22, 2007, at 9:05 AM, Lowe, Grant wrote: Ok. I got this problem solved (finally). It turns out that there is a mrtg.conf file I had to edit. This file was pointing to the wrong directory. I can now see my mrtg graphs ok…but with one little caveat. Only if I enter localhost/mrtg

RE: [EMAIL PROTECTED] Forbidden web pages

2007-01-22 Thread Lowe, Grant
Ok. I got this problem solved (finally). It turns out that there is a mrtg.conf file I had to edit. This file was pointing to the wrong directory. I can now see my mrtg graphs ok...but with one little caveat. Only if I enter localhost/mrtg for the URL. I still can't get it to display from IP_a

RE: [EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Bashiro
te: From: Lowe, Grant [mailto: [EMAIL PROTECTED] To: users@httpd.apache.org Date: Fri, 19 Jan 2007 11:51:45 -0800 Subject: RE: [EMAIL PROTECTED] Forbidden web pages Hi Steve. What you said I realized this morning. There are no symbolic links in either directory, so I don’t know w

RE: [EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Lowe, Grant
ument root. From: Steve Swift [mailto:[EMAIL PROTECTED] Sent: Friday, January 19, 2007 11:45 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Forbidden web pages I don't have an answer. I'll add what I found and maybe someone else can see what

Re: [EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Jay Chandler
Lowe, Grant wrote: Hi All. I'm getting the error: Forbidden You don't have permission to access /mrtg on this server. I have searched through Google and looked at various web pages and numerous USENET news groups. I have checked the permissions on the mrtg and apache directories and files in

Re: [EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Steve Swift
:31 2007] [error] [client 127.0.0.1] File does not exist: /var/www/mrtg/imgdot-1x1-transp-ff.gif, referer: http://localhost/mrtg/ [Fri Jan 19 11:19:35 2007] [error] [client 132.239.157.153] client denied by server configuration: /var/www/mrtg [Fri Jan 19 11:19:36 2007] [error] [client 132.

RE: [EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Lowe, Grant
ri Jan 19 11:19:36 2007] [error] [client 132.239.157.153] client denied by server configuration: /var/www/mrtg [Fri Jan 19 11:19:53 2007] [error] [client 132.239.73.52] client denied by server configuration: /var/www/mrtg From: Steve Swift [mailto:[EMAIL

Re: [EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Jim Austin
Hello, Sorry if I have overlooked the answer in the archives but: I've tried to use a mounted file system for my DocumentRoot to no avail. Is there a way to do this? Thanks for any feedback! - The official User-To-User support

Re: [EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Steve Swift
Also the entries from the error log would be useful. There are (at least) two distinct ways to get "Forbidden" - the httpd.conf doesn't say that apache can server pages from a particular {directory;URL;etc} or, the httpd.conf says that it *is* OK, but when apache gets to the file it wants to serve

RE: [EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Rob Sterenborg
Lowe, Grant wrote: > Hi All. > > I'm getting the error: > > Forbidden > > You don't have permission to access /mrtg on this server. > > I have searched through Google and looked at various web pages and > numerous USENET news groups. I have checked the permissions >

Re: [EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Aaron Wagner
On 1/19/07, Lowe, Grant <[EMAIL PROTECTED]> wrote: Hi All. I'm getting the error: Forbidden You don't have permission to access /mrtg on this server. I have searched through Google and looked at various web pages and numerous USENET news groups. I have checked the permissions on the mrtg an

[EMAIL PROTECTED] Forbidden web pages

2007-01-19 Thread Lowe, Grant
Hi All. I'm getting the error: Forbidden You don't have permission to access /mrtg on this server. I have searched through Google and looked at various web pages and numerous USENET news groups. I have checked the permissions on the mrtg and apache directories and files in question. I have tr

RE: [EMAIL PROTECTED] Forbidden

2006-11-06 Thread Boyle Owen
> -Original Message- > From: Peter Winch [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 04, 2006 10:44 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Forbidden > > Any ideas how I can track this? I found: client denied by > server configurati

[EMAIL PROTECTED] Forbidden

2006-11-04 Thread Peter Winch
Any ideas how I can track this?  I found: client denied by server configuration in my error.log   Can anyone help?   I am trying apache 2.2 on an xp machine, and doing virutal hosting.. I also have inherited .htaccess files w/ the site I am trying to bring up. Everyone is raving about the a

Re: [EMAIL PROTECTED] Forbidden You don't have permission to access /site/ Error

2006-03-02 Thread Pubudu Premachandra
This happend due to selinux security enforcement. I found the solution by updating the security policies as chcon -R -t httpd-sys-content/usr/mysite Thank for your comment.On 2/28/06, Jerry McAllister <[EMAIL PROTECTED]> wrote: >> --=_Part_22734_12110787.1141118677219> Content-Type: text/pla

Re: [EMAIL PROTECTED] Forbidden You don't have permission to access /site/ Error

2006-02-28 Thread Jerry McAllister
> > --=_Part_22734_12110787.1141118677219 > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: quoted-printable > Content-Disposition: inline > > I installed var on a seperate /var partition. and I need mysite to have thi= > s > recomended access control. > > chown -R

RE: [EMAIL PROTECTED] Forbidden You don't have permission to access /site/ Error

2006-02-28 Thread Boyle Owen
> -Original Message- > From: Pubudu Premachandra [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 28. Februar 2006 11:36 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Forbidden You don't have > permission to access /site/ Error > > These are w

Re: [EMAIL PROTECTED] Forbidden You don't have permission to access /site/ Error

2006-02-28 Thread Pubudu Premachandra
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4"On 2/28/06, Boyle Owen <[EMAIL PROTECTED]> wrote: > -Original Message-> From: Pubudu Premachandra [mailto: [EMAIL PROTECTED]]> Sent: Dienstag, 28. Februar 2006 10:25> To: users@ht

RE: [EMAIL PROTECTED] Forbidden You don't have permission to access /site/ Error

2006-02-28 Thread Boyle Owen
> -Original Message- > From: Pubudu Premachandra [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 28. Februar 2006 10:25 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Forbidden You don't have permission to > access /site/ Error > > I installed var

[EMAIL PROTECTED] Forbidden You don't have permission to access /site/ Error

2006-02-28 Thread Pubudu Premachandra
I installed var on a seperate /var partition. and I need mysite to have this recomended access control. chown -R apache:apache /var/mysite I entered these in httpd.conf at end of it.   DirectoryIndex index.php AcceptPathInfo on AllowOverride None Options None Order allow,deny Allow from al

Re: [EMAIL PROTECTED] Forbidden

2006-02-27 Thread William A. Rowe, Jr.
Joshua Slive wrote: On 2/27/06, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: Isn't 10.10.10. safer than 10.10.10 - given that the later syntax can lead to matching 10.10.10x.xxx - a result that wasn't expected? I believe the use of apr_ipsubnet_test in mod_access means that those two won't

Re: [EMAIL PROTECTED] Forbidden

2006-02-27 Thread Joshua Slive
On 2/27/06, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: > Isn't 10.10.10. safer than 10.10.10 - given that the later syntax can > lead to matching 10.10.10x.xxx - a result that wasn't expected? I believe the use of apr_ipsubnet_test in mod_access means that those two won't match. But I haven'

Re: [EMAIL PROTECTED] Forbidden

2006-02-27 Thread William A. Rowe, Jr.
Isn't 10.10.10. safer than 10.10.10 - given that the later syntax can lead to matching 10.10.10x.xxx - a result that wasn't expected? Bill Joshua Slive wrote: On 2/27/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote: Is it possible to use wildcards with IP addresses in that directive? Could

Re: [EMAIL PROTECTED] Forbidden

2006-02-27 Thread Joshua Slive
On 2/27/06, Jonathan S. Abrams <[EMAIL PROTECTED]> wrote: > Is it possible to use wildcards with IP addresses in that directive? > Could you have a line that reads > > Allow from 123.456.789.*** > > With the goal being that any IP in the *** section that matches > 123.456.789 is able to check serv

Re: [EMAIL PROTECTED] Forbidden

2006-02-27 Thread Jonathan S. Abrams
Joshua Slive wrote: On 2/27/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: Hi Joshua [Mon Feb 27 09:07:24 2006] [error] [client 192.168.1.20] client denied by server configuration: /home/qrq/httpd-2.0.55_dir/htdocs/server-status below is access logs 192.168.1.20 - - [27/Feb/2006:09:07:24 -

Re: [EMAIL PROTECTED] Forbidden

2006-02-27 Thread Eugene
On Mon, Feb 27, 2006 at 08:24:10AM CST, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: : On 2/27/06, Joshua Slive <[EMAIL PROTECTED]> wrote: : > On 2/27/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: : > > : > > I have this below tag in httpd.conf : > > : > > : > >SetHandler server-status : > >

Re: [EMAIL PROTECTED] Forbidden

2006-02-27 Thread Joshua Slive
On 2/27/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: > Hi Joshua > > [Mon Feb 27 09:07:24 2006] [error] [client 192.168.1.20] client denied > by server configuration: > /home/qrq/httpd-2.0.55_dir/htdocs/server-status > > below is access logs > 192.168.1.20 - - [27/Feb/2006:09:07:24 -0500] "GET /s

Re: [EMAIL PROTECTED] Forbidden

2006-02-27 Thread Kaushal Shriyan
Hi Joshua [Mon Feb 27 09:07:24 2006] [error] [client 192.168.1.20] client denied by server configuration: /home/qrq/httpd-2.0.55_dir/htdocs/server-status below is access logs 192.168.1.20 - - [27/Feb/2006:09:07:24 -0500] "GET /server-status HTTP/1.1" 403

Re: [EMAIL PROTECTED] Forbidden

2006-02-27 Thread Joshua Slive
On 2/27/06, Kaushal Shriyan <[EMAIL PROTECTED]> wrote: > Hi > > I have this below tag in httpd.conf > > >SetHandler server-status >Order deny,allow >Deny from all >Allow from .blue.com > > > when I access http://bdc5353.test.abc.com/server-status > It gives > > Forbidden > You don

[EMAIL PROTECTED] Forbidden

2006-02-27 Thread Kaushal Shriyan
Hi I have this below tag in httpd.conf SetHandler server-status Order deny,allow Deny from all Allow from .blue.com when I access http://bdc5353.test.abc.com/server-status It gives Forbidden You don't have permission to access /server-status on this server. Thanks in Advance Reg