Find the answer to your Linux question:
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....
  1. #1
    Just Joined!
    Join Date
    Mar 2007
    Posts
    15

    Question 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.

  2. #2
    Just Joined!
    Join Date
    Aug 2006
    Posts
    6

    Smile

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...