RE: Multi Php config module and apache vhost manager
08-19-2014, 02:32 PM
(This post was last modified: 08-19-2014, 02:33 PM by elijahbate.)
Okay some very basic results.
Copied the php.ini into /var/zpanel/hostdata/zadmin/config/php/php.ini
Changed the settings to have aspstyle tags on instead of off
added in vhost
Restarted apache
Success phpinfo() shows custom .ini loaded and settings but also shows the correct openbasedir!
But this will still need to be tested further
Copied the php.ini into /var/zpanel/hostdata/zadmin/config/php/php.ini
Changed the settings to have aspstyle tags on instead of off
added in vhost
Code:
PHPINIDir /var/zpanel/hostdata/zadmin/config/php
Success phpinfo() shows custom .ini loaded and settings but also shows the correct openbasedir!
But this will still need to be tested further