寶塔linux面板apache網站訪問報錯:
503 Service Unavailable
Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
解決辦法:
1.檢查網站對應的php版本進程是否已經啟動。
2. SetHandler “proxy:unix:/tmp/php-cgi-null.sock|fcgi://localhost” 版本號是否空null
比如我網站使用的是php5.6網站配置文件php配置項應該修改為如下:
<FilesMatch /.php$>
SetHandler “proxy:unix:/tmp/php-cgi-56.sock|fcgi://localhost”
</FilesMatch>
新聞熱點
疑難解答