Created
December 5, 2011 04:53
-
-
Save ecpplus/1432349 to your computer and use it in GitHub Desktop.
Apache2でmoduleを後からインストール
This file contains 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
# apache のソースディレクトリにて | |
/usr/local/bin/apxs -ic modules/metadata/mod_headers.c | |
chmod 755 /path/to/modules/mod_headers.so | |
/usr/local/bin/apxs -ic modules/metadata/mod_expires.c | |
chmod 755 /path/to/modules/mod_expires.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment