February 2006
Intermediate to advanced
304 pages
6h 16m
English
One of the problems with developing CGI scripts is that there's no error displayed when you make a syntax error or other programming mistake. All you get is a screen telling you Internal Server Error. That tells you next to nothing.
The real information gets redirected to the error_log file. The messages in this file are extremely useful when it comes to debugging a program.
However, these files are normally only accessible by a few users such as apache and root. These are privileged accounts and you don't want to give everybody access to them.
So we have a problem. Programmers need to see the log files, and the system administrators want to keep the server protected. The solution is to write a short Perl script ...
Read now
Unlock full access