Configuring phpmyadmin
Igor Sysoev
igor at sysoev.ru
Wed May 25 16:50:03 MSD 2011
On Wed, May 25, 2011 at 07:58:21AM -0400, Trazzt wrote:
> I really appreciate your help, but PHP is still not working
What does it means - "PHP is still not working" ?
> This is how my phpmyadmin configuration file looks like after all your
> edits:
> ________________________
> server{
> listen 80;
> server_name phpmyadmin;
> access_log /var/log/phpmyadmin.access_log;
> error_log /var/log/phpmyadmin.error_log;
>
> location / {
> return 404;
> }
>
> location /phpmyadmin {
> root /usr/share;
> index index.php;
> }
>
> location ~ ^/phpmyadmin/.+\.php$ {
> fastcgi_pass 127.0.0.1:9000;
> fastcgi_param SCRIPT_FILENAME /usr/share$fastcgi_script_name;
> include fastcgi_params;
> }
> }
> ______________________
--
Игорь Сысоев
http://sysoev.ru
More information about the nginx
mailing list