• 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

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