rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: krischan on June 19, 2004, 06:10:18 PM

Title: redirect request
Post by: krischan on June 19, 2004, 06:10:18 PM
Hi everybody,

is it possible to set up the hfs to redirect requests to an other http server??

Maybe with an extra bottun. Because only port 80 is open behind my firewall.

The apache web server use options like:

RewriteEngine       on
ProxyRequests      on
RewriteRule /mldonkey http://localhost:4080/$1 [P,L]
RewriteRule /(submit.*) http://localhost:4080/$1 [P,L]
RewriteRule /(files.*) http://localhost:4080/$1 [P,L]
ProxyPassReverse /(.*)  http://localhost:4080/$1


Thx for your help in advance

Krischan =)
Title: redirect request
Post by: rejetto on June 21, 2004, 07:18:31 PM
it sounds interesting, but i'm not sure about how it should work
Title: redirect request
Post by: Mr. Anon on June 22, 2004, 06:51:47 AM
Does indeed sound interesting...
Making HFS act like a proxy! :D
Because 127.0.0.1 cannot be reached by the external Internet, the Location HTTP header would not work. :(