Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jul 2005 10:01:58 +0200 (CEST)
From:      "Roger Grosswiler" <roger@gwch.net>
To:        freebsd-stable@freebsd.org
Subject:   Re: Apache2 just listening to https?
Message-ID:  <15339.62.2.21.164.1122537718.squirrel@www.gwch.net>

next in thread | raw e-mail | index | archive | help
>
> Try adding port 80 to your Listen statement(s) in httpd.conf. Also make
sure you have virtual hosts that capture requests on port 80.
>
> /Eirik
>
i did a file called virtual.conf in /usr/local/etc/apache2/Include with
this content:

<VirtualHost *:80>
ServerName freebsd.domain.net
ServerAlias freebsd.domain.net
DocumentRoot /usr/local/www/data
</VirtualHost>

...which should be loaded on startup. Also, i activated

NameVirtualHost *:80

in httpd.conf - still no success...whats up here? firewall is open,
redirecting on router is well...but still no success...

:-( Roger






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15339.62.2.21.164.1122537718.squirrel>