• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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