[Radiant] Deploying Radiant on Debian with Apache 2 and fastcgi

Ouroz Ouroz ouroz.k at gmail.com
Fri Jul 6 06:07:18 CDT 2007


Ok it works by redirecting to fcgi only files that doesn't exist on the 
server:

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]


And with these two more rules it manages the static cache:

RewriteRule ^$ index.html [QSA]
RewriteRule ^([^.]+)$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]

-- 
Posted via http://www.ruby-forum.com/.



More information about the Radiant mailing list