On 11/17/2010 09:39 PM, Ravi Markil wrote:
Hi friends
I recently installed xampp 1.7.1 application which has
apache server.
Starting the apache is consuming 100% of CPU starting from
20%,which is affecting the performance
of my system.
Please help me out.
Last few lines from access.log
127.0.0.1 - - [17/Nov/2010:12:28:40 -0800] "POST /jobs/check
HTTP/1.1" 200 4502
Looks like something on that machine is POSTing 4KB to your apache
server every 10 seconds, and apache is set up to accept it.
Perhaps you need to investigate what that something is.
Since apache is accepting the POST, it follows that you would have an
idea what that process is - you would have had to configure apache for
this to work, it will not do this out of the box.
127.0.0.1 - - [17/Nov/2010:12:28:50 -0800] "POST /jobs/check HTTP/1.1"
200 4502
127.0.0.1 - - [17/Nov/2010:12:29:00 -0800] "POST /jobs/check HTTP/1.1"
200 4502
127.0.0.1 - - [17/Nov/2010:12:29:10 -0800] "POST /jobs/check HTTP/1.1"
200 4502
127.0.0.1 - - [17/Nov/2010:12:29:20 -0800] "POST /jobs/check HTTP/1.1"
200 4502
127.0.0.1 - - [17/Nov/2010:12:29:30 -0800] "POST /jobs/check HTTP/1.1"
200 4502
127.0.0.1 - - [17/Nov/2010:12:29:40 -0800] "POST /jobs/check HTTP/1.1"
200 4502
127.0.0.1 - - [17/Nov/2010:12:29:50 -0800] "POST /jobs/check HTTP/1.1"
200 4502
127.0.0.1 - - [17/Nov/2010:12:30:00 -0800] "POST /jobs/check HTTP/1.1"
200 4502
127.0.0.1 - - [17/Nov/2010:12:30:10 -0800] "POST /jobs/check HTTP/1.1"
200 4502
thanks
Ravi.
--
J.
---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
" from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org