NGINX 运行 PHP正常,运行CGI出现 The page you are looking for is temporarily unavailable 错
好不容易搭建的环境,运行Php正常,进行cgi文件运行测试时出现:The page you are looking for is temporarily unavailable.
Please try again later.
去看日志文件perl-fcgi.log ,发现提示:
Starting Nginx-cfgi
Running with 99 UID
Perl 5.008008
Testing socket options
Deamon listening at UNIX socket /opt/nginx/logs/perl-fcgi.sock
Can not use PID file /opt/nginx/logs/perl-fcgi.pid, already exists.
说是perl-fcgi.pid已经存在,这意思难道是之前系统非正常停止导致的?
那就先./start_perl_cgi.sh stop ,然后再./start_perl_cgi.sh start ,居然恢复正常了。
页:
[1]