I have the following in my apache config <VirtualHost *:80> ServerName mdp.cti.depaul.edu ServerAlias mdp.cti.depaul.edu ServerAlias www.web2py.com ServerAdmin [email protected] Alias / /home/user/web2py/applications/ <LocationMatch "/(.*)/static/(.*)$"> Order deny,allow Allow from all </LocationMatch> <Location "/examples"> Order deny,allow Allow from all ProxyPass http://127.0.0.1:8000/examples ProxyPassReverse http://127.0.0.1:8000/ </Location> </virtualhost>
I want the former to take precedence over the latter so that static files are served by apache not not by web2py. I cannot find a way to do it. Any advice? Massimo
-- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

