Hallo,

wie kann ich bitte die automatischen Cache-Control/Pragma auf einem
Apache 1.3.26 mit php 4.2.2 ausschalten?

Über eine .htaccess setze ich:
ExpiresActive Off
Header unset Cache-Control
Header unset Pragma
Header set htaccess-test-header "dummy"


Wenn ich mir nun eine testseite.php mit wget im Debug-Mode
herunterlade, erhalte ich:
 
...
---request end---
HTTP request sent, awaiting response... HTTP/1.1 200 OK
Date: Sat, 01 Feb 2003 14:29:24 GMT
Server: Apache/1.3.26 (Linux/SuSE) PHP/4.2.2
htaccess-test-header: dummy                                          <== Dieser 
Eintrag kommt aus der .htaccess!
X-Powered-By: PHP/4.2.2
Set-Cookie: PHPSESSID=69c4662e38e9d8543d8cd436cf892c85; path=/
 
Stored cookie www1.domain.de 80 / nonpermanent 0 Thu Jan  1 00:59:59 1970
 PHPSESSID 69c4662e38e9d8543d8cd436cf892c85
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
                                                                     ^== Die 
vorstehenden Einträge sollten lt.
                                                                         
htaccess gelöscht sein
php-test-header: dummy                                               <== Dieser 
Eintrag kommt von PHP!
Connection: close
Content-Type: text/html



Wie kann ich dieses automatische Setzen von Cache-Control und Pragma
abschalten?

-- 
Herzliche Grüße
Stefan Hofmeir


--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an [EMAIL PROTECTED]
           sonstige Anfragen an [EMAIL PROTECTED]
--------------------------------------------------------------------------

Antwort per Email an