Last active
September 7, 2018 19:28
-
-
Save seanbuscay/0ed5e45fd82d702e9dbc to your computer and use it in GitHub Desktop.
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
# Get apache params | |
source /etc/apache2/envvars ; apache2 -V | |
# Get aapche modules | |
source /etc/apache2/envvars ; apache2 -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment