> > /var/log/httpd/error_log にはどんなメッセージが残っていますか? [Mon Nov 18 19:15:31 2002] [crit] (98)Address already in use: make_sock: could not bind to port 80 起動失敗時に 上記のメッセージがでてきます。 httpd.confの 一部抜粋です(aaa.aaa.aaa.aaaはサーバのipアドレスです) NameVirtualHost aaa.aaa.aaa.aaa <VirtualHost aaa.aaa.aaa.aaa:80> DocumentRoot /home/httpd/html/myweb ServerName www.serve.com </VirtualHost> もしかしたらここの設定に問題があるのでしょうか?