Hi, is there a way to get error messages created by CGI perl programs (not fastCGI) logged with lighttpd? Apache used to put all errors into its error log and lighttpd does not. That makes debugging rather difficult.
hw wrote:> > Hi, > > is there a way to get error messages created by CGI perl programs (not fastCGI) > logged with lighttpd? Apache used to put all errors into its error log and > lighttpd does not. That makes debugging rather difficult.For the record: https://redmine.lighttpd.net/projects/lighttpd/wiki/docs_modcgi server.breakagelog = "/var/log/lighttpd/breakage.log"