Created
September 22, 2015 15:08
-
-
Save tkhoa2711/97c1144967c19f2bd79e to your computer and use it in GitHub Desktop.
Apache config variable not defined..
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# > apache2 -V | |
# results in error like this: | |
# ... AH00111: Config variable ${APACHE_LOCK_DIR} is not defined | |
# | |
# we need to source the envvars file to create the configs in which apache2 relies on | |
source /etc/apache2/envvars |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment