Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Inviting everyone who uses WordPress management tools in Plesk The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test. To participate, please use this link .
Your experience will help shape product decisions and ensure the tools better support real-world use cases.
With plesk you cannot change the default main servername in the httpd.include, its actually not a good idea to edit httpd.include at all, instead use the vhost.conf overrides.
The plesk system automatically makes www.domain.tld the default apache server name, and thats just that
I found that the reason my SSL certificate does not work is because ServerName is set to domain.com rather than www.domain.com. I manually edited httpd.include, restarted Apache and my certificate now works. I'm not sure I really want the hostname to be www.domain.com but I'm also not sure if it matters if it is
It seems to work now, thank you. I have an additional question about ssl. I have the crt, I implemented the crt in plesk, but when I double click de key at the bottom of the page.. I just can see the plesk crt, not the real one...any ideas?
I found the easiest way to figure this out was to just look at and modify the http conf files until it was working then work backwards to figure out how to make Plesk do the same thing. Bear in mind you have to versions of httpd running - one for Plesk and the other for your web stuff. Check both sets of conf files to see what Plesk has done. Use openssl to inspect any key files that have been written.