> ということは、既に port 80 を使うプログラムが何か起動しているのでは? :) 今まで動いていて問題はありませんでした。 もし確認できる方法がありましたら ご教授 お願いいたします。 ## ## SSL Virtual Host Context ## # Apache will only listen on port 80 by default. Defining the virtual server # (below) won't make it automatically listen on the virtual server's port. Listen 443 Listen aaa.aaa.aaa.aaa:80 # SSL Session Cache: # The cache speeds up processing of multiple parallel requests from # the same client. SSLSessionCache shm:/var/cache/ssl_gcache_data(524288) </IfDefine> NameVirtualHost aaa.aaa.aaa.aaa <VirtualHost aaa.aaa.aaa.aaa:80> DocumentRoot /home/httpd/html/myweb ServerName www.serve.com </VirtualHost>