Configuring phpmyadmin

Dick Middleton dick at fouter.net
Wed May 25 16:04:44 MSD 2011


On 05/25/11 12:58, Trazzt wrote:
> I really appreciate your help, but PHP is still not working
> This is how my phpmyadmin configuration file looks like after all your
> edits:

>      location ~ ^/phpmyadmin/.+\.php$ {
>      fastcgi_pass 127.0.0.1:9000;
>      fastcgi_param SCRIPT_FILENAME /usr/share$fastcgi_script_name;
>      include fastcgi_params;

I found I had to use:

fastcgi_param  SCRIPT_FILENAME  $request_filename;

I don't really understand why.

Dick



More information about the nginx mailing list