Razique Mahroua
2019-12-16 143ad12d61cb888da77f32066074ae95225464e4
Update instruction on how to disable TLS support in Apache
2 files modified
7 ■■■■ changed files
php-ssl/Dockerfile 3 ●●●● patch | view | raw | blame | history
php-ssl/README.md 4 ●●● patch | view | raw | blame | history
php-ssl/Dockerfile
@@ -7,7 +7,8 @@
USER 0
RUN yum install -y --disableplugin=subscription-manager --nodocs \
  httpd mod_ssl php php-common net-tools procps-ng \
  httpd php php-common net-tools procps-ng \
  mod_ssl \
  && yum clean all
COPY httpd/httpd.conf /etc/httpd/conf/httpd.conf
php-ssl/README.md
@@ -39,8 +39,10 @@
### Disable HTTPs support
If you need to disable HTTPs support, run the following steps:
  1. In `Dockerfile` -- comment line 15:
  1. In `Dockerfile` -- comment lines 11 & 15:
  ```
  # mod_ssl \
  ...
  # COPY httpd/ssl.conf /etc/httpd/conf.d/ssl.conf
  ```
  3. Rebuild the image: