伊藤です。 とりあえずなのですが、Listen aaa.aaa.aaa.aaa: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>