Skip to content

Instantly share code, notes, and snippets.

@tkhoa2711
Created September 22, 2015 15:08
Show Gist options
  • Save tkhoa2711/97c1144967c19f2bd79e to your computer and use it in GitHub Desktop.
Save tkhoa2711/97c1144967c19f2bd79e to your computer and use it in GitHub Desktop.
Apache config variable not defined..
# > 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