Skip to content

Instantly share code, notes, and snippets.

@ecpplus
Created December 5, 2011 04:53
Show Gist options
  • Save ecpplus/1432349 to your computer and use it in GitHub Desktop.
Save ecpplus/1432349 to your computer and use it in GitHub Desktop.
Apache2でmoduleを後からインストール
# 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