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: > OK, now we are getting somewhere. I started adding file types back one > by one. Strange, but it broke when I changed php files back to o+r > (this was the last change). But, they are getting passed through to > Apache or they would not even work, so this is strange. I am forwarding > them through via /etc/tux.mime.types > > TUX/redirect redir shtml cgi pl jsp php > > Any ideas now? safest thing would be to make the php file unreadable for TUX - that causes redirection anyway. Apache could still be able to read it if you make it owned by user nobody (or user apache - depending on your setup). TUX serving the php page as-is is definitely something that could cause the symptom you describe, but that should also break the page's functionality badly. hm, perhaps HEAD requests are somehow confused and not getting redirected properly? Could you check that bit? Ingo