Configuring phpmyadmin

Ian Hobson ian at ianhobson.co.uk
Sat Jan 31 01:47:26 MSK 2009


Thanks Igor.

Worked a charm :)

Igor Sysoev wrote:
>>
>> The fastcgi_params file is included at the http level, and contains....
>>     
>
> You have to include them inside "location ~ \.php$" as single
> fastcgi_param discard all inherited fastcgi_param's. This is why
> PHP can not see POSTed body. Your location should be as
>   
I was expecting the values to be inherited. No wonder things made no sense.

To me, this feels wrong. CGI params and variables that are set at a 
higher level should be inherited (but may be over-written) at lower 
levels. Still, I'm sute there is a good reason.

Thanks again.

Ian







More information about the nginx mailing list