• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

PHP curl a local domain?

yabado

Regular Pleskian
Normally you can add a local domain to etc/hosts file using the local IP.

This allows PHP to use curl to access that page. For some reason this is not working with my Plesk server.

Is there a trick to get this working?
 
Hello Yabado,

I still don't understand with your thread ...
Is the hosts file you are referring to on the Plesk server or your local PC?
 
Hello Yabado,

I still don't understand with your thread ...
Is the hosts file you are referring to on the Plesk server or your local PC?


On the Plesk server.

Scenario:
Plesk server hosts mydomain.com
On mydomain.com/page.php I use a curl function to call "http://mydomain.com/page2.php"

When using PHP curl function to call a domain hosted on the same server it fails since it cannot lookup the dns for that domain.
This is quite common. The usual fix is to add the domain to the etc/hosts file on the Plesk server to avoid the obvious DNS issue.
 
Alright!

So what error are you getting? Is the domain name NOT being resolved in your PHP?
 
Nevermind. Seems a complete restart of Plesk fixed the issue. Simply restarting Apache did not get the changes to the hosts file.
 
Back
Top