views:

37

answers:

0

Hello

We have had a problem with getting "You want to download index.php/viewtopic.php ect" on our website for quite some time now, and been trying to rule out server load ect. Mainly trying that since it seems to happen mostly when the website has alot of visitors

But given that by throttling all apache2 server load settings to lowest minimum, we actually get an appropriate error msg from the server when requesting to view the site we are starting to run out of options and idea's...

It can be provoked to happen by hitting several different links quickly after one another for a minute or so...

The site is behind a proxy and other sites that proxy forwards to work without a problem, however they do run on another VPS!

The VPS is a gentoo-openvz-~x86-2008.11.30 running apache-2.2.15, mysql-5.1.44-r1, php-5.2.12

I would have added screenshoots but this site wont allow that or allow urls for that matter to new users...

The file that phpbb3 sends when getting the error from trying to view a topic on the forum, however this "download file error" happens all over the site, just mostly occurs on the forums since there is usually the most load/people so its seen more often there! Contains this code below:

    HTTP/1.1 200 OK
Server: nginx/0.8.34
Date: Tue, 16 Mar 2010 14:21:37 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/5.2.12-pl0-gentoo
Cache-Control: private, no-cache="set-cookie"
Expires: 0
Pragma: no-cache

f0b
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-gb" xml:lang="en-gb">
<head>

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="content-language" content="en-gb" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2002-2006 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />

<title>The Volition Cult &bull; View topic - VBPT-T</title>

<link rel="stylesheet" href="./styles/glass/theme/stylesheet.css" type="text/css" />
<link rel="stylesheet" href="../../../../voltstyle.css" type="text/css" />
<script type="text/javascript">
// <![CDATA[

    if (0)
    {
        popup('./ucp.php?i=pm&amp;mode=popup', 400, 225, '_phpbbprivmsg');
    }

Any help or suggestions of any kind will be much appreciated!