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 ) id 1MRqfz-0008P0-CC for garchives@archives.gentoo.org; Fri, 17 Jul 2009 16:52:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B35C4E04E3; Fri, 17 Jul 2009 16:52:49 +0000 (UTC) Received: from fitzgerald.ucs.mun.ca (mx5.mun.ca [134.153.232.57]) by pigeon.gentoo.org (Postfix) with ESMTP id 86ED0E04E3 for ; Fri, 17 Jul 2009 16:52:49 +0000 (UTC) Received: from minnie.esd.mun.ca (minnie.esd.mun.ca [134.153.36.8]) by fitzgerald.ucs.mun.ca (8.13.1/8.13.1) with ESMTP id n6HGn9gN021669 for ; Fri, 17 Jul 2009 14:19:09 -0230 Received: from minnie.esd.mun.ca (minnie.esd.mun.ca [134.153.36.8]) by minnie.esd.mun.ca (8.14.0/8.13.3) with ESMTP id n6HGXh4Z014400 for ; Fri, 17 Jul 2009 14:03:43 -0230 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] apache https setup From: Roger Mason Date: Fri, 17 Jul 2009 14:03:43 -0230 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Flag: NO X-Spam-Checker-Version: SpamAssassin 3.001005 (2006-08-29) X-Spam-Status: No, hits=-11.4 required=5.0 tests=ALL_TRUSTED,USER_IN_WHITELIST version=3.1.5 X-Spam-Report: -10 USER_IN_WHITELIST From: address is in the user's white-list * -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP X-Scanned-By: MIMEDefang 2.57 on 134.153.232.57 X-Archives-Salt: b06034bd-498b-4932-bfe1-dbde55fdd1a9 X-Archives-Hash: c6db7bbe91c128c07f75012dace20da5 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 have spent quite a lot of time searching the web and modifying the various config files but I can't get the thing to work. Any help will be much appreciated. Thanks, Roger