import CS mod_proxy_cluster-1.3.22-2.el10

This commit is contained in:
eabdullin 2025-11-11 08:57:27 +00:00
parent 85edc6f62f
commit 48409f03fa
6 changed files with 4 additions and 49 deletions

4
.gitignore vendored
View File

@ -1,3 +1 @@
/mod_cluster-1.3.19.Final.tar.gz
/mod_cluster-45265ef9c1f53c71af5241f9deae19fd839263c8.tar.gz
/mod_cluster-*.tar.gz
mod_cluster-42b64bbafb597df26b7c7441e922f295b238247c.tar.gz

View File

@ -1,3 +0,0 @@
# mod_proxy_cluster
The mod_proxy_cluster package

View File

@ -1,6 +0,0 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -3,12 +3,12 @@
# Update commitid and serial when new sources and release info is available
%global commitid 42b64bbafb597df26b7c7441e922f295b238247c
%global serial 1
%global serial 2
Name: mod_proxy_cluster
Summary: JBoss mod_proxy_cluster for Apache httpd
Version: 1.3.22
Release: %{serial}%{?dist}.2
Release: %{serial}%{?dist}
Epoch: 0
License: LGPLv3
Group: Applications/System
@ -114,7 +114,7 @@ fi
%changelog
* Wed Mar 05 2025 Sokratis Zappis <szappis@redhat.com> - 1.3.22-1.el10.2
* Wed Mar 05 2025 Sokratis Zappis <szappis@redhat.com> - 1.3.22-2.el10
- Resolves: RHEL-82256 - Update deprecated misspeled EnableMCPMReceive directive
* Mon Feb 24 2025 Vladimír Chlup <vchlup@redhat.com> - 1.3.22-1

View File

@ -1,12 +0,0 @@
---
- name: Install required packages
dnf:
name: >
httpd, mod_proxy_cluster
- name: Comment out mod_proxy_balancer
command: sed -i 's@LoadModule proxy_balancer_module@#LoadModule proxy_balancer_module@g' /etc/httpd/conf.modules.d/00-proxy.conf
- name: Configure mod_proxy_cluster
command: mv /etc/httpd/conf.d/mod_proxy_cluster.conf.sample /etc/httpd/conf.d/mod_proxy_cluster.conf

View File

@ -1,22 +0,0 @@
- hosts: localhost
remote_user: root
tags:
- classic
roles:
- role: Test_Setup
- role: standard-test-basic
tests:
- verify_httpd_up:
dir: .
run: "curl http://localhost/ &> testfile.log || true && grep '<strong>Test Page</strong>' testfile.log"
- check_error_log_for_unexpected_errors:
dir: .
run: "! sudo grep -i error /var/log/httpd/error_log | grep -v \"AH01276\""
- check_mod_proxy_cluster_configured:
dir: .
run: "grep -e \"mod_cluster/.* configured -- resuming normal operations\" /var/log/httpd/error_log"
required_packages:
- mod_proxy_cluster
- httpd
required_services:
- httpd