[TYPO3-performance] [TYPO3-german] nc_staticfilecache - Server lighttpd - mod_rewrite - exorbitante Performancesteigerung

Marco Brückner mb at hilfehier.de
Mon Jul 13 22:06:45 CEST 2009


Guten Abend @all,

wer kann die folgenden Apache rewrite rules in lighttpd übersetzen ? 
Dies wäre sehr wichtig um die Extension nc_staticfilecache unter 
lighttpd nutzen zu können. Diese Konfiguration sollte eine Exorbitante 
Performancesteigerung in Aussicht stellen ;-).

RewriteRule ^typo3$ typo3/index_re.php [L]
RewriteCond %{REQUEST_FILENAME} !^.*\.xml$
RewriteCond %{REQUEST_FILENAME} !^.*\.css$
RewriteCond %{HTTP:Pragma} !no-cache
RewriteCond %{HTTP:Cache-Control} !no-cache
RewriteCond %{HTTP_COOKIE} !be_typo_user [NC]
RewriteCond %{HTTP_COOKIE} !nc_staticfilecache [NC]
RewriteCond %{REQUEST_METHOD} GETRewriteCond %{QUERY_STRING} ^$
RewriteCond 
%{DOCUMENT_ROOT}/typo3temp/tx_ncstaticfilecache/%{HTTP_HOST}/%{REQUEST_URI}/index.html 
-f
RewriteRule 
.*typo3temp/tx_ncstaticfilecache/%{HTTP_HOST}/%{REQUEST_URI}/index.html [L]

Vielen Dank für die Hilfe.
lg Marco


More information about the TYPO3-performance mailing list