[Twisted-web] Apache + Twisted-web

noema mailinglists at shechen.at
Sun Jun 20 02:54:08 MDT 2004



You might want to try the following directive in the apache configuration. 
This assumes that twisted is running on the same machine on port 8765. 
Also make sure the libproxy.so module is loaded.

<VirtualHost *>
   ServerAdmin you at wherever.com
   ServerName virtualhostname.domain.com

   ProxyVia On
   ProxyPass / http://127.0.0.1:8765/
   ProxyPassReverse / http://127.0.0.1:8765/
</VirtualHost>



The result is that all requests that are made via 
virtualhostname.domain.com are forwarded to the twisted server.


#noema



More information about the Twisted-web mailing list