• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Apache listen on 127.0.0.1 possible?

J

johnmont

Guest
I'm working with running Squid as a reverse proxy on my Plesk 9.3 server. First, the ability to assign ports to virtual domains is great -- thanks for adding that.

However, at times this is problematic and I would actually like to run the apache server on 127.0.0.1 for my virtual domains. This way, I could run squid on the public IP address and pass on requests in Squid to the local loopback. This is possible in standalone apache configs, but I'd like to figure out how to do it "correctly" with Plesk. I would end up with something like:

Squid runs on public IP 192.65.34.12:80
Vhosts run on 127.0.0.1:80

The alternative I tried (which is now possible easily in 9.3) was:

Squid runs on public IP 192.65.34.12:80
Vhosts run on 192.65.34.12:8080

However, there are some implications when clients request a directory without the trailing slash -- apache redirects them to the 8080 port, which bypasses the Squid proxy.

Thanks for any suggestions.
 
Hi,

I'm trying to do such the same, but the only thing I get if I run squid on the public IP and httpd on 127.0.0.1:80 is the plesk default page.

Could you please explain your suggestion a bit more atomicturtle?

Thank you.

Regards,

Boris
 
Back
Top