Homebrew/httpd24
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
&tag(Homebrew/httpd24);
*目次 [#mb7097ff]
#contents
*関連ページ [#w9b29995]
-[[Homebrew]]
-[[../apache]]
*参考情報 [#y0a45c7e]
*基本 [#bce109dd]
-PHP5.3/5.4などもhttpd24に依存しているので、先にhttpd24を...
*インストール [#da07cb5d]
-以下のコマンドで実行
brew tap homebrew/apache
brew install httpd24 --with-privileged-ports
sudo brew services start homebrew/apache/httpd24
-httpd24はdaemonユーザー権限で実行している。
*設定 [#w7cab085]
**ユーザーディレクトリを有効化 [#pd8d0ccf]
-httpd.confを編集
#pre{{
LoadModule userdir_module libexec/mod_userdir.so
Include /usr/local/etc/apache2/2.4/extra/httpd-userdir.conf
}}
-httpd-userdir.confを編集。
#pre{{
UserDir Sites
#
# Control access to UserDir directories. The following i...
# for a site where these directories are restricted to re...
#
<Directory "/Users/*/Sites">
AllowOverride FileInfo AuthConfig Limit Indexes
Options MultiViews Indexes SymLinksIfOwnerMatch Inclu...
Require method GET POST OPTIONS
</Directory>
}}
**mod_rewriteを有効化 [#u5277d8e]
-以下の設定をコメントアウトする
LoadModule rewrite_module libexec/mod_rewrite.so
終了行:
&tag(Homebrew/httpd24);
*目次 [#mb7097ff]
#contents
*関連ページ [#w9b29995]
-[[Homebrew]]
-[[../apache]]
*参考情報 [#y0a45c7e]
*基本 [#bce109dd]
-PHP5.3/5.4などもhttpd24に依存しているので、先にhttpd24を...
*インストール [#da07cb5d]
-以下のコマンドで実行
brew tap homebrew/apache
brew install httpd24 --with-privileged-ports
sudo brew services start homebrew/apache/httpd24
-httpd24はdaemonユーザー権限で実行している。
*設定 [#w7cab085]
**ユーザーディレクトリを有効化 [#pd8d0ccf]
-httpd.confを編集
#pre{{
LoadModule userdir_module libexec/mod_userdir.so
Include /usr/local/etc/apache2/2.4/extra/httpd-userdir.conf
}}
-httpd-userdir.confを編集。
#pre{{
UserDir Sites
#
# Control access to UserDir directories. The following i...
# for a site where these directories are restricted to re...
#
<Directory "/Users/*/Sites">
AllowOverride FileInfo AuthConfig Limit Indexes
Options MultiViews Indexes SymLinksIfOwnerMatch Inclu...
Require method GET POST OPTIONS
</Directory>
}}
**mod_rewriteを有効化 [#u5277d8e]
-以下の設定をコメントアウトする
LoadModule rewrite_module libexec/mod_rewrite.so
ページ名: