Updated a2enmod comments

This commit is contained in:
Brad Warren 2015-10-12 10:08:35 -07:00
parent 67ee9bf930
commit 7defdb1819

View file

@ -1,7 +1,7 @@
#!/bin/bash
# An extremely simplified version of `a2enmod` for enabling modules in the
# httpd docker image. First argument is the ServerRoot and the second is the
# module to be enabled.
# httpd docker image. First argument is the Apache ServerRoot which should be
# an absolute path. The second is the module to be enabled, such as `ssl`.
confdir=$1
module=$2