Re: [CentOS] Right way to install phpMyAdmin through Nginx and PHP-FPM

2014-10-30 Thread John Doe
From: "reynie...@gmail.com" >location ~ \.php$ { >include /etc/nginx/fastcgi_params; >fastcgi_pass 127.0.0.1:9000; >fastcgi_index index.php; >fastcgi_param SCRIPT_FILENAME $root$fastcgi_script_name; >

Re: [CentOS] Right way to install phpMyAdmin through Nginx and PHP-FPM

2014-10-29 Thread reynie...@gmail.com
On Wed, Oct 29, 2014 at 8:05 PM, Alexei Altuhov wrote: > If SElinux is in enforcing mode, check /var/log/audit/audit.log for > messages with "denied" to nginx trying accessing your pma path. > Or altermatevely you could run > audit2why -brvw, > provided you have installed the required rpm the abo

Re: [CentOS] Right way to install phpMyAdmin through Nginx and PHP-FPM

2014-10-29 Thread Alexei Altuhov
Dear list members, sorry for top posting. Couldn't find a respective setting on gmail mobile client at 2AM ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Right way to install phpMyAdmin through Nginx and PHP-FPM

2014-10-29 Thread Alexei Altuhov
If SElinux is in enforcing mode, check /var/log/audit/audit.log for messages with "denied" to nginx trying accessing your pma path. Or altermatevely you could run audit2why -brvw, provided you have installed the required rpm the above command is part of beforehand. (Smth like python-policy-blah. Ca

[CentOS] Right way to install phpMyAdmin through Nginx and PHP-FPM

2014-10-29 Thread reynie...@gmail.com
First I know this is not a list for PHP or Nginx setup or something else but I'll give it a try and ask here for support I'm running a new server with PHP 5.5.18 and Nginx 1.6.2 through FPM/FastCGI. The server is working fine since I have other websites running on it. Now I'm trying to configure ph