Hi I want to log access log of apache with the help of syslog-ng.But it is not working.I have added the code below. TIA Niraj source apachesrc{ file("/var/log/httpd/access_log"); }; destination destfile{ file("apache-ng.log"); }; log { source(apachesrc); destination(destfile); };
On 2005-03-18 12:20:30 +0530, niraj wrote:
I want to log access log of apache with the help of syslog-ng.But it is not working.I have added the code below.
Known problem. Google for "apache syslog". Best regards Martin -- Martin Schröder, ms@artcom-gmbh.de ArtCom GmbH, Lise-Meitner-Str 5, 28359 Bremen, Germany Voice +49 421 20419-44 / Fax +49 421 20419-10 http://www.artcom-gmbh.de
participants (2)
-
Martin Schröder
-
niraj