Forum Moderators: phranque
I run an apache 1.3 server on a virtual private server. Is there anything I can configure to survive this traffic hit in a more gracefull manner?
Any other ideas?
Thanks,
Bobby
netstat -na ¦ grep ^tcp ¦ wc -l
That will tell you how many "hits" the server is currently receiving. Take a note of the number (best to run the netstat a few times and get a broader picture).
Then, as it's a virtual server, talk to the hosting company. There are Apache configuration changes that can be made, but they would affect the other users on the server as well.
Matt