Control Web Panel

WebPanel => CentOS-WebPanel GUI => Topic started by: andrereyes_mzt on January 08, 2019, 07:47:48 PM

Title: CWP.USER PHP.INI not stored on the right folder
Post by: andrereyes_mzt on January 08, 2019, 07:47:48 PM
When I login to my domain using CWP User, I can edit my php.ini file (CWP settings -> Edit Php.ini) for my website, but this changes only apply to one folder of my website (/home/andresre/public_html), and doesn't apply to the sub-folders. 

After placing the php.ini in the main folder /home/andresre then changes will apply to all sub-folders on my website.

Shouldn't the php.ini file be stored on "/home/username" folder instead directly by CWP so changes apply to all website instead of having to copy php.ini to every sub-folder? 
Title: Re: CWP.USER PHP.INI not stored on the right folder
Post by: GTMAN on January 08, 2019, 08:47:48 PM
There is a trailing slash error in the template. I have reported the bug and it's supposed to be fixed. Look in
/usr/local/apache/conf.d/vhosts.

Check the domain.conf and domain.ssl.conf file for:

Code: [Select]
<IfModule proxy_fcgi_module>
<FilesMatch \.php$>
SetHandler "proxy:unix:/opt/alt/php-fpm73/usr/var/sockets/gtmanage.sock|fcgi://localhost"
</FilesMatch>
</IfModule>

Make sure there is no trailing slash after localhost.
Title: Re: CWP.USER PHP.INI not stored on the right folder
Post by: andrereyes_mzt on January 08, 2019, 09:53:45 PM
Hi,

I found the file but I have different settings,

Code: [Select]
<IfModule mod_suphp.c>
suPHP_UserGroup andresre andresre
suPHP_ConfigPath /home/andresre
</IfModule>
Title: Re: CWP.USER PHP.INI not stored on the right folder
Post by: GTMAN on January 09, 2019, 03:09:57 PM
Hi,

I found the file but I have different settings,

Code: [Select]
<IfModule mod_suphp.c>
suPHP_UserGroup andresre andresre
suPHP_ConfigPath /home/andresre
</IfModule>

Ok I see ... try putting a trailing slash after:  suPHP_ConfigPath /home/andresre/