我在joomla面临一个奇怪的问题,需要帮助来解决它:
前台方面工作正常,但当试图login后台时,我得到一个HTTP 503错误:
[Wed Jul 29 17:41:02.023862 2015] [proxy_fcgi:error] [pid 32285] (70007)The timeout specified has expired: [client <client IP>:55665] AH01075: Error dispatching request to :, referer: http://my-website/administrator/index.php
http://my-website/administrator/index.php是后台login页面。 我可以在login前访问它,但是在成功login后,我得到了503错误:
login之前访问:
GET http://my-website/administrator/index.php HTTP/1.1 => HTTP/1.0 200 OK
成功login后,会有第一个redirect,然后503:
POST http://pmy-website/administrator/index.php HTTP/1.1 Host: my-website ... => HTTP/1.0 303 See Other Date: Thu, 30 Jul 2015 09:23:57 GMT Server: Apache Location: http://my-website/administrator/index.php ... GET http://my-website/administrator/index.php HTTP/1.1 Host: my-website Referer: http://my-website/administrator/index.php Cookie: 3f74c53723c2b649b1df9afa77de6e27=tung6luvahdj9v39cdlqmv4kh3 ... => HTTP/1.0 503 Service Unavailable ...
一个线索:在503错误页面之后,我可以粘贴带有该部分的URL来打开。 有用 ! 例如 :
http://my-website/administrator/index.php?option=com_config
唯一不可用的URL是没有参数的index.php …所以我相信可能是一个URL重写问题…
我的configuration:Centos 6.6 / joomla v3.3.1 / php 5.4.16 / – apache v2.4.6 + php-fpm。
如果你能帮助我,请提前谢谢你。 Bests Julien