Is this "cache administrator" error my server's problem?

Posted by Eoin on Server Fault See other posts from Server Fault or by Eoin
Published on 2011-01-10T19:00:41Z Indexed on 2011/01/10 19:55 UTC
Read the original article Hit count: 262

Filed under:
|
|

Hey,

I have a CentOS VPS running Apache with a phpBB installation.

One specific user has received errors when posting a message or logging in to the forum.

The following issue has arisen in parallel to installing nginx, which serves only the static files of my site. Not sure if this is only coincidence.

Furthermore, my setup uses redirects (in some cases, double-redirects) to point the user to a different virtual folder. So, the forum is seen to be at /translation/ but the actual files are found in /phpbb/.

I'm at a loss as to what may be the underlying issue. My server? The person's ISP? She has tested both at home and at work, with similar issues.

While trying to process the request:

            GET /phpbb/index.php?sid=f62c927e7eb8f1d60a92dcc6fd918112 HTTP/1.1

Host: www.irishgaelictranslator.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13

Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

Accept-Language: en-za

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 115

Connection: keep-alive

Referer: http://www.irishgaelictranslator.com/phpbb/ucp.php?mode=login

Cookie: phpbb3_cipi4_u=96645; phpbb3_cipi4_k=; phpbb3_cipi4_sid=f62c927e7eb8f1d60a92dcc6fd918112; __utma=153470688.1232378553.1294664234.1294664234.1294664234.1; __utmb=153470688.9.10.1294664234; __utmc=153470688; __utmz=153470688.1294664235.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); style_cookie=null        

The following error was encountered:

Invalid Response

The HTTP Response message received from the contacted server could not be understood or was otherwise malformed. Please contact the site operator. Your cache administrator may be able to provide you with more details about the exact nature of the problem if needed.

© Server Fault or respective owner

Related posts about apache

Related posts about nginx