Hi, I'm trying to hide deluge-web behind a apache server, now it works, almost fully. But when I try upload a torrent, it will endlessly sit there and upload and never budge.
108 ProxyRequests Off 109 110 <Location /deluge> 111 RequestHeader append X-Deluge-Base "/deluge/" 112 </Location> 113 114 <Proxy *> 115 Order deny,allow 116 Allow from all 117 </Proxy> 118 119 ProxyPass /deluge http://127.0.0.1:8112 120 ProxyPassReverse /deluge http://127.0.0.1:8112 121 ProxyPassReverseCookieDomain 127.0.0.1 localhost 122 ProxyPassReverseCookiePath / /deluge/ This is my apache configuration. deluge-web is running on 127.0.0.1:8112 with no ssl with the base path of "/deluge/" If anyone knows what I need to change in my apache configuration to get this going that would be great. Thanks, Brendan. -- You received this message because you are subscribed to the Google Groups "Deluge Dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/deluge-dev. For more options, visit https://groups.google.com/groups/opt_out.
