I'm proxying it:

        RewriteEngine on
        RewriteMap escape int:escape
        #RewriteRule ^/static/(.*)
/var/www/bcstudio/bcstudio/static/${escape:$1} [L]

        RewriteCond %{REQUEST_URI} !autostart
        RewriteRule ^(.*) http://bcmail.dnsalias.net:8080/${escape:$1}
[P]

        ErrorDocument 502 /cgi-bin/autostart.cgi

and

        ProxyRequests On

        <Proxy *>
                Order allow,deny
                Allow from all
        </Proxy>

        # Enable/disable the handling of HTTP/1.1 "Via:" headers.
        # ("Full" adds the server version; "Block" removes all outgoing
Via: headers)
        # Set to one of: Off | On | Full | Block

        ProxyVia Full

I know that proxy setup isn't secure, but i'm trying to get the thing
to work before locking it down


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to