Apache logs …
While troubleshooting apache webserver, it would be helpful to have an idea of what are the various status code for HTTP. e.g.
192.168.168.168 – - [09/Feb/2008:14:03:26 +0800] “POST /index.php/display/refresh HTTP/1.1″ 200 – “http://www.takizo.com/blog/…” …
the above log entry would mean the client (192.168.168.168) have connected and the page have been served.
if :
192.168.168.168 – - [09/Feb/2008:13:24:11 +0800] “GET / HTTP/1.1″ 500 – “-” …
would mean there is a error while getting the page. In my case, check mod_access’s allow & deny statements.
That’s all for now, Happy monitoring !!!
Related posts:
- Error in suphp.c on line Am experimenting suphp on several servers for security reason. During...
- vim – search & replace was searching what is the escape sequence for tab &...
- Apache and PHP Setup on Mac OS X This special tutorial is for a friend who would like...
- convert epoch using date command date -d ‘<Unix epoch> <epoch date> sec’ e.g. date -d...
- Troubleshoot Firefox – safe mode  Today, visited a website with flash and some how...
- FreeBSD CVSUP Assertion Error I have been having problems running port cvsup on one...
- PgPool – PostgreSQL Connection Cache Playing PgPool on a heavy load database server is fun....
