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

Local curl request go to Default Parallels Plesk Page

web3dprint

New Pleskian
Running 12.5.30 Ubuntu 14.04 1205160201.11 version 26 installed-at 20160322T064158
On Ubuntu 14.04.4 LTS x86_64

I have a VPS that I upgraded to 12.5 last January, after having 12.0.8 installed since last August.

Today since there were some amounts of piled up things, I decided to reboot the machine. now there is a problem: I have a cms installed on the only domain configured that uses some internal links for cron tasks.
Since the reboot, all curl request to the domain that is installed on the machine go to the
Default Parallels Plesk Page. Requests from outside work correctly.

Of course I request the homepage, the Default Parallels Plesk Page opens, while when I request nested URLs, an error page shows up saying that the page does not exists.

I tried restarting bind9, I looked around Plesk but found not direction on what to change. The DNS is not hosted on the server, before I had it setup as a slave to the DNS zone of the domain.
 
I think I just solved it by adding one line to /etc/hosts file:
<public-ip> <main-domain-on-machine>

Is there any other way this should have been dealt with?
 
Hello,

It is necessary to check configuration files:

# plesk repair web –n

And reconfigure domain if any error:

/usr/local/psa/admin/sbin/httpdmng --reconfigure-domain <domain_name>

Regards
 
Thanks for your reply!

I tried to perform both tasks, there were some permission errors that I don't think were causing any harm. Other than that, I stil need to add the line to hosts file to have the domain reachable from the machine itself.
 
Back
Top