ISPCP behind Reverse-Proxy? (pound) - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: ISPCP behind Reverse-Proxy? (pound) (/thread-14044.html) |
ISPCP behind Reverse-Proxy? (pound) - 1125 - 05-23-2011 10:40 PM Hey guys, I would like to use Pound as a Reverse-Proxy to tunnel the default Traffic to Apache, having configuration-stuff, and some pure file-traffic (e.g. imagehoster) to lighttpd. The problem is, that when using pound on port 80, apache on port 81 (think port doesnt matter anyhow) the server says "The requested URL / was not found on this server.". I think it's because the domain-name could not be found by ispcp and apache-configuration, or? Could somebody please help me? greets, Chris RE: ISPCP behind Reverse-Proxy? (pound) - JCircle - 05-26-2011 12:19 PM i would bet that your vhosts files still have the default port listed at 80 this would cause a loop. <VirtualHost 192.168.0.100:80> |