Hello
i finaly succeded in setting a syslog server
(on a suse 10 sp2 environement working on xen virtual machine)
my server create a folder having the host name or the url in wich he saves the log files he recive from
Quote:
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);
};
|
know i want to send apache log files specially error to my syslog server
i need a hand in this issue
thanks