• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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