&tag(Homebrew/apache);

目次[edit]

参考情報[edit]

インストール[edit]

バージョン2.2のインストール[edit]

古い方法[edit]

自動起動設定[edit]

ポート80で自動起動する(実効ユーザーは自分 or www)[edit]

※ちなみに「sudo brew services start httpd」でいけそうに思えるがうまくいかない。

ユーザーディレクトリを有効化[edit]

UserDir Sites

#
# Control access to UserDir directories.  The following is an example
# for a site where these directories are restricted to read-only.
#
<Directory "/Users/*/Sites">
    AllowOverride FileInfo AuthConfig Limit Indexes
    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
    <Limit GET POST OPTIONS>
        Order allow,deny
        Allow from all
    </Limit>
    <LimitExcept GET POST OPTIONS>
        Order deny,allow
        Deny from all
    </LimitExcept>
</Directory>

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS