From owner-freebsd-stable@FreeBSD.ORG Thu Jul 28 15:46:24 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3342E16A41F for ; Thu, 28 Jul 2005 15:46:24 +0000 (GMT) (envelope-from jowens@ghiapet.homeip.net) Received: from ms-smtp-04.rdc-kc.rr.com (ms-smtp-04.rdc-kc.rr.com [24.94.166.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6FC443D45 for ; Thu, 28 Jul 2005 15:46:23 +0000 (GMT) (envelope-from jowens@ghiapet.homeip.net) Received: from mycroft.ghiapet.net (CPE-69-76-111-42.wi.res.rr.com [69.76.111.42]) by ms-smtp-04.rdc-kc.rr.com (8.12.8p1/8.12.7) with ESMTP id j6SFT8wJ001021 for ; Thu, 28 Jul 2005 10:29:08 -0500 (CDT) Received: from [192.168.0.201] (mycroft.ghiapet.net [192.168.0.201] (may be forged)) by mycroft.ghiapet.net (8.13.1/8.13.1) with ESMTP id j6SFkIpT005118; Thu, 28 Jul 2005 10:46:18 -0500 Message-ID: <42E8FDC5.9040304@ghiapet.homeip.net> Date: Thu, 28 Jul 2005 10:46:13 -0500 From: "John R. Owens" User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <15339.62.2.21.164.1122537718.squirrel@www.gwch.net> <33178.62.2.21.164.1122550513.squirrel@www.gwch.net> In-Reply-To: <33178.62.2.21.164.1122550513.squirrel@www.gwch.net> X-Enigmail-Version: 0.91.0.0 OpenPGP: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig1FF313A7BA9B0CA2B5655BA9" X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: Apache2 just listening to https? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2005 15:46:24 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig1FF313A7BA9B0CA2B5655BA9 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Roger Grosswiler wrote: >>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: >>> >>> >>>ServerName freebsd.domain.net >>>ServerAlias freebsd.domain.net >>>DocumentRoot /usr/local/www/data >>> >> >>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" -- it should give you something about >>trying to talk HTTP to a HTTPS server. Would explain why lynx/links >>aren't working. >> >>/Eirik >> > > Connected to freebsd.gwch.net (192.168.0.101). > Escape character is '^]'. > GET /HTTP/1.0 > > > 404 Not Found > >

Not Found

>

The requested URL /HTTP/1.0 was not found on this server.

>
>
Apache/2.0.53 (FreeBSD) PHP/4.3.10 mod_ssl/2.0.53 OpenSSL/0.9.7e > Server at freebsd.gwch.net Port 80
> > Connection closed by foreign host. > > > seems as perhaps i have a problem with my DocumentRoot??? > > Ro Assuming you copied what you entered quite precisely, quite simple, really. You need a space between the first "/" and "HTTP/1.0", is all. That's why it's not finding any such file at "/HTTP/1.0". As for another point you made elsewhere, if it's working from your local network, but not from the Internet, and you're pretty sure that a firewall or router on your local network isn't the issue, it could be that your ISP filters ports 80 and/or 443 if you have a residential-type service. -- John R. Owens ProofReading Markup Language: http://prml.sourceforge.net/ --------------enig1FF313A7BA9B0CA2B5655BA9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFC6P3Ji0+Id/zGcbARAk0XAJ9IqM0ZksQjs5wpOOD1uxdMuHSymgCgp9qK NVJI0s4K9e4bUEIMC4+tRDM= =IjoS -----END PGP SIGNATURE----- --------------enig1FF313A7BA9B0CA2B5655BA9--