From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1EJkwe-00040K-UY for garchives@archives.gentoo.org; Mon, 26 Sep 2005 04:50:29 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j8Q4gpoV016871; Mon, 26 Sep 2005 04:42:51 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id j8Q4dEE9012876 for ; Mon, 26 Sep 2005 04:39:14 GMT Received: from qproxy.gmail.com ([72.14.204.199]) by smtp.gentoo.org with esmtp (Exim 4.43) id 1EJksL-0006EJ-LK for gentoo-user@lists.gentoo.org; Mon, 26 Sep 2005 04:46:01 +0000 Received: by qproxy.gmail.com with SMTP id e12so386433qbe for ; Sun, 25 Sep 2005 21:46:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CcUlw+shAkLoU/4gPwUZ83JcymOozU5u2QiujAYUD8eGGrGLDJyULwJ71PB54U/ftuW3oLmq85N/kb0FGgn9u7+0D6Vt+jXOmI0eT3cdBeLEmZTInWtwB80940mIXoEtPejougjefeek1ulx17bxoeTG416EmMrjmNPEYXYG5qQ= Received: by 10.65.139.11 with SMTP id r11mr503480qbn; Sun, 25 Sep 2005 21:46:01 -0700 (PDT) Received: by 10.65.81.11 with HTTP; Sun, 25 Sep 2005 21:46:01 -0700 (PDT) Message-ID: Date: Sun, 25 Sep 2005 21:46:01 -0700 From: Arkady Grudzinsky To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Re: Apache with SSL In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j8Q4dEE9012876 X-Archives-Salt: d947be09-70bd-4f74-9f26-b5bd49db5a59 X-Archives-Hash: a5b657fbaeff6fadf4739e59e2cdaaa1 Never mind. Right after sending out the email I found mod_ssl.so in extramodules/ and everything started to work after I uncommented in conf/modules.d/40_mod_ssl.conf. I'm still new to Gentoo and it works like magic so far. Just need to know the magic word :). Arkady. On 9/25/05, Arkady Grudzinsky wrote: > Hi, > > I have recently emerged Apache-2.0.54. Unencrypted connection on port > 80 works fine. Then I tried to configure port 443. I added a virtual > host in /etc/apache2/conf/vhosts/vhosts.conf which contains statement > "SSLEngine on". I started to get the following: > > > /etc/init.d/apache2 restart > * Apache2 has detected a syntax error in your configuration files: > Syntax error on line 59 of /usr/lib/apache2/conf/vhosts/vhosts.conf: > Invalid command 'SSLEngine', perhaps mis-spelled or defined by a > module not included in the server configuration > > Then I noticed that /etc/apache2/conf/apache2.conf never mentions > mod_ssl.so in any LoadModule statements. Besides, mod_ssl.so file > does not exist in /usr/lib/apache2/modules. > > It seems that SSL support should have been compiled with Apache: > > > emerge -vp apache > > These are the packages that I would merge, in order: > > Calculating dependencies ...done! > [ebuild R ] net-www/apache-2.0.54-r9 +berkdb -doc +gdbm +ipv6 > -ldap (-selinux) +ssl -static -threads 0 kB > > Total size of downloads: 0 kB > > What should I do to get mod_ssl.so in modules directory? > This is my first attempt to configure Apache with SSL, so, I may be > missing something basic. Your help will be highly appreciated. > > Thanks. > > Arkady. > -- gentoo-user@gentoo.org mailing list