For remote syslog logging of the general log files, I set:
Quote:
*.=info;*.=notice;*.=warn;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none @loghost
|
How do I setup the remote syslog logging of apache logs? Do I just add a line in the httpd.conf file to for example ?:
Quote:
ErrorLog /var/log/apache2/error.log
ErrorLog @loghost
|