Confirmed users
2,679
edits
Line 237: | Line 237: | ||
* Look for any HTTP error codes besides 200 ("OK") and 302 ("Found"): | * Look for any HTTP error codes besides 200 ("OK") and 302 ("Found"): | ||
grep HTTP quickVerify.log | grep -v 200 | grep -v 302 | grep HTTP quickVerify.log | grep -v 200 | grep -v 302 | ||
* First testrun hit: | |||
** 85 occurrences of 404s | ** 85 occurrences of 404s | ||
** 11 occurrences of "500 Internal Server" errors. Disabled two mirror sites (mozilla-west.superbhosting.net, mozilla.xenoncore.net) until we contact them and figure this out. | ** 11 occurrences of "500 Internal Server" errors. Disabled two mirror sites (mozilla-west.superbhosting.net, mozilla.xenoncore.net) until we contact them and figure this out. | ||
* Next testrun still had problems with mozilla-east.superbhosting.net. Disabled. | |||
* Next testrun returned totally clean! :-) | |||