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 1EJkjo-0003hZ-VL for garchives@archives.gentoo.org; Mon, 26 Sep 2005 04:37:13 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id j8Q4SkDg024053; Mon, 26 Sep 2005 04:28:46 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 j8Q4Nc34024291 for ; Mon, 26 Sep 2005 04:23:38 GMT Received: from qproxy.gmail.com ([72.14.204.199]) by smtp.gentoo.org with esmtp (Exim 4.43) id 1EJkdF-0002WQ-7S for gentoo-user@lists.gentoo.org; Mon, 26 Sep 2005 04:30:25 +0000 Received: by qproxy.gmail.com with SMTP id e12so385580qbe for ; Sun, 25 Sep 2005 21:30:25 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=FJl70iSY7bWgLMOCSubSwME3fcr8+byfd8ca9dmWUqKNp1lNRNn7SAuZsakLOI4LIjmC/Xyap1ZDAyz4lnPif+JWfEQgkGW/y4hRlfFCGNRZdl8qyR01LBv6bwUnV6IKp4OP9ZX79thmiu83WJWKGtDiuarrHEiu0sxoH/rG3jw= Received: by 10.65.155.2 with SMTP id h2mr503068qbo; Sun, 25 Sep 2005 21:30:25 -0700 (PDT) Received: by 10.65.81.11 with HTTP; Sun, 25 Sep 2005 21:30:25 -0700 (PDT) Message-ID: Date: Sun, 25 Sep 2005 21:30:25 -0700 From: Arkady Grudzinsky To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Apache with SSL 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id j8Q4Nc34024291 X-Archives-Salt: dbb24942-51a1-4065-9818-f9a6a1e3bfcb X-Archives-Hash: bebb204265d9ad7e8fd9fde2be8a86d1 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