Missing php-fpm.conf.56

interfasys

Verified User
Joined
Oct 31, 2003
Messages
1,821
Location
Switzerland
To me that's one more reason to modify build to support unlimited versions of PHP ;)

Code:
Downloading             php-fpm.conf.56...
fetch: http://files6.directadmin.com/services/custombuild/php-fpm.conf.56: Not Found
Downloaded file /usr/local/directadmin/custombuild/php-fpm.conf.56 does not exist or is empty after download
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
fetch: http://69.162.69.58/services/custombuild/php-fpm.conf.56: Not Found

*** MD5 Checksum for php-fpm.conf.56 Failed.  Redownloading...***

Downloading             php-fpm.conf.56...
fetch: http://files6.directadmin.com/services/custombuild/php-fpm.conf.56: Not Found
Downloaded file /usr/local/directadmin/custombuild/php-fpm.conf.56 does not exist or is empty after download
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
fetch: http://69.162.69.58/services/custombuild/php-fpm.conf.56: Not Found


*** MD5 Checksum for php-fpm.conf.56 failed *again*.***
The md5 checksum value may be incorrect, or a wrong file is being downloaded.
Install continuing with this possibly corrupted file. (it may also be fine)


cp: /usr/local/directadmin/custombuild/php-fpm.conf.56: No such file or directory
Can't open /usr/local/php56/etc/php-fpm.conf: No such file or directory.
Downloading             php-fpm.freebsd...
/usr/local/directadmin/custombuild/php-fpm.fre100% of 2501  B   56 MBps 00m00s
Gracefully shutting down php-fpm56: warning, no pid file found - php-fpm56 is not running ?
Starting php-fpm56: [16-Sep-2014 15:53:00] ERROR: failed to open configuration file '/usr/local/php56/etc/php-fpm.conf': No such file or directory (2)
 
php-fpm.conf.56 file problem is now fixed. About "php_expert" function, it's even has "expert" word in it's name, meaning it doesn't do everything "./build php n" does, and it was created just to compile and update PHP binaries (nothing more, it doesn't touch all the configs, create directories and so on). To tell the truth, "./build php_expert" is a small part of what "./build php n" does :) If you don't change any of your configs, you can use "./build php_expert" just to update your current PHP version, for example from 5.5.15 to 5.5.16 (using the same PHP mode). Thank you for the report and please let me know if you have any other questions :)
 
"build php n" rebuilds all the PHP and restarts everything
"build extensionX" build the extensions for all php and restarts everything
Nobody likes the downtime and that's one reason I think php_expert should do more, but that also goes hand in hand with my request to support an unlimited versions of PHP ;).

"php expert" could be used to install any PHP version we want and would use our options to configure it like the other PHPs.
It should:
  • Install directadmin.ini and any other custom.ini file
  • Install all the extensions which are set in options.conf
 
I'm happy to report that from version 1008, it's now possible to install a new PHP or update it via "./build php_expert <version> php-fpm" commands.
Thank you Martynas!
 
Back
Top