Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Merge pull request #7 from docker/removeshibmod
Browse files Browse the repository at this point in the history
Deleted ssl.conf and 00-shib.conf because those file are in shib-sp
  • Loading branch information
Jim Van Fleet committed Sep 13, 2016
2 parents 1cfe641 + d4707f8 commit 0af123a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ VOLUME /opt/shibboleth/ssl/

# Required volumes for mounting Apache SSL files into container
VOLUME /opt/httpd/ssl/
#Added ssl default conf
RUN ln -s /opt/etc/httpd/conf.d/ssl.conf /etc/httpd/conf.d/ssl.conf

#Added shib module apache
RUN ln -s /opt/etc/httpd/conf.modules.d/00-shib.conf /etc/httpd/conf.modules.d/00-shib.conf
RUN ln -s /usr/lib64/shibboleth/mod_shib_24.so /etc/httpd/modules/mod_shib_24.so

#Add httpd configuration
RUN ln -s /opt/etc/httpd/conf.d/ports.conf /etc/httpd/conf.d/ports.conf
Expand Down
6 changes: 0 additions & 6 deletions container_files/etc/httpd/conf.d/ssl.conf

This file was deleted.

1 change: 0 additions & 1 deletion container_files/etc/httpd/conf.modules.d/00-shib.conf

This file was deleted.

0 comments on commit 0af123a

Please sign in to comment.