Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Linux Apache Port Conflict #145

Open
rwagner00 opened this issue Jul 5, 2016 · 1 comment
Open

Linux Apache Port Conflict #145

rwagner00 opened this issue Jul 5, 2016 · 1 comment
Labels

Comments

@rwagner00
Copy link

rwagner00 commented Jul 5, 2016

When using local Apache2, Drude isn't able to set the vhost proxy correctly due to Apache2 controlling all traffic to port 80, and all requests made to the IP for that container time out.

@lmakarov
Copy link
Owner

lmakarov commented Jul 5, 2016

We need docs on how to configure a default apache instance on Linux to not conflict with Drude:

Listen 80

=>

Listen 127.0.0.1:80

Also need to reconsider binding Drude's vhost-proxy to a specific IP address instead of wildcard.
As a workaround for right now the following can be used to reconfigure the vhost-proxy:

docker rm -vf vhost-proxy
docker run -d --name vhost-proxy --label "group=system" --restart=always --privileged --userns=host -p 192.168.10.10:80:80 -p 192.168.10.10:443:443 -v /var/run/docker.sock:/tmp/docker.sock "blinkreaction/nginx-proxy:stable"

Command above assumes Drude is configured with the default IP: 192.168.10.10.

cc @achekulaev

@achekulaev achekulaev added the bug label Jul 6, 2016
@achekulaev achekulaev self-assigned this Jul 6, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants