• 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

Where is the httpd.include template located?

R

ralphch

Guest
Hello,

After upgrading to Plesk 7.5.4 and PHP 5 on FreeBSD, every time I add a new domain name, Plesk updates the httpd.include file and breaks the Horde webmail application for all domain names. It does this because it removes the necessary "include_path" for PEAR and other PHP libraries from httpd.include. Thus, after adding a new domain, I have to manually fix the httpd.include file and add the following in all PHP instances:

php_admin_value include_path "/usr/local/psa/psa-horde/lib/Horde/:/usr/local/psa/psa-horde:/usr/local/psa/psa-horde/lib:/usr/local/psa/psa-horde/pear:."

In order to provide a permanent fix, I would need to know where Plesk's template for httpd.include is located and/or how it is generated.

Any help will be greatly appreciated.

Thanks,
Ralph
 
Back
Top