尝试登录 joomla 3.3.1 时出现 503 错误

尝试登录 joomla 3.3.1 时出现 503 错误

我在 joomla 上遇到一个奇怪的问题,需要帮助来解决它:

前台工作正常,但是当我尝试登录后台时,出现 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://我的网站/管理员/index.php这是后台登录页面。我在登录前可以访问它,但使用成功凭证登录后出现 503 错误:

登录前访问:

GET http://my-website/administrator/index.php HTTP/1.1
=> HTTP/1.0 200 OK

成功登录后,首先会出现重定向,然后会出现 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 重写问题...

我的配置:Centos 6.6 / joomla v3.3.1 / php 5.4.16 / - apache v2.4.6 + php-fpm。

如果你能帮助我,我提前感谢你。祝好 Julien

相关内容