[Setup] Get/serve subfolders by Apache

Carlo Gandolfi gand61 at gmail.com
Thu Jun 28 12:07:31 UTC 2007


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.plone.org/pipermail/setup/attachments/20070628/02df1cc6/attachment.html


More information about the Setup mailing list