Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
Your Plesk account is now active, details below:

Domain: {service.plesk_domain}
Username: {service.plesk_username}
Password: {service.plesk_password}

To log into Plesk please visit https://{module.host_name}:8443.
Please update your name servers as soon as possible to the following:

ns1.domain.com
ns2.domain.com{% for name_server in module.name_servers %}
Name server: {name_server}{% endfor %}


Thank you for your business!

...

  1. Log in to the Plesk database:

    Code Block
    mysql -uadmin -p`cat /etc/psa/.psa.shadow` -Dpsa


  2. Apply the following SQL query:

    Code Block
    mysql> INSERT INTO misc VALUES ('restart_apache_gracefully', 'true');


Symptoms

When there is an issue interacting with the Plesk API, the module log under Tools > Logs > Module Log sometimes includes errors.

1018 - Unable to create hosting. IP address does not exist in client's pool.

This error usually indicates that the IP address is set as "dedicated" instead of shared. To check and update this in Plesk visit Tools and Settings > IP Addresses. Then, click on the IP address and change the type to "shared".