#1076: [webui] 1.2.x - impossible to reverse proxy with apache
-------------------------+--------------------------------------------------
  Reporter:  orbisvicis  |       Owner:  damoxc           
      Type:  bug         |      Status:  closed           
  Priority:  critical    |   Milestone:  1.3.0            
 Component:  webui       |     Version:  1.2.0_dev        
Resolution:  fixed       |    Keywords:  webui, regression
-------------------------+--------------------------------------------------

Comment(by orbisvicis):

 no, but mod_headers can manually set headers, for example:
 {{{
 RequestHeader set X-Deluge-Webroot "...."
 }}}
 In a <Location> block the header should be set on all requests, even
 redirects.

 Assuming the URLs are initiated on startup would changing them affect the
 global state of the application?
  * Say an initial rogue request header set "X-Deluge-Webroot" to
 "/impossible/to/guess/path"
  * Then a request header without "X-Deluge-Webroot" was received
 Would clients still be able to access content at
 http://127.0.0.1:8112/original_path/ (or would the webroot default to the
 last "X-Deluge-Webroot" received?)

-- 
Ticket URL: <http://dev.deluge-torrent.org/ticket/1076#comment:12>
Deluge <http://deluge-torrent.org/>
Deluge project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" 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/deluge-dev?hl=en.

Reply via email to