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

Missing include in httpd.conf after upgrade from 8.1

G

gandalf@

Guest
Hello,

we created a new domain on a Plesk 8.2 (after updating the server from Plesk 8.1). We wanted to set an open_basedir for PHP in a vhost.conf - like we did before for another domain.

After searching for our error in creating a vhost.conf, I found an Include for the specified vhost.conf in httpd.conf. But this include is ONLY defined for Port 80 - it's missing for Port 443!

<VirtualHost [IP]:80>
...
Include /srv/www/vhosts/[domain]/conf/vhost.conf
</VirtualHost>

<VirtualHost [IP]:443>
...
</VirtualHost>


I set the missing line in httpd.conf and it works right now. But as I unstand the configuration process: if anybody restarts the configuration via Plesk, this line will be lost.

Is there a bugfix?

Markus.
 
Back
Top