商用で利用する時のシェアNO1 -商用で利用する時のシェアNO1。年間数十万のコストがかかるのでもはや個人での利用は不可能となってしまった。現在でもレンタルサーバーでRedHat9が選択できるところもあるが、世の中の流れとしてはRedHatEnterpriseクローンのCentOSが増えている。 #contents *インストール [#c8ba3b2c] **[[kickstart>Linux/Info/kickstart]] [#c888f2eb] 応答ファイルを作成して全自動でインストールしようという仕組み *過去のバージョン [#u7ae4e6c] **8.0 [#t00d4bae] -Apacheが2.0になるなど結構変化 **aptを使う [#ff63c902] -http://apt.freshrpms.net/からapt-0.5.5cnc4.1-fr1.20030325a.0.rh80.4.i386.rpmをダウンロードインストール # apt-get update **9 [#ib33b9d2] 上記の手順に従いaptが使えるようにしておく apt-get install httpd apt-get install php apt-get install postgresql-server sambaは日本sambaユーザーの会からrpmで入れる。 **RedHatEnterprise [#b372bada] インストール時に「開発ツール」のみ選択してできるだけソースコンパイルしてみる。 sambaは付いてくる。bindはdisk1よりインストール Apache2.0.54+ssl ./configure --enable-mods-shared=all --enable-shared=yes --enable-ssl Postgres7.4.8 ./configure --enable-multibyte=EUC_JP PHP5.0 ./configure --with-apxs2=/usr/local/apache2/bin/apxs --enable-mbstring --enable-mbregex --with-pgsql --with-openssl --without-mysql httpd.conf編集 #AddDefaultCharset ISO-8859-1 AddType application/x-httpd-php .php DirectoryIndex index.html index.html.var index.php **主要ソフト [#o10b796d] *パッケージアップデート [#pac4d37c] -基本的に主流はfedoraに移ってしまったのでミラーサイトのアーカイブから取得 http://ftp.riken.jp/Linux/redhat/archive.redhat.com/redhat/linux/9/en/os/i386/RedHat/RPMS/ #counter