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

A way to disable apache being restarted everytime when a new domain is added

SugavanasS

Basic Pleskian
Is there a way to disable the apache being restarted when a new domain is added ?

When i am using WHMCS to create account on the same plesk server, my server's apache gets restarted and I get a 502 error. I want to have instant setup after payment and if plesk restarts always, i get into trouble with my client seeing that error page :/
 
For the newly created domain name apache settings to take effect, apache must reload ...

If you are getting a 502, you need to investigate and find out the cause of that ...
 
The cause is because apache restarts, and WHMCS in on the same server. They both clash together can get the 502 page. Some how the account is created on plesk but it is not updated to whmcs.
Is there any scripts that i can edit, so i can make the apache restart 1 minute after the domain creation :)

I own the server, so i have root access :)
 
Yes you can change the restart interval by:

Tools & Settings -> Apache Web Server -> [Apache restart interval]
 
Thanks.

how do i add it to the table ? the psa table as it says there :O

Access to Plesk psa database:

# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa

Or if you have Plesk 11.5 version:

# plesk db
 
Back
Top