Mar 16, 2005
11
0
226
Hi,

There are multiple site hosted on the server. Most of them are written in php. This morning, out of the blue, if you open any of the site, the page is blank. If you hit refresh, then everything loads. This has been tested on multiple computers, cache and cookie emptied. Server even has been restarted.​

If someone could give me some pointer on what to test or do to solve this issue.


Regards,

Simon
 
Mar 16, 2005
11
0
226
error logs

Apache error logs shows this error:

(22)Invalid argument: setrlimit(RLIMIT_AS): failed to set memory usage limit

non stop.


When I previously recompiled apache I told it to do just the modules.

I am now doing it fully.

Hopefully it will fix the issue.


I will keep you posted.


Regards,


Simon
 
Mar 16, 2005
11
0
226
still

After recompiling apache all the way, I am not getting the errors anymore. The main issue is still there tho. (page blank until refresh).

www.audiogram.com is one of the many page doing this.


I'm getting out of things to try now,


Thanks


Simon Cloutier
 

eagle

Well-Known Member
Jan 17, 2003
139
0
166
After recompiling apache all the way, I am not getting the errors anymore. The main issue is still there tho. (page blank until refresh).

www.audiogram.com is one of the many page doing this.


I'm getting out of things to try now,


Thanks


Simon Cloutier
When I look at the source, I don't see php?

I think the site screws with the webbrowser client. :rolleyes: When I tried to reply here, I got a blank page first.
 
Mar 16, 2005
11
0
226
index.php

The only index file in the root is index.php

Funny thing tho, I did a view source then I am on the blank page.. Only thing I get is:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>


Like if apache was loading some other page from elsewhere by default ..


I'm lost here


Thanks.
 
Mar 16, 2005
11
0
226
index.php

The issue happening is occuring on all of the web site using index.php.

so around 11 sites doing the same issue.

I'm just waiting for the authorisation to post the php file here.


thanks

Simon
 
Mar 16, 2005
11
0
226
even stranger

I found a workaround for the issue. It seems that the issue has something to do with the browsers cache. Even tho the html part of the code was telling browser not to cache.

The html files are structured in a simple way as we speak:

PHP PART

HTML PART

if we do the opposite:

HTML PART

PHP PART

the issue is gone.

What I really dont understand tho is that none of those file has been modified for that issue to start. Are there some special configurations that would discard any browser command in the html code if ran after the php ? Did I miss an apache/php option somewhere that somehow changed ?


Thanks everyone for the help. If someone can explain what happened it would solve this mistery.


Regards,

Simon Cloutier