[TYPO3] How to connect to TYPO3 when client is behind a proxy?

Olivier Dobberkau olivier.dobberkau at dkd.de
Fri Sep 28 21:49:14 CEST 2007


Andreas Balzer schrieb:

> Hi!
> I can't have a look into their proxy log or any proxy files. (I don't 
> even know what proxy they use) but I have full access to the TYPO3 
> backend and I recognized that the FE somehow works if I pass nocache=1 
> all the time. The strange thing is, that typo3.org itself works 
> completly fine. But for example www.ess-erfurt.de doesn't.

Funny things your Server is Sending:

HTTP/1.1·200·OK(CR)(LF)
Date:·Fri,·28·Sep·2007·19:42:23·GMT(CR)(LF)
Server:·Apache/2.2.6·(Unix)·mod_ssl/2.2.6·OpenSSL/0.9.8c·DAV/2·SVN/1.4.4·PHP/5.2.4(CR)(LF)
X-Powered-By:·PHP/5.2.4(CR)(LF)
Set-Cookie:·PHPSESSID=6378120995e9ec81cdaaa41221a5c4e8;·path=/(CR)(LF)
Expires:·Thu,·19·Nov·1981·08:52:00·GMT(CR)(LF)


Cache-Control:·no-store,·no-cache,·must-revalidate,·post-check=0,·pre-check=0(CR)(LF)
Pragma:·no-cache(CR)(LF)

Set-Cookie:·bb2_screener_=1191008543+69.36.187.33;·path=http://www.ess-erfurt.de/(CR)(LF)
Set-Cookie:·fe_typo_user=1d66d76bc5;·path=/;·domain=.ess-erfurt.de(CR)(LF)
Connection:·close(CR)(LF)
Transfer-Encoding:·chunked(CR)(LF)
Content-Type:·text/html;charset=utf-8(CR)(LF)
(CR)(LF)

Did you configure cache control headers wrongly?

This is what TYPO3.org sends:


HTTP/1.1·200·OK(CR)(LF)
Date:·Fri,·28·Sep·2007·19:44:44·GMT(CR)(LF)
Server:·Apache/1.3.37·(Unix)(CR)(LF)
Set-Cookie:·SaneID=69.36.187.33-1191008684158;·path=/;·expires=Fri,·28-Sep-12·21:44:44·GMT(CR)(LF)
Set-Cookie:·fe_typo_user=f5e71a3fc1;·path=/(CR)(LF)
Set-Cookie:·PHPSESSID=otcp12hmskuuelblbmvejgnga6;·path=/(CR)(LF)
Expires:·Fri,·28·Sep·2007·19:45:41·GMT(CR)(LF)
Cache-Control:·max-age=57(CR)(LF)
Pragma:·public(CR)(LF)
Last-Modified:·Fri,·28·Sep·2007·19:35:41·GMT(CR)(LF)
ETag:·68b721d0d709558f2fe815c7a512576c(CR)(LF)
Connection:·close(CR)(LF)
Transfer-Encoding:·chunked(CR)(LF)
Content-Type:·text/html;charset=utf-8(CR)(LF)


Links :
http://typo3.org/development/articles/using-cache-control-headers-in-typo3/

http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/7/3/
config.sendCacheHeaders = 1

Olivier


More information about the TYPO3-english mailing list