Hi all,
I'm trying to access a BayStack 425-24T with minicom but I'm blocked in the "Ctrl+Y" prompt. I tried many combinations of keys, tried to change VT102 and ANSI terminal without success.
the same problem also with cutecom.
Any idea ?
shouldn't the rule below already do it ?
RewriteCond /$1 -U
RewriteRule ^http://192.168.0.254/(.*)$ /$1
anyway, thanks for your answers, i'll dig more, do more tests and come back to you later,
When I'm trying to proxy-reverse an imp horde site with the config below, and after the login (a post form), I am *redirected* to the actual imp url (http://imp.site.com/horde/imp/mailbox.php?mailbox=INBOX&actionID=105&xxx)
_config_ :
RewriteEngine on
RewriteLog...
I don't see big differences between the rules :
<code>
RewriteRule ^/(.*)$ http://www-internal.site.com:801/$1
[proxy]
RewriteRule ^/(.*) http://192.168.0.254/$1 [P]
</code>
Also I don't really understand what you mean by *relative links* ? my problem is that I can't touch the internal-site...
Hi guys,
I've seen this question asked several times but did not find any solution yet :-/
I'm trying to setup a reverse proxy with ProxyPass/ProxyReverse and with mod_rewrite, but both *don't work* when the proxied host uses a HTTP POST method, in which case it is redirecting instead of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.