浏览文章
文章信息
Apache2.4 No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /tmp/php-cgi-00.sock (*) failed
13612
报错No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /tmp/php-cgi-00.sock (*) failed
1、原因
网站使用纯静态的方式,但是执行的确实PHP脚本,导致apache找不到php代理来执行代码.
2、解决
将网站引入php即可。