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

7.5 debian vhost question

C

cemtex

Guest
My isp installed plesk 7.5 for me on a new server that runs debian.
But i have some problem's to configure some vhosts;
Some of my clients run xcart as shopping cart system, they require save mode to be off.
To solve this problem i created a vhost.conf file in the /var/www/vhosts/domain.com/conf directory.
The file itself contains this data :

<Directory /var/www/vhosts/domain.com/httpdocs>
php_admin_flag safe_mode off
</Directory>

After that i execute the command :
/opt/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=domain.com
(wich i am not sure about it because, i modified it a little otherwise it wouldnt start)
After that i restart the apache server, and we' re good to go... However the next morning (now) every vhost wich has a config file like this, is somehow reconfigured and swithced to on again ..

Does someone has a clue about this ?
See i have another machine with rhel on it and somehow it always did work there?!
 
Back
Top