Re: [Repost] php log to own syslog file

2005-01-21 Thread Gerard Samuel
Kevin Kinsey wrote: Gerard Samuel wrote: Im trying to figure out how to setup FreeBSD 5.3 to log php events to its own log file via syslog. In /etc/syslog.conf, I added -> # php logs !httpd *.* /var/log/php.log I created a empty file for the log -> gladia

Re: [Repost] php log to own syslog file

2005-01-21 Thread Kevin Kinsey
Gerard Samuel wrote: Im trying to figure out how to setup FreeBSD 5.3 to log php events to its own log file via syslog. In /etc/syslog.conf, I added -> # php logs !httpd *.* /var/log/php.log I created a empty file for the log -> gladiator# touch /var/log/