レンタルサーバー選びの迷いを解決!全力サポートします

Google or AdMax Promotion (srv)

Apacheインストール(MacPort)

MacPortでApacheをインストールするのは非常に簡単です。
ターミナル操作ではありますが、1行でインストールは完了します。
ここではMacPortを利用したApacheのインストールの手順をご紹介します。

 

Apacheインストール(MacPort)

MacPortでApacheのインストールは1行のターミナル操作で完了します。

ですが、まずApacheのどのバージョンをインストールするのかを、
事前に決定しておく必要があります。

MacPortを利用してインストールができるApacheバージョンから、
インストールするバージョンの決定を行います。

ここでは以下のバージョンのインストールを行います。

apache2 2.2.32 (source)
The extremely popular second version of the Apache http server
Licenses: Apache-2
Maintained by: ryandesign openmaintainer
Categories: www
Platforms: darwin freebsd openbsd
Dependencies: lbzip2 openssl apr apr-util expat pcre perl5 zlib
Variants: eventmpm openldap preforkmpm universal workermpm

 

(引用)“apache search results”|The MacPorts Project — Available Ports

 

青色で示した部分がコンポーネントの名称です。
この名前を指定することで「Apache 2.2.32」がインストールされます。

インストールを行う際には以下コマンドを利用します。

sudo port install (コンポーネント名)

実際には以下のように指定します。

sudo port install apache2

osx-mp-install-compo_st01

apache2インストール・Portインストール

 

実行するとすぐにインストールが開始されます。

osx-mp-install-compo_st02

apache2インストール開始・Portインストール

 

しばらく待つとインストールが完了しターミナルが入力待ちになります。

osx-mp-install-compo_st03

apache2インストール完了・Portインストール

インストール後に、インストール済みコンポーネントを確認します。
「apache2」が表示されておりインストールが正しくされていることが分かります。
※以下は同時にMySQLもインストールしています。

osx-mp-install-compo_st07

インストール前後比較(apache.mysql)・Portインストール

 

プロモーション

Google or AdMax Promotion (srvpos)

Apache(MacPort)のデフォルトディレクトリ

Apacheの使用ディレクトリを参考まで記載します。
なお、それぞれの環境によって異なっていると思いますのでhttpd.confを参照ください。

Apache MacPort
httpd /opt/local/apache2/bin/httpd
httpd.conf conf/httpd.conf(/opt/local/apache2/conf/httpd.conf)
ServerRoot /opt/local/apache2
LoadModule modules/(/opt/local/apache2/modules/)
DocumentRoot /opt/local/apache2/htdocs
ErrorLog logs/error_log(/opt/local/apache2/logs/error_log)

Step 2: Install Apache

$ sudo port install apache2

A sample configuration file is provided in /opt/local/apache2/conf/original/httpd.conf. Don’t edit this file; leave it as is so you can refer to the defaults later. The first time you install apache2, the sample configuration file will be copied to /opt/local/apache2/conf/httpd.conf for you. You can edit this file as desired. When you later upgrade apache2 to a newer version, MacPorts will upgrade the sample configuration file but will not modify your httpd.conf, so be sure to manually compare your httpd.conf with the new sample configuration file and bring over any relevant changes. You should also keep backup copies of your httpd.conf in a safe place.

(引用)Step 2: Install Apache|howto/Apache2 – MacPorts

 

参考

howto/Apache2 – MacPorts

3.1.11. port install

The action install is used to install a port. Once you determined the name of a port you want (possibly using port search), you can install it using this command. See Section 3.2.1, “Invoking Variants” on how to choose variants when installing a new port. For example,

$ sudo port install apache2 -preforkmpm +workermpm

installs the apache2 port without the preforkmpm, but with the workermpm variant.

If the installation of a port fails, you can enable verbose or debug output by giving the -v or -d flag to port:

$ sudo port -v install apache2

(引用)3.1.11. port install|MacPorts Guide

 

The MacPorts Project — Download & Installation

Apacheのインストール on (Mac) OS X | Articles@www.e-mist.com


AdMax Promotion

公開日:
最終更新日:2017/02/10

コンテンツナビ
すべて展開 | すべて省略

AdMax Promotion

カテゴリ
すべて展開 | すべて省略

QRコードからもこのURLを開けます。