Results 1 to 2 of 2
Hello,
Is there any C function using which we can read apache error logs if yes which is the library that contains it....
- 05-21-2007 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 15
Reading apache error logs from a c program
Hello,
Is there any C function using which we can read apache error logs if yes which is the library that contains it.
- 05-24-2007 #2Just Joined!
- Join Date
- Aug 2006
- Posts
- 6
Actually there is. You might have heard about it, it's called fgets.
Use it to get errors from /var/log/apache/error_log . CHeers.


Reply With Quote