public
Description: OneBody is free, open-source, web-based social networking and online directory software for churches.
Home | Edit | New

ImageRewriteRules

To speed up serving of images, you can add rules like the following to your Apache config:

RewriteRule ^/([a-z]+)/(\d+)/photo/([a-z]+) /var/www/apps/onebody/shared/db/photos/$1/$2.$3.jpg [L]
RewriteRule ^/albums/\d+/([a-z]+)/(\d+)/photo/([a-z]+) /var/www/apps/onebody/shared/db/photos/$1/$2.$3.jpg [L]

Be sure to change the path to your OneBody db if different than above.

These rewrite rules cause Apache to serve up images directly rather than going through Rails.

Last edited by seven1m, Mon Jul 06 10:39:40 -0700 2009
Home | Edit | New
Versions: