Seperate log for .php files?

Reinis Rozitis r at roze.lv
Wed Mar 3 18:26:31 MSK 2010


In your server {} block there should be *.php location defined anyways so add just the acces_log there:

location ~ \.php$ {
        fastcgi_pass  ....
 
        access_log /path/onlyphp.log
}


rr



----- Original Message ----- 
From: "David Taveras" <d3taveras38d3 at gmail.com>
To: <nginx at sysoev.ru>
Sent: Wednesday, March 03, 2010 5:13 PM
Subject: Seperate log for .php files?


> Hello,
> 
> Is there anyway I can have a seperate log for a server { } that would
> only log requests to *.php files ?
> 
> Thanks.
> 
> David
> 
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://nginx.org/mailman/listinfo/nginx
>



More information about the nginx mailing list