SiFactor
04-07-2003, 01:50 PM
Here's my current setup:
RedHat 8.0, Apache 2.0, mySQL 3.23, PHP 4.2.2
my situation is that I'm running some forums on the site and when a page of them is refreshed, it doesn't reload data from the mySQL database, but rather displays a cached version of it. It is happening to everyone, not just me. If i do CTRL+F5, it'll display the right data, or if i clear out my temp files, it'll work also...for that view. If i go back to that page, it'll display the cached version again. It's not a browser problem b/c the main site doesn't have that issue. I read up some on apache 2.0 and it seems it's not completely ready/stable yet, even though it's been out for a while. I'm kinda thinking that this caching problem maybe related to it. So I want to uninstall apache 2.0 and install 1.3 using:
rpm -e apache-2.0......
rpm -i apache-1.3......
would there be any negative side effects to this? theoretically, it should work fine....i'd just need to reconfigure httpd.conf, which is fine. And also, i guess if anyone would know how to solve the caching issue, just feel free to let me know :)
RedHat 8.0, Apache 2.0, mySQL 3.23, PHP 4.2.2
my situation is that I'm running some forums on the site and when a page of them is refreshed, it doesn't reload data from the mySQL database, but rather displays a cached version of it. It is happening to everyone, not just me. If i do CTRL+F5, it'll display the right data, or if i clear out my temp files, it'll work also...for that view. If i go back to that page, it'll display the cached version again. It's not a browser problem b/c the main site doesn't have that issue. I read up some on apache 2.0 and it seems it's not completely ready/stable yet, even though it's been out for a while. I'm kinda thinking that this caching problem maybe related to it. So I want to uninstall apache 2.0 and install 1.3 using:
rpm -e apache-2.0......
rpm -i apache-1.3......
would there be any negative side effects to this? theoretically, it should work fine....i'd just need to reconfigure httpd.conf, which is fine. And also, i guess if anyone would know how to solve the caching issue, just feel free to let me know :)