Hi!
A reboot resolved my problem. I'm not sure if only temporarily. But I'm curious about what could have happened. Any clue?
Here's the situation:
I had 170 +- accounts on a Celeron 1.7 with 1 GB RAM. I got a Pentium 4 3.0 1 GB RAM and asked a security company to harden it (snort, mod_security, etc) and do the transfer.
The hostname and nameservers on the old and new server are the same. After transfering all accounts, the ip of the nameservers was changed. Just found that they didn't change the ip of the hostname. Just changed it.
When the ip were changed and 4 hours later, I got a first complaint about problems acessing php and mysql files. The ips were changed 15:00 hours. First complaint at 19:00 hours. The next morning I found out I had problems acessing all php and mysql sites. ANd no problem acessing non php and mysql sites.
Example: SAME DOMAIN
ping to the new server - dns report without issues
www.example.com is a php and mysql forum - the browser just loaded and loaded and loaded and loaded
www.example.com/name/ is just a listing of folders and files. Quick access
www.example.com/1 does not exist - quick acess - url not found on this server
This would happen at higher server load hours and at very low server load hours with not many apache request. High server load here is under 1.0.
A apache restart just solved the problem for a few minutes or hours. The php and mysql sites would load very fast. But for 30 min / 1 hour. I didn't time it. Then they would start to load and load and load again.
All these sites on a weaker server, with little apache optimization, worked just fine.
Some DATA:
When the sites start loading, loading and loading:
ps ax | grep httpd | grep -v grep | wc -l
53
tail -20 /usr/local/apache/logs/error_log
[Sat Mar 26 23:21:56 2005] [notice] child pid 1883 exit signal Segmentation fault (11)
[Sat Mar 26 23:22:07 2005] [error] [client 68.142.251.145] File does not exist: /home/xxxxx1/public_html/demo/robots.txt
[Sat Mar 26 23:22:07 2005] [error] [client 68.142.251.145] File does not exist: /home/xxxxx1/public_html/demo/404.shtml
[Sat Mar 26 23:22:16 2005] [error] [client 68.142.251.73] File does not exist: /home/xxxxxx2/public_html/robots.txt
[Sat Mar 26 23:22:16 2005] [error] [client 68.142.251.73] File does not exist: /home/xxxxxx2/public_html/404.shtml
[Sat Mar 26 23:22:35 2005] [error] [client 213.58.103.141] File does not exist: /usr/local/apache/htdocs/favicon.ico
[Sat Mar 26 23:22:35 2005] [error] [client 213.58.103.141] File does not exist: /usr/local/apache/htdocs/404.shtml
[Sat Mar 26 23:23:09 2005] [error] [client 68.142.251.149] File does not exist: /home/xxx3/public_html/robots.txt
[Sat Mar 26 23:23:09 2005] [error] [client 68.142.251.149] File does not exist: /home/xxx3/public_html/404.shtml
[Sat Mar 26 23:24:55 2005] [error] [client 82.155.10.160] File does not exist: /home/xxxx4/public_html/favicon.ico
[Sat Mar 26 23:24:55 2005] [error] [client 82.155.10.160] File does not exist: /home/xxxx4/public_html/404.shtml
[Sat Mar 26 23:25:09 2005] [error] [client 68.142.250.58] File does not exist: /home/xx5/public_html/robots.txt
[Sat Mar 26 23:25:09 2005] [error] [client 68.142.250.58] File does not exist: /home/xx5/public_html/404.shtml
[Sat Mar 26 23:25:09 2005] [error] [client 68.142.250.66] File does not exist: /home/xx5/public_html/paginas/pag_servimos.html
[Sat Mar 26 23:25:09 2005] [error] [client 68.142.250.66] File does not exist: /home/xx5/public_html/404.shtml
[Sat Mar 26 23:26:31 2005] [error] [client 207.248.240.119] File does not exist: /home/xxxx6/public_html/oadmiradorsecreto/blog/archives/2004/12/segunda_dose.html
[Sat Mar 26 23:26:31 2005] [error] [client 207.248.240.119] File does not exist: /home/xxxx6/public_html/oadmiradorsecreto/404.shtml
Apache status from WHM
_WWWW_WW_WKW_WWW_WWW_W__W_WWWWWWWWWWWWWWWWWWWWWW_WWWWWWW_W
Then from WHM I restarted apache. Sites started loading fine. THis doesn't affect non php and mysql sites Those continue to load just fine.
After apache restart
ps ax | grep httpd | grep -v grep | wc -l
17
apache status from whm
4 requests:
___W_K___________KK.
Apache was recompiled by the server security company with no success. A reboot abou 10 hours might have done the job. Any clue to what happened? Thank you.
A reboot resolved my problem. I'm not sure if only temporarily. But I'm curious about what could have happened. Any clue?
Here's the situation:
I had 170 +- accounts on a Celeron 1.7 with 1 GB RAM. I got a Pentium 4 3.0 1 GB RAM and asked a security company to harden it (snort, mod_security, etc) and do the transfer.
The hostname and nameservers on the old and new server are the same. After transfering all accounts, the ip of the nameservers was changed. Just found that they didn't change the ip of the hostname. Just changed it.
When the ip were changed and 4 hours later, I got a first complaint about problems acessing php and mysql files. The ips were changed 15:00 hours. First complaint at 19:00 hours. The next morning I found out I had problems acessing all php and mysql sites. ANd no problem acessing non php and mysql sites.
Example: SAME DOMAIN
ping to the new server - dns report without issues
www.example.com is a php and mysql forum - the browser just loaded and loaded and loaded and loaded
www.example.com/name/ is just a listing of folders and files. Quick access
www.example.com/1 does not exist - quick acess - url not found on this server
This would happen at higher server load hours and at very low server load hours with not many apache request. High server load here is under 1.0.
A apache restart just solved the problem for a few minutes or hours. The php and mysql sites would load very fast. But for 30 min / 1 hour. I didn't time it. Then they would start to load and load and load again.
All these sites on a weaker server, with little apache optimization, worked just fine.
Some DATA:
When the sites start loading, loading and loading:
ps ax | grep httpd | grep -v grep | wc -l
53
tail -20 /usr/local/apache/logs/error_log
[Sat Mar 26 23:21:56 2005] [notice] child pid 1883 exit signal Segmentation fault (11)
[Sat Mar 26 23:22:07 2005] [error] [client 68.142.251.145] File does not exist: /home/xxxxx1/public_html/demo/robots.txt
[Sat Mar 26 23:22:07 2005] [error] [client 68.142.251.145] File does not exist: /home/xxxxx1/public_html/demo/404.shtml
[Sat Mar 26 23:22:16 2005] [error] [client 68.142.251.73] File does not exist: /home/xxxxxx2/public_html/robots.txt
[Sat Mar 26 23:22:16 2005] [error] [client 68.142.251.73] File does not exist: /home/xxxxxx2/public_html/404.shtml
[Sat Mar 26 23:22:35 2005] [error] [client 213.58.103.141] File does not exist: /usr/local/apache/htdocs/favicon.ico
[Sat Mar 26 23:22:35 2005] [error] [client 213.58.103.141] File does not exist: /usr/local/apache/htdocs/404.shtml
[Sat Mar 26 23:23:09 2005] [error] [client 68.142.251.149] File does not exist: /home/xxx3/public_html/robots.txt
[Sat Mar 26 23:23:09 2005] [error] [client 68.142.251.149] File does not exist: /home/xxx3/public_html/404.shtml
[Sat Mar 26 23:24:55 2005] [error] [client 82.155.10.160] File does not exist: /home/xxxx4/public_html/favicon.ico
[Sat Mar 26 23:24:55 2005] [error] [client 82.155.10.160] File does not exist: /home/xxxx4/public_html/404.shtml
[Sat Mar 26 23:25:09 2005] [error] [client 68.142.250.58] File does not exist: /home/xx5/public_html/robots.txt
[Sat Mar 26 23:25:09 2005] [error] [client 68.142.250.58] File does not exist: /home/xx5/public_html/404.shtml
[Sat Mar 26 23:25:09 2005] [error] [client 68.142.250.66] File does not exist: /home/xx5/public_html/paginas/pag_servimos.html
[Sat Mar 26 23:25:09 2005] [error] [client 68.142.250.66] File does not exist: /home/xx5/public_html/404.shtml
[Sat Mar 26 23:26:31 2005] [error] [client 207.248.240.119] File does not exist: /home/xxxx6/public_html/oadmiradorsecreto/blog/archives/2004/12/segunda_dose.html
[Sat Mar 26 23:26:31 2005] [error] [client 207.248.240.119] File does not exist: /home/xxxx6/public_html/oadmiradorsecreto/404.shtml
Apache status from WHM
_WWWW_WW_WKW_WWW_WWW_W__W_WWWWWWWWWWWWWWWWWWWWWW_WWWWWWW_W
Then from WHM I restarted apache. Sites started loading fine. THis doesn't affect non php and mysql sites Those continue to load just fine.
After apache restart
ps ax | grep httpd | grep -v grep | wc -l
17
apache status from whm
4 requests:
___W_K___________KK.
Apache was recompiled by the server security company with no success. A reboot abou 10 hours might have done the job. Any clue to what happened? Thank you.
Last edited: