Tagged Questions
1
vote
3answers
989 views
IPtables block port 8080 but not for localhost
Currently I have an application that is running on 8080 front-ended by mod_proxy.
<Location /hudson>
Order allow,deny
Allow from all
ProxyPass ...
2
votes
1answer
917 views
Proxy setup for Hudson
I'm trying to setup a hudson server which is accessed from an apache proxy. The Hudson index page loads but no images, css or javascript are loaded. It seems as relative paths are not working ...