vine-users ML アーカイブ



[vine-users:055916] Re: apatch の起動処理に関して。

  • From: "yah" <ito@xxxxxxxxxxxxxxxx>
  • Subject: [vine-users:055916] Re: apatch の起動処理に関して。
  • Date: Mon, 18 Nov 2002 21:13:15 +0900
> ということは、既に 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>