Thanks Lucas. I make just like the manual you pass me and its working ok..
using mod_proxy
The manual doesn't mention the part on configuring VirtualHost, its suppose
you already have that.. so, the only thing left is the <VirtualHost>
section, this woks fine for me:
<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>
-- comment
A get some errors at apache restart, but they already been there since
virtualhosting is enabled.. bellow its the error menssage..
The error is this:
[Mon Sep 06 03:45:52 1999] [error] VirtualHost *:80 -- mixing * ports and
non-* ports with a NameVirtualHost address is not supported, proceeding with
undefined results
-- comment
I'm going to try the other method you mention (mod_wsgi), as soon as
possible..
Thaks, a lot.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---