Update shm file location in conf file

Related: #1963135
This commit is contained in:
Coty Sutherland 2021-08-04 11:17:43 -04:00
parent 2047ea7b44
commit 37ffef586e
2 changed files with 7 additions and 4 deletions

View File

@ -33,4 +33,4 @@ JkMountFile conf.d/uriworkermap.properties
# This directive is present with 1.2.10 and
# later versions of mod_jk, and is needed for
# for load balancing to work properly
JkShmFile logs/jk.shm
JkShmFile /var/cache/httpd/mod_jk/jk.shm

View File

@ -4,7 +4,7 @@
%global version_minor 2
%global version_micro 48
%global commitid 1c14fc065bc133887fdde55cab954691b3dc3aac
%global serial 18
%global serial 19
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
@ -162,7 +162,7 @@ command="s|/usr/local/bin\b|%{_bindir}|"
${RPM_BUILD_ROOT}/%{aplibdir}/%{pkg_name}.so
%{__install} -d -m 0755 ${RPM_BUILD_ROOT}/%{_bindir}
%{__install} -d -m 0755 ${RPM_BUILD_ROOT}/%{_var}/run/%{name}
%{__install} -d -m 0755 ${RPM_BUILD_ROOT}/%{_var}/cache/%{name}
%{__install} -d -m 0700 ${RPM_BUILD_ROOT}/%{_var}/cache/httpd/%{name}
# for tools
%if %with tools
%{__install} -p -m 0755 tools/reports/*.pl ${RPM_BUILD_ROOT}/%{_bindir}
@ -184,7 +184,7 @@ command="s|/usr/local/bin\b|%{_bindir}|"
%{aplibdir}/*
%config(noreplace) %{_sysconfdir}/httpd/conf.d/*
%dir %{_var}/run/%{name}
%dir %{_var}/cache/%{name}
%attr(0700,apache,apache) %dir %{_var}/cache/httpd/%{name}
%if %with tools
%files tools
@ -200,6 +200,9 @@ command="s|/usr/local/bin\b|%{_bindir}|"
%endif
%changelog
* Wed Aug 04 2021 Coty Sutherland <csutherl@redhat.com> - 1.2.48-19
- Update shm file location in conf
* Mon Aug 02 2021 Coty Sutherland <csutherl@redhat.com> - 1.2.48-18
- Fix broken test