We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it by the end of 2024. Read more about it: https://vestacp.com/docs/vesta-2-development
php.ini
Re: php.ini
webass wrote:I have no idea why, but now it works. http://trax.weilfair.com/check-server-requirements.php
I just used the new ones and copied over.
I tried first to instlal here: extension_dir => /usr/lib/php5/20121212 => /usr/lib/php5/20121212
Didnt work...
BUT.... why isnst it stored in /usr/lib/php5/20121212 but in /usr/local/ioncube/ioncube_loader_lin_5.5.s
Mine is also stored there even know I am using centos, Glad you got everything working.
Re: php.ini
Thx for your gorgeous help
Re: php.ini
for vesta Version: 0.9.8
if using hosting template ; edit /etc/php.ini
if using fcgid template :
to set php.ini per user/domain
copy /etc/php.ini to :
/home/<username>/web/<domain>/cgi-bin/php5-cgi.ini
edit the php5-cgi.ini file for the domain
if using hosting template ; edit /etc/php.ini
if using fcgid template :
to set php.ini per user/domain
copy /etc/php.ini to :
/home/<username>/web/<domain>/cgi-bin/php5-cgi.ini
edit the php5-cgi.ini file for the domain
-
- Posts: 1
- Joined: Thu Apr 09, 2015 12:11 am
Re: php.ini
Hi I have a problem changing the Upload_max_limit
I have changed all the php.ini I can find and did change htaccess , create php.ini in root folder. anything that I can think of.
I have reset the service (service apache2 restart) as well.
And btw when I use phpinfo script , loaded configuration file = (none)
anyone can help? I am using wordpress if that helps
I have changed all the php.ini I can find and did change htaccess , create php.ini in root folder. anything that I can think of.
I have reset the service (service apache2 restart) as well.
And btw when I use phpinfo script , loaded configuration file = (none)
anyone can help? I am using wordpress if that helps
Re: php.ini
this may only work with the cgi template and is a bad implementation because it depends on pointing to a php.ini via the command-line of /usr/bin/php-cgi.ponco wrote:for vesta Version: 0.9.8
to set php.ini per user/domain
copy /etc/php.ini to :
/home/<username>/web/<domain>/cgi-bin/php5-cgi.ini
edit the php5-cgi.ini file for the domain
if you lack that specific individual php.ini file in this place, none is loaded and you got stuck to the small php defaults. (most likely something like that happens with @brokenrailor posting above)
better way and esp. for the fcgi-template you'll just need to edit:
Code: Select all
/usr/local/vesta/data/templates/web/apache2/phpfcgid.sh
Code: Select all
PHPRC=/usr/local/lib
Code: Select all
PHPRC="$home_dir/$user/web/$domain/cgi-bin/"
if there is no php.ini in the path specified via PHPRC it will simply look in the default place aka /etc/php5/cgi
Re: php.ini
brokenrailor wrote:Hi I have a problem changing the Upload_max_limit
I have changed all the php.ini I can find and did change htaccess , create php.ini in root folder. anything that I can think of.
I have reset the service (service apache2 restart) as well.
And btw when I use phpinfo script , loaded configuration file = (none)
anyone can help? I am using wordpress if that helps
Code: Select all
/etc/php5/apache2/php.ini
Code: Select all
post_max_size
Code: Select all
max_file_upload
Code: Select all
service apache2 restart
Re: php.ini
Hi everyone.
I have installed vesta -
centos7 nginx - php-fpm and upgraded to php7.3
and changed the settings at the php.ini file, went crazy untill I just restarted the
php-fpm backend server **located at the server tab**.
Hope can help somebody.
I have installed vesta -
centos7 nginx - php-fpm and upgraded to php7.3
and changed the settings at the php.ini file, went crazy untill I just restarted the
php-fpm backend server **located at the server tab**.
Hope can help somebody.
-
- Posts: 31
- Joined: Wed Oct 18, 2017 6:34 am
Re: php.ini
Restarting php-php did not help in my case. I even rebooted the machine, but no luck. Any other ideas?
Re: php.ini
i have learnt so much in this thread. thanks