|
apache2.2.6
|
|
|
|
|
|
|
インストール
|
|
Webサーバー
|
apache2.2.6
|
| |
|
|
|
|
|
# pkg-get -a (apache2.2.6確認してみた) # pkg-get -i apache2
のインストールに成功しました。
#
# /opt/csw/apache2/sbin/apachectl start apache22開始 # /opt/csw/apache2/sbin/apachectl stop apache22終了
Apacheサーバのルートディレクトリ /opt/csw/apache2
httpdの実行可能ファイルのパス /opt/csw/apache2/sbin/httpd
apachectlコマンドのパス /opt/csw/apache2/sbin/apachectl
httpd.confのパス /opt/csw/apache2/etc/httpd.conf
デフォルトの公開フォルダー /opt/csw/apache2/share/htdocs
|
|
|