Monday, September 28, 2009

Apache Error log

The error log was growing very fast, consuming all of the disk space due to students working on cgi programs.

I added a ScriptLogLength directive to apache.conf to restrict the max size of the file.

I also used the ScriptLog directive toput the file in the /tmp directory which should be more accessible to students.

No comments: