#32 closed defect (invalid)
Problem with proxy requests and authentication
| Reported by: | Adam | Owned by: | moo |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1 |
| Component: | cacher | Version: | |
| Keywords: | Cc: | ||
| Application: | PHP Version: | ||
| Other Exts: | SAPI: | ||
| Probability: | Blocked By: | ||
| Blocking: |
Description
Recently I moved my PHP app to use a multiplexing proxy. It takes incoming connections, holds them, creates its own connections to the webserver(lighttpd or apache) and passes requests through its own connections. When doing this I noticed users were seeing eachother's data. This behavior only appears in xcache and affects both apache and lighttpd with keep alives on or off. Using other PHP caching programs such as APC fixed this problem.
Change History (2)
comment:1 Changed 7 years ago by moo
- Resolution set to invalid
- Status changed from new to closed
comment:2 Changed 7 years ago by moo
feel free to reopen when u have make sure it's XCache problem, and find a quick-n-short reproducable way.
Note: See
TracTickets for help on using
tickets.


i don't think it possible for XCache to cause the problem, and there's little info that help me to reproduce it.