Hi All<br>last week i have installed php-syslog-ng-2.5.1 and it works and i can see all logs in my web but after week i have decided to change the version of php-syslog-ng to php-syslog-ng-2.9.8j.tgz but after web installation i decided to change the perivious version (php-syslog-ng-2.5.1 ) after that i have problems i can get logs in other file like /var/log/catchall but i cant get anything in my php-syslog-ng in my web<br>
i use tcpdump i can get logs but i cant see anything in my web<br>what should i do?<br>source s_remote {<br>unix-stream(&quot;/dev/log&quot;); internal(); udp();<br>};<br><br>destination d_mysql { pipe(&quot;/tmp/mysql.pipe &quot; template(&quot;INSERT INTO logs (host, facility,<br>
priority, level, tag, date, time, program, msg) VALUES (&#39;$HOST&#39;, &#39;$FACILITY&#39;, &#39;$PRIORITY&#39;, &#39;$LEVEL&#39;, &#39;$TAG&#39;, &#39;$YEAR-$MONTH-$DAY&#39;, &#39;$HOUR:$MIN:$SEC&#39;, &#39;$PROGRAM&#39;, &#39;$MSG&#39; );\n&quot;) template-escape(yes)); };<br>
<br>log { source(s_remote); destination(d_mysql); };<br><br>what is my problem in installation?<br><br><br>