Apache log filled with 'common'

What could I have done to my conf file to make my access log only reporting this:


common
common
common
common
common
common
...

I’m using wamp as a testbed but I believe I’ve been under a series of ddos attacks, it’d be really helpful to know my access log information.

Looks like you supplied “common” as a string instead of a keyword in httpd.conf

It should be something like


CustomLog "/path/to/access.log" common

and I’m guessing you have


CustomLog "/path/to/access.log" [color="red"]"[/color]common[color="red"]"[/color]

Oh sorry I got it now. I kinda commented out the formatting rules a few lines up. Silly me :frowning: