Re: Strange Caching Problem With Latest Tux
Ingo Molnar <[email protected]>
| Newsgroups | gmane.network.tux |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 16 Apr 2002, Gregory Whalin wrote: > So, my question is this. Why is tux interfering with caching directives > for pages served by Apache (or is it?)? Any ideas as to what I am > seeing here? TUX is in no way interfering with content it does not serve - the Apache backend has a native socket connection towards the client, TUX has no control over it - nor does it insert any extra headers into it. so the only thing TUX does is the content it serves. index.php is not served by TUX. Could you try the following experiment: make all content on the TUX server unreadable by TUX via: chmod -R o-r /var/www/html/ [or wherever your TUX docroot is.] this should cause TUX to bounce all requests to Apache, ie. static html and images. Does this still produce broken forums? Ingo