• 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

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