You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Anthony J. Biacco" <ab...@formatdynamics.com> on 2009/02/18 21:46:06 UTC

RE: [users@httpd] [client 127.0.0.1] client denied by server configuration:/srv/www/htdocs/

A Deny restriction block in Apache? An .htaccess file put in htdocs that
has a Deny client restriction?

-Tony
---------------------------
Manager, IT Operations
Format Dynamics, Inc.
303-573-1800x27
abiacco@formatdynamics.com
http://www.formatdynamics.com


-----Original Message-----
From: James Pifer [mailto:jep@obrien-pifer.com] 
Sent: Wednesday, February 18, 2009 1:36 PM
To: ApacheList
Subject: [users@httpd] [client 127.0.0.1] client denied by server
configuration:/srv/www/htdocs/

I have apache2 running on a SLES10SP1 server. It's running several
virtual hosts. One of our cgi-bin scripts stopped workyesterday for no
apparent reason. While looking for the problem I found the error log for
one of the sites gets the error constantly:
[Wed Feb 18 14:00:04 2009] [error] [client 127.0.0.1] client denied by
server configuration: /srv/www/htdocs/

It looks like permissions. The wwwrun user runs the apache service. It
is assigned permissions to htdocs as well as everything under it, yet
the errors still continue. For example:
drwxr-xr-x 7 wwwrun root 8192 2009-02-17 16:43 htdocs

Can anyone suggest a way to determine what is causing these errors?

Thanks,
James


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server
Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] [client 127.0.0.1] client denied by server configuration:/srv/www/htdocs/

Posted by James Pifer <je...@obrien-pifer.com>.
On Wed, 2009-02-18 at 13:46 -0700, Anthony J. Biacco wrote:
> A Deny restriction block in Apache? An .htaccess file put in htdocs that
> has a Deny client restriction?
> 

nope, no .htaccess file.

Also the configuration is:
 <Directory /srv/www/htdocs/>
  AllowOverride None
  Order allow,deny
  Allow from all
 </Directory>

Thanks,
James


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org