Varnish and PlexConnect

Hi! I'm looking for some help, since I can't get my VPS working as I would like... I have a VPS with Ubuntu 14.04, Apache, Varnish. Since Varnish is listening on port 80 in the Varnish config, I can't add a "Listen 80" to ports.conf. Preferably I would add an extra ip address to my VPS and use that for PlexConnect. I can create the interface, get PlexConnect working.... but not while also keeping Varnish working. Does anyone have a suggestion? Maybe something with iptables?

Thanks!

In the top right of the main PlexConnect topic you can do a search for reverse proxy which would more then likely solve the issue:

https://forums.plex.tv/index.php?app=core&module=search&do=search&fromMainBar=1

Got it. Thanks. I added a reverse proxy in Apache that points to the Varnish port (changed it there to 8010 instead of 80). The Varnish config then uses 8080 as backend. Now Apache can listen on both 80 and 8080 and it works  :D