Search found 3 matches
- Sun Aug 26, 2018 6:06 am
- Forum: General Discussion
- Topic: Unable to install on fresh CentOS 7
- Replies: 2
- Views: 3607
Re: Unable to install on fresh CentOS 7
You need to uninstall httpd.
sudo yum erase httpd httpd-tools apr apr-util
Then do a restart.
sudo yum erase httpd httpd-tools apr apr-util
Then do a restart.
- Sat Aug 25, 2018 6:05 pm
- Forum: Web Server
- Topic: PHP-FPM ini not making changes
- Replies: 3
- Views: 3056
Re: PHP-FPM ini not making changes
THANK YOU!!!!!!!!! I spent hours editing wrong php.ini. Been going nuts and all I had to do was look at the php info for the file path.
- Fri Aug 24, 2018 2:04 pm
- Forum: Web Server
- Topic: PHP-FPM ini not making changes
- Replies: 3
- Views: 3056
PHP-FPM ini not making changes
Okay so I will start off with the basic information. Fresh install on a new vps. Centos 7 Nginx & Php-FPM Updated php to 7.2.9 using: https://forum.vestacp.com/viewtopic.php?f=11&t=12319&p=68007#p68007 Nothing in logs. When I went to update the php.ini information under server> php-fpm. I was able t...