[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

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


伊藤です。

とりあえずなのですが、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>

この情報があなたの探していたものかどうか選択してください。
yes/まさにこれだ!   no/違うなぁ   part/一部見つかった   try/これで試してみる

あなたが探していた情報はどのようなことか、ご自由に記入下さい。特に「まさにこれだ!」と言う場合は記入をお願いします。
例:「複数のマシンからCATV経由でipmasqueradeを利用してWebを参照したい場合の設定について」
Follow-Ups: References: