Um, I may have solved my own problem. In the https (443) section of the apache conf file I had a mistake: I had AliasMatch ^/trunk([^/]+)/static/(.*) /opt/web-apps/w2p_trunk/web2py/applications/$1/static/$2
instead of AliasMatch ^/trunk/([^/]+)/static/(.*) /opt/web-apps/w2p_trunk/web2py/applications/$1/static/$2 I'm not sure if that's what fixed it but it seems to be working now. --

