Apacheの最新バージョンが2.0.48 がリリースされました。 1.3.29 もリリースされました。

 公式サイト       http://httpd.apache.org/  

 ダウンロードページ  http://httpd.apache.org/download.cgi

 詳しいドキュメントは http://httpd.apache.org/docs-2.0/ja/

 ファイルは、「 httpd-2.0.48.tar.gz 」です。 Windowsでダウンロードしてきました

    

 FTPクライアントで /usr/local/src にアップロードします。

 念のため /usr/local/apache2/conf/httpd.conf を保存します

 FTPクライアントでダウンロードして Windows に保存しておきます

 インストールします。

 ユーザーでひとまず作業します。

  $ cd /usr/local/src                        // ディレクトリを移動

  $ tar zxfv httpd-2.0.48.tar.gz                   // ファイルを展開  httpd-2.0.48 フォルダーができる   

  $ cd httpd-2.0.48                             // ディレクトリを移動

  $ export CPPFLAGS=-I/usr/kerberos/include      

  $ ./configure --enable-dav                     

  $ make

  $ su

  passwd:                                      // パスワード入力

  # /usr/local/apache2/bin/apachectl stop          // アパッチを停止します

  # make install                             // インストール


 これで再起動をかけます

  # /usr/local/apache2/bin/apachectl restart        // 再起動

 以上で完了です。

 設定ファイルは 2.0.47 のもので動きます。


Copyright(C) 2000-2004, 初心者のServer構築法とWindowsネットワーク All Rights Reserved
webmaster@shoukun.com