apache タグのページリスト
Apache HTTP サーバ でバーチャルホスト (仮想ホスト) を利用してWebサーバーを構築する手順を紹介します。/etc/hosts ファイルの確認/etc/hostsファイルを確認します。デフォルトの状態127.0.0.1 l
CentOS7にHttpd (Apache) Webサーバーをインストールする手順を紹介します。手順下記のコマンドを実行します。yum -y install httpdコマンドを実行すると自動でダウンロードとインストールが始まります。インス
ApacheのWebサーバーの利用ポート番号の変更方法を紹介します。手順httpd.conf の Listen の後ろのポート番号を変更します。httpd.conf内のListen 80の部分をListen 10080と変更することで、We
[Linux] ApacheのDocumentRootを変更するとApache起動時に「Syntax error on line (nnn) of /etc/httpd/conf/httpd.conf Document Root must
1