Welcome! Log In Create A New Profile

Advanced

Re: turn off warning message on nginx

Jérôme Loyet
February 09, 2011 03:10PM
2011/2/9 Michael Shadle <mike503@gmail.com>:
> It would be in mail archives somewhere. Either here or on the php-fpm list.
> No clue on status or if it ever was done or will be done. I'm not in a
> position to google things right now. For all I know it was just a spitball
> idea.
>
> On Feb 9, 2011, at 10:57 AM, Jim Ohlstein <jim@ohlste.in> wrote:
>
>
> On Feb 9, 2011 1:31 PM, "Michael Shadle" <mike503@gmail.com> wrote:
>>
>> I think Jerome was working on a fastcgi_param method to alter ini
>> directives from the nginx conf. IIRC.

PHP_VALUE and PHP_ADMIN_VALUE are recognized fastcgi_param keys.

You can set only once each key (only the last will be recognized). So
you have to concatenate the values:


fastcgi_param PHP_VALUE sendmail_from=direct@prout.com;

or

fastcgi_param PHP_VALUE "sendmail_from=chroot@prout.com
precision=42";

or

fastcgi_param PHP_VALUE "sendmail_from=chroot@prout.com \n precision=42";

You can try and make feedbacks !

>
> Is it available? If not then it won't help him now. If so, please enlighten
> us.
>
>>
>> On Feb 9, 2011, at 7:54 AM, Piotr Karbowski <jabberuser@gmail.com> wrote:
>>
>> > On 02/04/2011 05:30 PM, lifeisjustabout wrote:
>> >> Hi,
>> >>
>> >> Is there any command that i put in conf file to turnoff warning message
>> >> of joomla.
>> >>
>> >> for instance in apache .htaccess if i add php_flag display_errors "0"
>> >> it
>> >> doesnt show me error message anymore
>> >>
>> >> how can i get rid of this problem
>> >>
>> >> thanks in advance
>> >
>> > This is php 'thing', nginx have nothing to do with it.
>
> Exactly. Have you tried a Google search for "turning off PHP warnings"? I'm
> sure you that you will find what you need without posting here. People will
> be more likely to try to help you if you've already tried to help yourself.
>
>> >
>> > -- Piotr.
>> >
>> >
> --
> Jim Ohlstein
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://nginx.org/mailman/listinfo/nginx
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://nginx.org/mailman/listinfo/nginx
>
>

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

turn off warning message on nginx

lifeisjustabout February 04, 2011 01:20AM

Re: turn off warning message on nginx

Piotr Karbowski February 09, 2011 10:58AM

Re: turn off warning message on nginx

mike February 09, 2011 01:34PM

Re: turn off warning message on nginx

Reinis Rozitis February 09, 2011 04:18PM

Re: turn off warning message on nginx

Jérôme Loyet February 09, 2011 04:20PM

Re: turn off warning message on nginx

Reinis Rozitis February 09, 2011 05:38PM

Re: turn off warning message on nginx

Jim Ohlstein February 09, 2011 02:00PM

Re: turn off warning message on nginx

mike February 09, 2011 02:08PM

Re: turn off warning message on nginx

Jérôme Loyet February 09, 2011 03:10PM

Re: turn off warning message on nginx

mike February 09, 2011 03:14PM

Re: turn off warning message on nginx

Jérôme Loyet February 09, 2011 03:18PM

Re: turn off warning message on nginx

mike February 09, 2011 03:30PM

Re: turn off warning message on nginx

Jérôme Loyet February 09, 2011 03:38PM

Re: turn off warning message on nginx

mike February 09, 2011 03:56PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 152
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready