apache2 permissions problem on SELS10SP1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I'm hoping someone here can give me a hand. We have an apache2 server
that has several virtual servers. Somehow they got screwed up, still not
sure how. To make a long story short, I ended up removing them all and
setting them back up again using yast2/HTTP Server tool. 

All the sites are up and answering correctly, but all of our cgi scripts
are failing with 403 errors. In the error log I get this:
[Thu Aug 07 20:47:07 2008] [error] [client ipaddress] client denied by
server configuration: /srv/www/cgi-bin/client.pl, referer:
http://server.domain.com

The config for this virtual host is:
<VirtualHost server.domain.com>
 DocumentRoot /srv/www/htdocs/ref/
 ServerName server.domain.com
 ServerAdmin admin@xxxxxxxxxx
 <Directory /srv/www/htdocs/ref/>
  AllowOverride None
  Order allow,deny
  Allow from all
 </Directory>
 ScriptAlias /cgi-bin/ "/srv/www/cgi-bin/"
 ErrorLog /var/log/apache2/error.com-error_log
 CustomLog /var/log/apache2/access.com-access_log common
</VirtualHost>

The files are in the cgi-bin directory, and I'm told they were working
fine before this problem started. 

wwwrun is the user owner, and root is the grp owner. I even have the
files temporarily set to 777.

Anyone have any suggestions?

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@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux