• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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