Results 1 to 1 of 1
hello
i set up a syslog server that i tested
i configured two hosts ( one virtual and the other no) as client
nox i wantt
vim /etc/syslog-ng/syslog-ng.conf
Code:
udp( ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-16-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 6
send appche log to a syslog server suse10
hello
i set up a syslog server that i tested
i configured two hosts ( one virtual and the other no) as client
nox i wantt
vim /etc/syslog-ng/syslog-ng.conf
now i want to make apache server(instaled in one of the client) send his log filesCode:udp( port(514)); . . . destination std { file ("/var/log/HOSTS1/$YEAR-$MONTH/$HOST/$FACILITY-$YEAR-$MONTH-$DAY" owner(root) group(root) perm(0600) dir_perm(0700) create_dirs(yes) ); }; log { source(src); destination(std); };
to my syslog server i don't know how to procede


Reply With Quote
