Skip to content

Commit 1716657

Browse files
committed
Build all MPMs as shared modules
1 parent 49d553a commit 1716657

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

2.4/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ RUN set -eux; \
127127
--build="$gnuArch" \
128128
--prefix="$HTTPD_PREFIX" \
129129
--enable-mods-shared=reallyall \
130+
--enable-mpms-shared=all \
130131
; \
131132
make -j "$(nproc)"; \
132133
make install; \

2.4/alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ RUN set -eux; \
108108
--build="$gnuArch" \
109109
--prefix="$HTTPD_PREFIX" \
110110
--enable-mods-shared=reallyall \
111+
--enable-mpms-shared=all \
111112
; \
112113
make -j "$(nproc)"; \
113114
make install; \

0 commit comments

Comments
 (0)