Need to turn on Apache Logs

Discussion in 'Apache' started by SiMPLE., Aug 5, 2006.

  1. #1
    I don't remeber why but I had turned off the logs and now I can't seem to find out how to turn on the logs... any help is appreciated!

    -SiMPLE.
     
    SiMPLE., Aug 5, 2006 IP
  2. sunday

    sunday Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Check CustomLog
     
    sunday, Aug 6, 2006 IP
  3. SiMPLE.

    SiMPLE. Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I'm not sure what you ment but is this a something important ? Here's a chunk from httpd.conf I think might help..

    LogFormat "%b" bytes
    
    CustomLog /var/log/httpd/access_log common
    
    ServerSignature On
    Code (markup):
     
    SiMPLE., Aug 7, 2006 IP
  4. sunday

    sunday Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Check documentation for CustomLog.

    Did you disable logging in some virtual host or globally?
     
    sunday, Aug 8, 2006 IP