Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jul 2005 12:17:19 +0200
From:      =?ISO-8859-1?Q?Eirik_=D8verby?= <ltning@anduin.net>
To:        Roger Grosswiler <roger@gwch.net>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Apache2 just listening to https?
Message-ID:  <DD3865A4-725D-40C3-9AB0-9B5B24735645@anduin.net>
In-Reply-To: <15339.62.2.21.164.1122537718.squirrel@www.gwch.net>
References:  <15339.62.2.21.164.1122537718.squirrel@www.gwch.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Jul 28, 2005, at 10:01 AM, Roger Grosswiler wrote:

>>
>> 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>

Make sure you are not enabling SSL globally, but for each vhost  
individually.
Try the telnet trick mentioned by others, but simply type "GET / HTTP/ 
1.0" <ENTER><ENTER><ENTER> -- it should give you something about  
trying to talk HTTP to a HTTPS server. Would explain why lynx/links  
aren't working.

/Eirik

>
> ...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
>
>
>
> _______________________________________________
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable- 
> unsubscribe@freebsd.org"
>
>
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?DD3865A4-725D-40C3-9AB0-9B5B24735645>