Re: [Php-syslog-ng-support] Few questions - apache log

2006-07-24 Thread Jason Taylor
Syslog has several pre-defined facilities, such as "mail", "daemon", "kern", etc. There are also 8 additional facilities for you to use for your own applications. These are "local0" through "local7". You could decide to have all apache servers at your site send their error logs go to local7

Re: [Php-syslog-ng-support] Few questions - apache log

2006-07-24 Thread Vladimir Strycek
Aha ok thats sound resonable, ehat is that local7 part ? On Sun, 2006-07-23 at 21:40 +0200, Vladimir Strycek wrote: >> Hi all, >> >> I just installed php-syslog-ng with some minor difficulties but its >> workinf fine now... but there are some tthings that i wanna ask. >> >> 1. Is it possibl

Re: [Php-syslog-ng-support] Few questions - apache log

2006-07-24 Thread Jason Martens
On Sun, 2006-07-23 at 21:40 +0200, Vladimir Strycek wrote: > Hi all, > > I just installed php-syslog-ng with some minor difficulties but its > workinf fine now... but there are some tthings that i wanna ask. > > 1. Is it possible to log with php-syslog-ng also error messages > generated by apac

Re: [Php-syslog-ng-support] Secure log transfer to central log server

2006-07-24 Thread Freeman, Michael
I'm not a big fan of that style of logging just because I don't think syslog is ever that sensitive.. Just my 2 cents though. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marcin Wasilewski Sent: Friday, July 21, 2006 5:16 AM To: php-syslog-ng-support@l

Re: [Php-syslog-ng-support] Secure log transfer to central log server

2006-07-24 Thread Jason Taylor
Just a guess, but could this be it? Could zebedee on the windows side be listening to udp:514 on the windows machine's IP address, and not 127.0.0.1? or vice versa? Make sure that evtsys is sending to the same IP address that zebedee is listening on. Both should be either the machine's IP addre

Re: [Php-syslog-ng-support] Secure log transfer to central log server

2006-07-24 Thread Marcin Wasilewski
Hello, thanks for Your reply. I think that Zebedee will be good, but I have some problems with sending events through the tunnel I made with this. I ran: zebedee -U -s on the syslog-ng server machine and on my Windows client machine: C:\Program Files\Zebedee>zebedee.exe -U 1234:syslog-machine:2

Re: [Php-syslog-ng-support] Does The "user_access" Table Actually Work/Do Anythi

2006-07-24 Thread Vadim Pushkin
Yes! IMO, this would be a great addition to the project. There should be an option for "all hosts" found in table/s, eliminating work when addiing users, or for when new hosts get added. This too should/would be useful when allowing access to domains, hosts, and you need to separate that acce