Welcome! Log In Create A New Profile

Advanced

No input file specified issue

January 12, 2011 11:44PM
I'm getting "No input file specified." when I attempt to browse to the
phpmyadmin domain, not sure what I'm doing wrong.. using both php-fpm and
php-cgi, php-fpm is currently working another directory fine..Had to change
the port number to 8888 since -fpm was already using 9000

http://pastebin.com/kdEckiL3

from nginx.conf:

server {
listen 80;
server_name phpmyadmin.domain.com;
access_log /home/fanboy/logs/phpmyadmin.access_log;
error_log /home/fanboy/logs/phpmyadmin.error_log;

location / {
root /usr/share/phpmyadmin;
index index.php;
}

location ~ \.php$ {
fastcgi_pass 127.0.0.1:8888;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /usr/share/phpmyadmin$fastcgi_script_name;
include /usr/local/nginx/conf/fastcgi.conf;
}
}
_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

No input file specified issue

fanboy January 12, 2011 11:44PM

Re: No input file specified issue

Maxim Dounin January 13, 2011 09:04AM

Re: No input file specified issue

fanboy January 15, 2011 01:54AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 232
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready