I've set up vhm and my httpd.conf have also a rewrite rule to serve some subfolder by apache instead of zope. Syntax is:
RewriteRule ^*/video/*(.*) - [L] so that all (big) files in http://mysite.org/video folder are on server filesystem instead on zope db. It worked fine with Plone 2.0.5 but when I upgrade succesfully to Plone 2.5.3, rewrite rules didn't work anymore, now I get "404 not found" error. Now I add ProxyPass and ProxyPassRevers to get mysite.com:8080 to mysite.com:80 and work. Is there a way to have some subfolders served by apache instead by zope? I need to get http://www.mysite.org/video from /Library/WebServer/Documents/video and not from zope. Thanks, C. My complete httpd.conf is: http://paste.plone.org/15419 or in brief: http://paste.plone.org/15376
_______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
