Hey!
I have problem with mod_proxy in apache 2.2.4.
I got wrong data In cca 1 request of 1000 via my proxy apache.
There is end of another page requested by someone else at begin of page 
requested by me.
It's like

HTTP/1.0 200 OK
..generated HTTP header - we are using UTF-8 almost everywhere..
Content-Type: text/plain

 id="login">Login to
..end of different page..
</body>
</html>
HTTP/1.1 200 OK
..header of requested page..
Content-Type: text/html; charset=UTF-8

f91
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 
..requsted page..

Had anybody seen such problem?
It's related with mod_cache_mem because I was uable to replicate it without 
mod_cache_mem compiled in.
Thanks
-- 
Pavel Mateja

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to