Skip to content

Commit

Permalink
Merge pull request #1 from docker/patch_start-httpd.sh
Browse files Browse the repository at this point in the history
Fix shibd startup
  • Loading branch information
mederly authored May 13, 2019
2 parents ada7c90 + 987510a commit 393fe00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion container_files/usr-local-bin/start-httpd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ case $AUTHENTICATION in
echo "*** Starting httpd WITH Shibboleth support"
set -e
rm -f /etc/httpd/logs/httpd.pid
(/usr/sbin/shibd) & httpd -DFOREGROUND
export LD_LIBRARY_PATH=/opt/shibboleth/lib64:$LD_LIBRARY_PATH
(/usr/sbin/shibd -f) & httpd -DFOREGROUND
;;
internal)
echo "*** Starting httpd WITHOUT Shibboleth support"
Expand Down

0 comments on commit 393fe00

Please sign in to comment.