Search found 5 matches
- Tue Mar 01, 2016 12:16 am
- Forum: Web Server
- Topic: Php7 Upgrade under Nginx + Php-fpm
- Replies: 12
- Views: 24048
Re: Php7 Upgrade under Nginx + Php-fpm
reinstall centos 7 and upgrade php 7 is okay now!
- Mon Feb 29, 2016 10:19 pm
- Forum: Web Server
- Topic: Php7 Upgrade under Nginx + Php-fpm
- Replies: 12
- Views: 24048
Re: Php7 Upgrade under Nginx + Php-fpm
i dont know how to enable php-fpm log. log file php-fpm here /usr/local/vesta/php/var/log [26-Feb-2016 18:23:11] NOTICE: fpm is running, pid 6289 [26-Feb-2016 18:23:11] NOTICE: ready to handle connections [26-Feb-2016 19:09:28] NOTICE: Terminating ... [26-Feb-2016 19:09:28] NOTICE: exiting, bye-bye!...
- Mon Feb 29, 2016 9:33 pm
- Forum: Web Server
- Topic: Php7 Upgrade under Nginx + Php-fpm
- Replies: 12
- Views: 24048
Re: Php7 Upgrade under Nginx + Php-fpm
it still running: ps aux |grep httpd root 10058 0.0 0.0 6444 716 pts/0 S+ 15:53 0:00 grep httpd i just installed nginx+php-fpm as tut installation from vestacp. and there is no php-fpm log file in /var/log so what is it? "root 10058 0.0 0.0 6444 716 pts/0 S+ 15:53 0:00 grep httpd" after i did comma...
- Mon Feb 29, 2016 8:57 pm
- Forum: Web Server
- Topic: Php7 Upgrade under Nginx + Php-fpm
- Replies: 12
- Views: 24048
Re: Php7 Upgrade under Nginx + Php-fpm
it still running:
ps aux |grep httpd
root 10058 0.0 0.0 6444 716 pts/0 S+ 15:53 0:00 grep httpd
i just installed nginx+php-fpm as tut installation from vestacp.
and there is no php-fpm log file in /var/log
ps aux |grep httpd
root 10058 0.0 0.0 6444 716 pts/0 S+ 15:53 0:00 grep httpd
i just installed nginx+php-fpm as tut installation from vestacp.
and there is no php-fpm log file in /var/log
- Mon Feb 29, 2016 6:58 am
- Forum: Web Server
- Topic: Php7 Upgrade under Nginx + Php-fpm
- Replies: 12
- Views: 24048
Re: Php7 Upgrade under Nginx + Php-fpm
i got these issue when i tried to upgrade php 7 (Folow this tut https://webtatic.com/packages/php70): Error: php-mysql conflicts with php70w-mysqlnd-7.0.3-1.w6.x86_64 Error: php70w-common conflicts with php-common-5.4.45-4.el6.remi.x86_64 then i tried remove php by this command: yum remove php* then...