Skip to navigation
How to forward port 80 to a tornado application behind apache2
25.12.13
tornado listen on port 8888 than enable apache2 proxy to forward the request to localhost 8888 1. a2enmod proxy_http 2. service apache2 force-reload 3. create a apache2 conf file:
ServerName domain.dev ServerAlias *.domain.dev ServerAdmin dude@domain.com ErrorLog "/var/log/domain-error.log" CustomLog "/var/log/domain.log" combined ProxyPreserveHost On ProxyRequests Off
ProxyPass http://localhost:8888 ProxyPassReverse http://localhost:8888
http://www.tornadoweb.org/en/stable/
Reply
Anonymous
Information Epoch 1736557676
Effectiveness beats efficiency.
Home
Notebook
Contact us