LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Squid & Apache (https://www.linuxquestions.org/questions/linux-networking-3/squid-and-apache-40958/)

80s 01-10-2003 05:18 AM

Squid & Apache
 
i running squid and apache on the same server. How do i stops squid form blocking the requests to apache ??
I use the ip address of the server to requiest pages on the local lan eg: "http://192.168.200.247/pinetown/mail/index.php"



Many Thanks

niknah 01-10-2003 06:42 AM

not sure what you mean here, if you have squid configured to listen to port 80, then you can change the "http_port 80" line in squid.conf
or you can change the "listen 80" line in apache's config and use the web server as http://x.x.x.x:y/ where y is the new listen port number.

80s 01-10-2003 07:12 AM

squid is set to listen on port 3128 & 8080
Apache on 80 and 3128

ether squid must ingnor requests for pages or must forward for apache on port 3218 and 8080... this would be best.

Thank greg


All times are GMT -5. The time now is 09:15 PM.