Log rotation - at the moment I enabled rotation of timing.log on our existing
webwork server. Are the following logs safe to rotate? -
/opt/webwork/courses/*/logs/login.log
/opt/webwork/courses/*/logs/answer_log
/opt/webwork/webwork2/logs/timing.log
/opt/webwork/webwork2/logs/*_transaction.log
Lighttpd - I see that the static files in temporary directory could be relocated
and served via lighttpd. Same goes for Mathjax. Log analyser shows that
TeX-MML-AM_HTMLorMML-full.js is a significant percentage of transferred data. So that should definitely help if getting offloaded to lighttpd instead of a prefork apache process. Any more items other than these two that could be served by lighttpd? I am trying to take as much off the apache prefork process
as possible. Apparently a single chrome connection opens up 6 or so tcp connections, which means that many prefork processes. For 800+ students, it adds up... Thanks very much.