もっと//インストールのapache設定パラメータを見る[root @ localhost httpd-2.2.6]#。/configure --prefix = /usr /local /apache --enable-so //Apacheパスを設定します[root @ localhost httpd-2.2]。 6] #make //Apacheをコンパイルする[root @ localhost httpd-2.2.6] #make install //Apacheをインストールする[root @ localhost httpd-2.2.6] #cd /usr /local /apache //apacheディレクトリに入る[ ,null,null,3],root @ localhost apache]#cd conf /[root @ localhost conf] #cp -a httpd.conf httpd.conf- //apache設定ファイルのバックアップ[root @ localhost conf] #chkconfig --list httpd //httpdサービスが有効かどうかを確認すでに存在する[root @ localhost conf] #chkconfig httpd off //httpdサービスがある場合は、httpdサービスでシステムを閉じる[root @ localhost conf] #service httpd status //httpdサービスの状態を表示する[root @ localhost conf] ]#/usr /local /apache /bin /apachectl -k start //linux start apacheコマンド[root @ localhost conf] #netstat -an