● apache インストール  # gtar zxvf apache-2.0.50.tar.gz  # cd httpd-2.0.50  # ./configure --with-mpm=worker --prefix=/usr/local/apache2_w50  # make  # make install      httpd.confの実態は/export/web/intra/hitodb/httpd/confにhttpd.conf.80t2    ln -s /export/web/intra/hitodb/httpd/confにhttpd.conf.80t2 httpd.conf   httpd.conf 修正したらapacheは再起動    ./apachectl start ・バージョンアップ時  プロセス停止 # cd /usr/local/apache/bin # ./apachectl stop 上記インストールを行い設定 ポートは仮設定8888とする。   プロセス起動し、http://intra-?.aist.go.jp:8888/でログイン確認   確認後、ポートを80に修正し再起動。 ● httpd.conf 仮設定   /usr/local/apache2_w48/conf/httpd.conf User nobody Group #-1 Group nobody #ServerName www.example.com:80 ServerName 127.0.0.1:80