Results 1 to 2 of 2
-
10th Aug 2011, 10:47 PM #1OPMember
Nginx 502 bad gateway
I'm trying to install phpmyadmin with nginx but when I'm about to install you have to choose a web server which lists apache2 & lighttpd which I'm not using neither cause I'm using nginx. So I selected apache2. When I try to view phpmyadmin I would get 502 Bad Gateway
nginx vhost config
Code:server { listen 80; server_name 205.185.126.17; location / { root /usr/share/phpmyadmin; index index.php; } location ~ .php$ { fastcgi_pass 127.0.0.1:49232; #this must point to the socket spawn_fcgi is running on. fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /usr/share/phpmyadmin/$fastcgi_script_name; # same path as above include /etc/nginx/fastcgi_params; } }
Ruriko Reviewed by Ruriko on . Nginx 502 bad gateway I'm trying to install phpmyadmin with nginx but when I'm about to install you have to choose a web server which lists apache2 & lighttpd which I'm not using neither cause I'm using nginx. So I selected apache2. When I try to view phpmyadmin I would get 502 Bad Gateway nginx vhost config server { listen 80; server_name 205.185.126.17; location / { root /usr/share/phpmyadmin; Rating: 5
-
11th Aug 2011, 01:36 AM #2Member
You can actually not go through the setup wizard of phpmyadmin, just create a config.inc.php - just copy the sample file and rename/edit it.
Btw have you tested if a simple php script is working on your server?
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
SMS PAYMENT GATEWAY
By loveu in forum OtherReplies: 1Last Post: 20th Oct 2012, 12:56 PM -
Nginx Bad Gateway Errors
By Bharat in forum Webmaster DiscussionReplies: 7Last Post: 18th Oct 2011, 09:58 PM -
how to put ads on 502: bad gateway page?
By yakamozz in forum General DiscussionReplies: 4Last Post: 27th Sep 2011, 10:09 AM -
Need International Sms Gateway
By SaKIB in forum Webmaster DiscussionReplies: 0Last Post: 25th Jun 2011, 04:49 PM -
Having 504 Gateway Error Need Help
By xtone in forum Webmaster DiscussionReplies: 7Last Post: 10th Dec 2010, 06:35 PM
themaLeecher - leech and manage...
Version 4.94 released. Open older version (or...