Enable cgi bin for cli variant

This commit is contained in:
Baldinof
2018-05-22 09:47:57 +02:00
committed by Tianon Gravi
parent 2fa5427d39
commit c14ef6c61b
5 changed files with 3 additions and 7 deletions

View File

@ -111,8 +111,6 @@ RUN set -xe \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -131,8 +131,6 @@ RUN set -eux; \
# make sure invalid --configure-flags are fatal errors intead of just warnings
--enable-option-checking=fatal \
\
--disable-cgi \
\
# https://github.com/docker-library/php/issues/439
--with-mhash \
\

View File

@ -56,4 +56,4 @@ RUN { \
&& a2enconf docker-php
ENV PHP_EXTRA_BUILD_DEPS apache2-dev
ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2
ENV PHP_EXTRA_CONFIGURE_ARGS --with-apxs2 --disable-cgi

View File

@ -1 +1 @@
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data --disable-cgi

View File

@ -1 +1 @@
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts
ENV PHP_EXTRA_CONFIGURE_ARGS --enable-maintainer-zts --disable-cgi