• 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

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