Apache2 just listening to https?

Uzi Klein uzi at bmby.com
Thu Jul 28 08:19:10 GMT 2005


Roger Grosswiler wrote:
> 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

Try checking it using telnet:

# telnet freebsd.domain.net 80
GET / HTTP/1.1
Host:freebsd.domain.net

[ .. twice enter here .. ]

and see if it gives you a clue

-Uzi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 2757 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20050728/7a947009/smime.bin


More information about the freebsd-stable mailing list