• ホーム
  • サーバ
  • Apache
  • httpd.conf
  • httpd.conf

    Apache設定ファイル
    
    ■文法のチェックを行う
    	/usr/local/apache2/bin/apachectl configtest
    	又は/usr/local/apache2/bin/httpd -t
    
    ■設定完了後再起動
    	kill -USR1 'cat httpd.pid'
    	-USR1を使用すると全クライアントの処理を終了してから再起動できる
    
    ■Solaris8 SoftwareCDパッケージの場合
    	/etc/apache/httpd.conf-example をコピーして使用
    	cp httpd.conf-example httpd.conf
    
    

    前へ  トップへ inserted by FC2 system