Re: nginx and php settings

2020-03-15 Thread Mahmood Naderan
I don't know what is going on for this problem. All things look normal. I will post in another thread which I did all necessary modifications. Regards, Mahmood On Sat, Mar 14, 2020 at 3:54 PM Mahmood Naderan wrote: > >fastcgi_param SCRIPT_FILENAME > /usr/local/nginx/html/$fastcgi_script_na

Re: nginx and php settings

2020-03-14 Thread Mahmood Naderan
>fastcgi_param SCRIPT_FILENAME /usr/local/nginx/html/$fastcgi_script_name; Done. >1) Does the fastcgi process (probably user www-data) have permission to >read your phpinfo.php file? I see this root@fr13:/usr/local# ls -lh nginx/ total 36K drwx-- 2 nobody root 4.0K مارس 13 16:53 client_bod

Re: nginx and php settings

2020-03-14 Thread Ian Hobson
Hi Mamood, On 14/03/2020 08:09, Mahmood Naderan wrote: Hi, I have install nginx 1.0.15 and php 5.3 on a VM running Ubuntu 14.04. The configuration file looks like below $ cat /usr/local/nginx/conf/nginx.conf #user  nobody; worker_processes  1; #error_log  logs/error.log; #error_log  logs/error.

nginx and php settings

2020-03-14 Thread Mahmood Naderan
Hi, I have install nginx 1.0.15 and php 5.3 on a VM running Ubuntu 14.04. The configuration file looks like below $ cat /usr/local/nginx/conf/nginx.conf #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid