• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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