apc showing wrong page bug .. a solution?
Since we had the "apc delivering wrong page error". As for now, according to apc maintainer g0paz we have a fix candidate.
Looks like the team php5, apache2, apc aint perfect. Some qutes from a chat log. I hope g0paz doesnt mind .
remove the sapi_stat() call and see if it works out fine
that means. If you use apache2 and a sapi handler for php5 just
comment line #759 in apc_cache.c
Hell yeah.
One remark: The problem seems to be i conjunction with applications that work via index.php, mod_rewritten or not.
Looks like the team php5, apache2, apc aint perfect. Some qutes from a chat log. I hope g0paz doesnt mind .
remove the sapi_stat() call and see if it works out fine
that means. If you use apache2 and a sapi handler for php5 just
comment line #759 in apc_cache.c
Hell yeah.
One remark: The problem seems to be i conjunction with applications that work via index.php, mod_rewritten or not.
Comments
No new comments allowed (anymore) on this post.