• 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.

HTTP Loopback Connections are not enabled on this server

elemental.tm

Basic Pleskian
Hi,

I have the following error on when trying to run BackupBuddy in WordPress:

HTTP Loopback Connections are not enabled on this server. You may encounter stalled or significantly delayed backups.

Click link for more info on the specific issue. Anyone know how to enable HTTP Loopback Connections? Possibly I think I should be asking how do I enable Loopback traffic as I do have the Firewall module installed...

Thanks in advance e.tm

(Running latest versions of everything on Debian 6.0.3)
 
Last edited:
Ok lets take BackupBuddy out of the equation for now.

How do I test to see if loopback is enabled in Debian and not being blocked by Plesk Firewall?
 
I have a similar setup + issue:

Plesk 10.4.4 on CentOS5, with WordPress 3.3.1 + BackupBuddy which also shows "HTTP Loopback Connections are not enabled on this server". A firewall is not installed by my ISP, and I'm using default Plesk configuration settings.

Any help from Linux admins is appreciated.
 
So almost a year later, and I'm still dealing with this issue.
All software has been upgraded to the lastest stable versions.
I don't get the HTTP Loopback error on domains which use a dedicated IP, I only get it with domains using a shared IP.

Editing the /etc/hosts file as suggested in this blog entry didn't work for me.
 
Just an FYI for anyone finding this thread while trying to solve this 'loopback connection' issue. A loopback connection is something completely made up by the author of Backup Buddy; it has nothing to do with Apache or a server configuration issue. Basically what the author wants the software to do is be able to connect to 127.0.0.1 (IPv4) or ::1 (IPv6) and request the same domain the site is running on via HTTP and have it work. This of course makes no sense because why would anyone who manages apache configs define a virtual host not only on the IP address it should be running on but also on 127.0.0.1. There's nothing to be gained by it unless you're using some kind of web application firewall or load balance in front of your blog and you want to bypass that for local connections, but if you're running a site that's at the level where such a config is necessary, I doubt you're going to be using Backup Buddy.

So if you really want to enable 'loopback connections' for your sites, you're going to have to create a virtual host setup for every site in a custom apache config and then restart apache. Plesk isn't going to do this and it's not a switch you can just turn on at the server level.
 
Hi,

This is actually quite simple to resole (when you know how) add the following line/s for each domain in your hosts file:

127.0.0.1 www.yourdomain.com localhost localhost.localdomain​

I believe changes should take effect immediately or you may need to reboot.
 
Back
Top