PDA

View Full Version : internal dummy connection


rickconn
7th August 2007, 03:04
Gday Team,

I have debian etch with ispc 2.2.14

In my /var/log/apache2/access_log

::1 - - [07/Aug/2007:09:04:57 +1000] "GET / HTTP/1.0" 302 313 "-" "Debian Etch (internal dummy connection)"

These are coming in at the rate of about 4 per minute, is this normal?

Thankyou in advance.

Rick

till
7th August 2007, 11:46
Do you have some kind of monitoring software installed, that checks if your apache webserver is running?

rickconn
11th September 2007, 04:29
Hi All,

An update on the errors in error.log.

These errors are in apache2 and are caused by not enough 'servers started' in the httpd.conf.

StartServers 16
MinSpareServers 8
MaxSpareServers 20
MaxClients 150
MaxRequestsPerChild 0

This reduce the lines in the error log considerably, though your adjustments need to be based on your own servers demand.

Thankyou

Rick