Apacheの起動も確認できたので、OS標準フォルダーへ変更してみる。

  1. httpd.conf を修正する。
  2. [text]
    hikosama-no-iMac:~ hikosama$ sudo vi /opt/local/apache2/conf/httpd.conf
    下記へ変更する。
    DocumentRoot "/Library/WebServer/Documents"
    <Directory "/Library/WebServer/Documents">
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* — "Options All"
    # doesn’t give it to you.
    #
    # The Options directive is both complicated and important. Please see
    # http://httpd.apache.org/docs/2.2/mod/core.html#options
    # for more information.
    #
    Options Indexes FollowSymLinks MultiViews

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    # Options FileInfo AuthConfig Limit
    #
    AllowOverride None

    #
    # Controls who can get stuff from this server.
    #
    Order allow,deny
    Allow from all

    </Directory>

    # User home directories コメントを外す。

    [/text]

以上でOS標準のアクセス方法でもOKになりました。

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です