Use separate fcgi files for the authed and unauthed site.
authorEvan Broder <broder@mit.edu>
Sun, 20 Dec 2009 22:20:19 +0000 (17:20 -0500)
committerEvan Broder <broder@mit.edu>
Sun, 20 Dec 2009 22:20:19 +0000 (17:20 -0500)
commitdd0fb836097b7f9cc92f8d78c45f1bf2b59c3c1e
treef242445c64a3970097390fbc50d1ccb1af230ac6
parente741fd1d0affaa05859561b5a3219ee055c10c07
Use separate fcgi files for the authed and unauthed site.

This allows both of them to be mounted on / in their respective
CherryPy apps, which in turn eliminates any discrepancy between
"internal URLs" and "external URLs".

svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2729
code/auth.fcgi [moved from code/main.fcgi with 74% similarity]
code/unauth.fcgi [new file with mode: 0755]
files/etc/apache2/sites-available/default.mako
files/etc/apache2/sites-available/ssl.mako