• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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