Forum Moderators: phranque

Message Too Old, No Replies

Apache mixed pages

         

zoltan

10:00 pm on Feb 16, 2008 (gmt 0)

10+ Year Member



I found something very strange.
On a busy server, apache sometimes is showing other pages than what was requested.

Let me make it clearer:

- I request Page A, a totally different page is showing up
- then I request Page B, Page A is showing up!
- then I request Page C, Page B is showing up!

So, it is actually delaying the requests with one step. This is happening until I restart Apache server.

Any comments here?

jdMorgan

6:55 am on Feb 17, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Very odd!

Do you use any scripts to serve files?
How about caching or compression modules?
Anything 'extra' beyond a plain-old 'standard' Apache installation?

Jim

zoltan

7:52 am on Feb 17, 2008 (gmt 0)

10+ Year Member



Yes, I usa CGI scripts (perl) and mod_deflate compression + mod_rewrite. What is odd is that this is appearing on 2 servers with different Apache versions so I am not even sure this is an apache problem.

Actually all my pages are served like this: myscript.cgi?a=b&c=d, this is presented like myscript.cgi/a/b/c/d/.

Any more comments?

zoltan

9:23 am on Feb 17, 2008 (gmt 0)

10+ Year Member



I just made a test. I disabled deflate but the problem is still appearing.