Re: [us...@httpd] client denied by server configuration, but sometimes works and sometimes not!

2010-05-26 Thread Mario Mol
Guys, i think that i've solved the problem. I created a file /etc/apache2/mods-enabled/mod-evasive.conf containing: IfModule mod_evasive20.c DOSHashTableSize 3097 DOSPageCount 500 DOSSiteCount 300 DOSPageInterval 2 DOSSiteInterval 2

Re: [us...@httpd] client denied by server configuration, but sometimes works and sometimes not!

2010-05-25 Thread Tom Evans
On Tue, May 25, 2010 at 5:54 AM, Mario Mol marioh...@gmail.com wrote: Well, i`ve done apt-get update , so its all fresh new. Could this be related to some of security mods? For example, mod-security, qos, psad? Cheer,s In order to serve a file, apache must be able to access it. Since

Re: [us...@httpd] client denied by server configuration, but sometimes works and sometimes not!

2010-05-25 Thread Eric Covener
On Tue, May 25, 2010 at 4:33 AM, Tom Evans tevans...@googlemail.com wrote: On Tue, May 25, 2010 at 5:54 AM, Mario Mol marioh...@gmail.com wrote: Well, i`ve done apt-get update , so its all fresh new. Could this be related to some of security mods? For example, mod-security, qos, psad?

Re: [us...@httpd] client denied by server configuration, but sometimes works and sometimes not!

2010-05-25 Thread Mario Mol
All right, so what can i do to check it? I found out that this file doesnt exists and there are a plenty of files in website that reffer to a file that doest no exits. So on error.log shows a lot of file not found but sometimes shows a lot of client denied by server configuration, and at this

Re: [us...@httpd] client denied by server configuration, but sometimes works and sometimes not!

2010-05-24 Thread Mario Mol
Should i open a bug ticket on apache.org ? On 23 May 2010 21:28, Mario Mol marioh...@gmail.com wrote: Hy Igor, thanks for your attention. Is this code above enough? Directory /var/www/sites/dtc Options FollowSymLinks Order Allow,Deny Allow from all /Directory

Re: [us...@httpd] client denied by server configuration, but sometimes works and sometimes not!

2010-05-24 Thread Nilesh Govindarajan
On Tue, May 25, 2010 at 2:08 AM, Mario Mol marioh...@gmail.com wrote: Should i open a bug ticket on apache.org ? On 23 May 2010 21:28, Mario Mol marioh...@gmail.com wrote: Hy Igor, thanks for your attention. Is this code above enough? Directory /var/www/sites/dtc     Options

Re: [us...@httpd] client denied by server configuration, but sometimes works and sometimes not!

2010-05-24 Thread Mario Mol
Well, i`ve done apt-get update , so its all fresh new. Could this be related to some of security mods? For example, mod-security, qos, psad? Cheer,s On 25 May 2010 01:45, Nilesh Govindarajan li...@itech7.com wrote: On Tue, May 25, 2010 at 2:08 AM, Mario Mol marioh...@gmail.com wrote:

Re: [us...@httpd] client denied by server configuration, but sometimes works and sometimes not!

2010-05-24 Thread Nilesh Govindarajan
On Tue, May 25, 2010 at 10:24 AM, Mario Mol marioh...@gmail.com wrote: Well, i`ve done apt-get update , so its all fresh new. Could this be related to some of security mods? For example, mod-security, qos, psad? Cheer,s On 25 May 2010 01:45, Nilesh Govindarajan li...@itech7.com wrote:

[us...@httpd] client denied by server configuration, but sometimes works and sometimes not!

2010-05-23 Thread Mario Mol
Hy, this is my first message at this group, after more than 10 years using apache =) I`m using apache on a brand new server and i`ve installed a DTC to help me manage many virtual hosts. But i have a website running on this server that, some times, do not shows images (shoing that `x` of file

Re: [us...@httpd] client denied by server configuration, but sometimes works and sometimes not!

2010-05-23 Thread Igor Cicimov
Set the file prmisions to 755 Sent from my phone On May 24, 2010 1:49 AM, Mario Mol marioh...@gmail.com wrote: Hy, this is my first message at this group, after more than 10 years using apache =) I`m using apache on a brand new server and i`ve installed a DTC to help me manage many virtual

Re: [us...@httpd] client denied by server configuration, but sometimes works and sometimes not!

2010-05-23 Thread Mario Mol
Hy, i didi that already, this problem some times happen and some times not. Very wierd! On 23 May 2010 20:10, Igor Cicimov icici...@gmail.com wrote: Set the file prmisions to 755 Sent from my phone On May 24, 2010 1:49 AM, Mario Mol marioh...@gmail.com wrote: Hy, this is my first

Re: [us...@httpd] client denied by server configuration, but sometimes works and sometimes not!

2010-05-23 Thread Igor Cicimov
Hi Mario, Are you running mixed http and ssl configuration? Do you have any authentications set on the directories? Any redirections maybe between http and ssl? I think the best would be to print the relevant parts of your configuration here so we can have a look. Cheers, Igor On Mon, May 24,

Re: [us...@httpd] client denied by server configuration, but sometimes works and sometimes not!

2010-05-23 Thread Mario Mol
Hy Igor, thanks for your attention. Is this code above enough? Directory /var/www/sites/dtc Options FollowSymLinks Order Allow,Deny Allow from all /Directory VirtualHost 174.142.53.80:80 ServerName www.gemt.com.br Alias /stats