Skip to content

Commit

Permalink
Merge pull request #1307 from enterprisemediawiki/remove-mod-proxy-html
Browse files Browse the repository at this point in the history
fix: remove apache mod_proxy_html which was unused and isn't available on RHEL
  • Loading branch information
jamesmontalvo3 authored Nov 7, 2022
2 parents c0a91e7 + 9ca5321 commit ebfff70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/roles/apache-php/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
with_items:
- httpd-devel
- mod_ssl
- mod_proxy_html

- name: Make apache own htdocs directory
file:
Expand Down
1 change: 0 additions & 1 deletion tests/containers/pre-yum/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ RUN yum -y install \
RUN yum -y install \
httpd-devel \
mod_ssl \
mod_proxy_html \
zlib-devel \
sqlite-devel \
bzip2-devel \
Expand Down

0 comments on commit ebfff70

Please sign in to comment.