Skip to content

Commit

Permalink
loading order of apc module is important
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Aug 14, 2024
1 parent 66d8c39 commit 6904859
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion php72-apache2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ RUN docker-php-ext-install soap \
# Use pecl to install acpu
RUN pecl install -f apcu && \
pecl install -f apcu_bc
COPY ./conf/apcu.ini ./conf/apc.ini /usr/local/etc/php/conf.d/
COPY ./conf/apcu.ini /usr/local/etc/php/conf.d/91-apcu.ini
COPY ./conf/apc.ini /usr/local/etc/php/conf.d/92-acp.ini

# Enable the Apache2 modules we need
RUN a2enmod rewrite headers expires proxy_fcgi remoteip
Expand Down

0 comments on commit 6904859

Please sign in to comment.