Moreno, Javier wrote: > All, > > Does anyone know of a way of logging custom message output to the Apache > (or a webserver for that matter) log? Whenever I do changes since I do > not have the luxury of a test platform everyone sees a lot of my > logging/debuggin messages on the page I am working. It would be much > better to see those on the Apache log as warnings or something that does > not disrupt operations.
In adition to the error log previously mentioned, you could just open a log file and redirect STDERR to the log file at start of script (maybe based on a debug vrbl). And I agree with the idea of setting up your own Apache test server on your development machine to make things easier. _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
