Hi, I'm trying to configure a production server for my tg applications. I
already have an Apache with virtual hosting working on my server.
¿ someone can point me on which configuration to set up, that let me do
virtual hosting, through apache ? ( recommendations please )
I already read some documentations and some other posts on the net.. then
put this in apache's available-sites an not working

domain is not the real

<VirtualHost *:80>
    ServerAdmin [EMAIL PROTECTED] <[EMAIL PROTECTED]>
    ServerName domain.com
    ProxyPreserveHost On

    DocumentRoot /home/domain/pydocs

    ProxyPass /static !

    # setup the proxy
    <Proxy *:80>
        Order allow,deny
        Allow from all
    </Proxy>
    ProxyPass / http://localhost:8087/
    ProxyPassReverse / http://localhost:8087/
</VirtualHost>

If someone can give me an idea.. thanks.

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to