From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-98068-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1MS9mO-0000LF-CO
	for garchives@archives.gentoo.org; Sat, 18 Jul 2009 13:16:44 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F2EC2E0364;
	Sat, 18 Jul 2009 13:16:42 +0000 (UTC)
Received: from mail-ew0-f217.google.com (mail-ew0-f217.google.com [209.85.219.217])
	by pigeon.gentoo.org (Postfix) with ESMTP id B916CE0364
	for <gentoo-user@lists.gentoo.org>; Sat, 18 Jul 2009 13:16:42 +0000 (UTC)
Received: by ewy17 with SMTP id 17so1171245ewy.34
        for <gentoo-user@lists.gentoo.org>; Sat, 18 Jul 2009 06:16:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:from:reply-to:to:subject:date
         :user-agent:references:in-reply-to:mime-version:content-type
         :content-transfer-encoding:message-id;
        bh=cTPdBPHxM0sHXSUuWowdbG5sHKHzoBvgRVmT+PD4rio=;
        b=wCRaUsdASCKhFILmgWjwHBSwv4JJz0FkroW0Bikbog1YkNR8bnOvyhOeuX64h/fKIW
         +LDd7z7hAy30xJ2mpkWCb8FSXuTKeODVbKZyaOP/CM57JdX5lHXylKEyx5WSVilXaO6g
         IZX9CPi0hE0/Bapd4jb04zztkdbvqz+qIA92M=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=from:reply-to:to:subject:date:user-agent:references:in-reply-to
         :mime-version:content-type:content-transfer-encoding:message-id;
        b=pqrOf7NBYTGd36q5cQKMxFC9Mnw74VfZfAwRTVAE6Vi+8klDEXZR+oBzP9Xz/TrJJj
         ZuITRa2VQ9oycEpJE0zFc/Rh+OMuDhDxYKe2hr7XkPFK0BIQpZPhmFsmvuPqLAihnPr3
         lKZqs6GzBljKVHrlVBPPQkwTmtp8t2ROfnqWM=
Received: by 10.210.16.10 with SMTP id 10mr2714733ebp.26.1247923001948;
        Sat, 18 Jul 2009 06:16:41 -0700 (PDT)
Received: from lappy.study (230.3.169.217.in-addr.arpa [217.169.3.230])
        by mx.google.com with ESMTPS id 23sm3143980eya.40.2009.07.18.06.16.40
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sat, 18 Jul 2009 06:16:41 -0700 (PDT)
From: Mick <michaelkintzios@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] apache https setup
Date: Sat, 18 Jul 2009 14:16:30 +0100
User-Agent: KMail/1.9.10
References: <y651vofxo9k.fsf@minnie.esd.mun.ca>
In-Reply-To: <y651vofxo9k.fsf@minnie.esd.mun.ca>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: multipart/signed;
  boundary="nextPart1592767.6SIslGnkDn";
  protocol="application/pgp-signature";
  micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <200907181416.32577.michaelkintzios@gmail.com>
X-Archives-Salt: 862f097b-1d38-4018-933d-1caea6546c80
X-Archives-Hash: 121f2a7b6f838d513a01242075859991

--nextPart1592767.6SIslGnkDn
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

On Friday 17 July 2009, Roger Mason wrote:
> Hello,
>
> I'm trying to set up an apache https server.  I keep getting "Page Load
> Error" when trying to connect.  I'm using apache 2.0.58.  I've generated
> certificates, worked my way through various problems and apache starts
> OK, asking me for the passphrase for the certificate, but it is not
> serving up pages.
>
> The error_log contains this:
>
> [Fri Jul 17 13:30:01 2009] [error] [client 127.0.0.1] File does not
> exist: /usr/htdocs
>
> The error is correct in that /usr/htdocs does not exist, but I have
> set 00_default_vhost.conf to serve documents out of:
>
> DocumentRoot "/var/www/htdocs"

I think that you have not configured your vhosts right, otherwise you would=
=20
not be getting the error about /usr/htdocs - that is probably the default=20
directory path in your apache configuration?

I cannot access a gentoo apache server at this moment to compare and you do=
n't=20
really show nearly enough info from your configuration files, so it may be=
=20
worth having a look at this old wiki page (but take it with a pinch of salt=
=20
as things may have changed slightly since):

http://www.gentoo-wiki.info/HOWTO_Apache_VirtualHost_by_IP_Address

HTH.
=2D-=20
Regards,
Mick

--nextPart1592767.6SIslGnkDn
Content-Type: application/pgp-signature; name=signature.asc 
Content-Description: This is a digitally signed message part.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.11 (GNU/Linux)

iEYEABECAAYFAkphyzAACgkQVTDTR3kpaLb9KACfdeyZ0RKJFcRiKJv0FZqC8MPY
nxkAoOpjS/L7yK/nZcRr0KJXJARpH5m1
=5JOO
-----END PGP SIGNATURE-----

--nextPart1592767.6SIslGnkDn--