logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: How to send ErrorLog to remote syslog server?
Author
muddog



Joined: 21 Feb 2008
Posts: 1

PostPosted: Thu 21 Feb '08 15:29    Post subject: How to send ErrorLog to remote syslog server? Reply with quote

I have not found any implementation about this requirement.
If apache windows version can write ErrorLog to windows eventlog, it can be sent by some utility, such as NTSyslog.
Any idea?

Thanks
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Fri 29 Feb '08 15:48    Post subject: Reply with quote

I'm note used to Windows Event log, but you can put the output into a pipe.
Maybe a script which pumps the data into the event log.

ErrorLog |C:/your.vbs
or
ErrorLog |C:/your.cmd


Something like http://www.computerperformance.co.uk/vbscript/vbscript_file_eventlog.htm
Back to top


Reply to topic   Topic: How to send ErrorLog to remote syslog server? View previous topic :: View next topic
Post new topic   Forum Index -> Apache