When specifying, does this mean static files get redirected to being served
by apache? Or are they still served by web2py?

>From testing it seems to still be served by web2py, it just isn't working
quite right.

Should I use a subdomain with its own virtualhost to serve the static
content?

   AliasMatch ˆ/([ˆ/]+)/static/(.*) \

            /users/www-data/web2py/applications/$1/static/$2

   <Directory /users/www-data/web2py/applications/*/static/>

     Order Allow,Deny

     Allow from all

   </Directory>




-Thadeus

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to