• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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