• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Mambo ,sugarcrm /var/lib with vhost.conf

K

Kinoal

Guest
Hi all ,

I have a big question. I search in this forum during this afternoon but i can't find my answer.

I want to use mambo but I need to modif the httpd.include file . But when I change something and create a new subdomains , plesk delete my changes.

I know that I can create a vhost.conf files in /path_to_vhosts/<domain-name>/conf/

I want to change many line in httpd.include file like

php_admin_value open_basedir " /var/vhost/domain.eu/httpdocs:/var/lib"

but how set the vhost file to set always this information ? There is NO Post on this forum for explain clearly this situation. Thank a lot for your help.
 
you can edit your vhost.conf file either in your main domain conf folder or in your subdomain conf folder

then either restart plesk, or run
/usr/local/psa/admin/sbin/websrvmng -v -a

which tells plesk to look for vhosts files for all your domains and include them in the httpd.include

and then reload apache
 
Back
Top