• 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.

Generated configuration file apache error

Fabrice

New Pleskian
Hello,

After migrated php version 5.3 to 5.6(command line CLI) the probleme is

"The new configuration files for the Apache web server were not created due to errors in the template configuration: [Tue Oct. 06 10:00:49 2015] [warn] php5_module Module is already loaded, skipping Syntax error on line 87 of /etc/httpd/conf/plesk.conf.d/vhosts/form.test.com.conf: php_admin_value takes two arguments, PHP Value Change (Admin) The detailed error descriptions were sent by you. email. Please solve problems and click here to regenerate the corrupted configuration files or here to generate all the configuration files. See details in the Configuration Troubleshooter "


We try command line /usr/local/psa/admin/sbin/httpdmng --reconfigure-all

this command does not solve the problem

Thanks for you back.
 
Last edited:
Hi Fabrice,

please be informed, that the open_basedir - setting "php_admin_value open_basedir none" is a very old known bug ( https://bugs.php.net/bug.php?id=22220 ), which has been resolved ages ago. Consider to change your current PHP - settings for your open_basedir over Plesk and either let Plesk automatically reconfigure the configuration file, or use again the command

/usr/local/psa/admin/sbin/httpdmng --reconfigure-all
or
/usr/local/psa/admin/sbin/httpdmng --reconfigure-domain YOURDOMAIN.COM

after your PHP changes.
 
Back
Top