0
votes
2answers
54 views

How to configure Apache not to keep access.log or error.log open all the time for virtualhosts?

I want to lower number of open files on my VPS. With lsof I noticed that Apache constantly keeps access.log and error.log open for each domain hosted on server. Is there a way to change this ...
1
vote
0answers
165 views

Tracking down an elusive and slow anon_inode from lsof and Apache strace

Experiencing an intermittent issue with a LAMP application wherein Apache forks to its ServerLimit and grinds to a (near) halt. An strace on any httpd process shows numerous, slow epoll_wait calls. ...
0
votes
0answers
21 views

Send-Q in netstat ouput above 15k

Apache webserver running on ubuntu 11.04 64 bit is not accepting connections and a netstat output shows high values for Send-Q for some connections. What can be the reason. Send-Q is high for only ...
1
vote
4answers
3k views

apache listening on 80, but not on any other port

i wanted to change a working apache configuration of example.com (exampleIP = 1.2.3.4 ) to change from the default port 80 to port 8001, such that http://example.com:8001 should work. I wasn't able to ...