Seperate log for .php files?

David Taveras d3taveras38d3 at gmail.com
Thu Mar 4 01:08:59 MSK 2010


thanks

2010/3/3 Igor Sysoev <igor at sysoev.ru>:
> On Wed, Mar 03, 2010 at 01:53:22PM -0600, David Taveras wrote:
>
>> Thanks.. but iam using this as a reverse proxy.. So I dont have that..!
>
> location ~ \.php$ {
>       proxy__pass  ....
>      ...
>       access_log /path/onlyphp.log
> }
>
>> 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
>> >
>>
>> _______________________________________________
>> nginx mailing list
>> nginx at nginx.org
>> http://nginx.org/mailman/listinfo/nginx
>
> --
> Igor Sysoev
> http://sysoev.ru/en/
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://nginx.org/mailman/listinfo/nginx
>



More information about the nginx mailing list