[packages/apache] - use default mutext (depends on apr default) instead of forcing file mutex

Elan Ruusamäe glen at pld-linux.org
Thu Oct 29 13:53:54 CET 2015


what's the background of this change?
just general cleanup?
or that solves some common crash issues?

On 29.10.2015 13:38, arekm wrote:
> commit 13e66b8201ce6b058ee4e04a014e42d47863d039
> Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
> Date:   Thu Oct 29 12:38:01 2015 +0100
>
>      - use default mutext (depends on apr default) instead of forcing file mutex
>
>   apache-mpm.conf | 8 ++++++--
>   1 file changed, 6 insertions(+), 2 deletions(-)
> ---
> diff --git a/apache-mpm.conf b/apache-mpm.conf
> index 51cd43d..5a1b75c 100644
> --- a/apache-mpm.conf
> +++ b/apache-mpm.conf
> @@ -15,10 +15,14 @@ LoadModule mpm_prefork_module                modules/mod_mpm_prefork.so
>   #
>   PidFile /var/run/httpd.pid
>   
> +# Mutex: Allows you to set the mutex mechanism and mutex file directory
> +# for individual mutexes, or change the global defaults
>   #
> -# The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
> +# Uncomment and change the directory if mutexes are file-based and the default
> +# mutex file directory is not on a local disk or is not appropriate for some
> +# other reason.
>   #
> -Mutex file:/var/run/httpd/
> +# Mutex default:/var/run/httpd/

-- 
glen



More information about the pld-devel-en mailing list