Version 1.685

Released: 2025-09-??

Updated installation scripts for Apache mod_hostinglimits and mod_proctitle modules custombuild update

The way CustomBuild compiles and installs Apache mod_hostinglimits and mod_proctitle modules is improved. Key changes:

  • The source packages will be cached in the .../custombuild/cache directory. This means rebuilding the module again will use the cached source package.
  • Configuration files for the modules are added to the .../custombuild/configure directory. This makes it easier to customise the configuration files if needed.

Note, the Apache web server modules mod_hostinglimits and mod_proctitle are only used on CloudLinux servers.

Add support for php_home_tmp_session_save_path option for all PHP modes update

If the php_home_tmp_session_save_path configuration option is enabled (it is enabled by default), then session.save_path will be configured to be /home/{user}/tmp for all PHP modes.

Previously php_home_tmp_session_save_path only worked in php-fpm mode.

Last Updated: