Apache redirect with a relative path -


i want clear doubt, it's possible in apache make "alias" (mask) port ??

let make use of example:

in server have apache running in *:80 , application running *:8080, inside domain called www.example.com.

so, i'm think if possible , how can make "alias" if use www.example.com\other redirect www.example.com:8080\gui.

and possible mask name example.com\other?

as said, i've enabled mod_proxy use proxypass , proxypassreverse

this first try proxypass proxypass /foo http://domain.com:5780 proxypassreverse /foo http://domain.com:5780

when tried access http://myown.com/foo redirected domain selected did not loaded images, did not saw before because images @ page bottom.

i have read page mod_rewrite, mod_alias, redirect , mod_proxy, i've edited apache config , it's not working properly.

the answer depends on application running on port 8080.


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -