Home > OS >  Consult Nginx a great god, and the conf file configured port monitor has been opened, but still can&
Consult Nginx a great god, and the conf file configured port monitor has been opened, but still can&

Time:11-20

Nginx a great god, and the conf file configured ports for already open, but still can't parse PHP, into a direct download, consult, but, for two days,



The location ~ \. PHP ${
Root/var/WWW/web;
Fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_split_path_info ^((? U).+\.php)(/? . +) $;
Fastcgi_param HTTPS on;
Fastcgi_param SCRIPT_FILENAME $$fastcgi_script_name document_root;
The include fastcgi_params;
}




/root @ localhost ~ # netstat antp
An Active Internet connections (the servers and established)
The Send Proto Recv - Q - Q Local Address Foreign Address State PID/Program name
TCP 0 0 127.0.0.1:25 0.0.0.0: * LISTEN/master 1674
TCP 0 0 0.0.0.0:0.0.0.0:443 * 19453/nginx: LISTEN master
TCP 0 0 127.0.0.1:9000 0.0.0.0: * LISTEN/PHP - 1100 FPM: maste
TCP 0 0 0.0.0.0:0.0.0.0:80 * 19453/nginx: LISTEN master



CodePudding user response:

Listening is not a certain available, PHP is running normal?

CodePudding user response:

Already solved... Big night at... Put the location server outside the
  • Related