Version 1.685
Released: 2025-09-??
custombuild update
Updated installation scripts for Apache mod_hostinglimits and mod_proctitle modulesThe 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.
update
Add support for php_home_tmp_session_save_path option for all PHP modesIf 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.