Seperate log for .php files?

David Taveras d3taveras38d3 at gmail.com
Wed Mar 3 22:53:22 MSK 2010


Thanks.. but iam using this as a reverse proxy.. So I dont have that..!

David

On Wed, Mar 3, 2010 at 9:26 AM, Reinis Rozitis <r at roze.lv> wrote:
> 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
>>
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://nginx.org/mailman/listinfo/nginx
>



More information about the nginx mailing list