Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Ok, I managed to install squid after many howtos.
My issue is that I have a joomla website.
Squid is listening on port 80
Apache is listening on port 81.
My problem is that joomla is detecting the URL being domain:81 and not just domain.
I`m not sure if this is squid related. Is there a setting to not forward the referrer port ?
what's wrong? I don't understand. you have apache on port 81 and so a web app is correctly providing links to that end. How does squid fit into this at all? are you trying to cache within the very same box as the site your serving?? what would that achieve?
i'm not "helping" because you are not asking a valid question. Where did referrer's come into the equation?? if apache is running on port 81, the websites address IS http://domain.com:81 NOT http://domain.com, that would be WRONG. don't run squid on port 80 in the first place, it's uses port 3128 by standard, and apache uses port 80, why would you change it? don't reinvent wheels that have been running well for many many years.
I`m using squid as reverse proxy, that`s why it`s running on port 80 and apache on port 81.
I find it odd that I used the same combo but with vicompress ( from visolve.com ) running on port 80 and apache on port 81, and websites didn`t "see" the apache 81 port directly.
Clear now ?
well a reverse proxy would be on a seperate system, a box much closer to the internet within a single data centre, or another geographical location. Unless i'm not up on my theory as much as I should, having a reverse proxy on the same machine is illogical as you are just transferring the load from one process to another, not improving the systems individual state to any extent.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.