This is a discussion on httpd.cong dntlog - what i´m doing wrong? within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi, I need a help, please. I don´t want my computer logged in access.log, I´m using: # CustomLog ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I need a help, please. I don´t want my computer logged in access.log, I´m using: # CustomLog logs/access.log common SetEnvIf Remote_Addr "192\.168\.2\.60" dontlog # No working!!! What I´m doing wrong? Thanks. Eduardo. |
|
|||
|
On Jun 18, 8:26 pm, Eduardo <dumar...@apagar.yahoo.com.br> wrote:
> Hi, > > I need a help, please. > > I don´t want my computer logged in access.log, I´m using: > > # > CustomLog logs/access.log common > SetEnvIf Remote_Addr "192\.168\.2\.60" dontlog > # > > No working!!! What I´m doing wrong? > > Thanks. > > Eduardo. SetEnvIf Remote_Addr "192\.168\.2\.60" dontlog CustomLog logs/access_log common env=!dontlog Env has to be set before you use it! |
| Thread Tools | |
| Display Modes | |
|
|