Gentoo Archives: gentoo-user

From: Arkady Grudzinsky <grudziar.gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Apache with SSL
Date: Mon, 26 Sep 2005 04:50:29
Message-Id: c8adc109050925214655717dbd@mail.gmail.com
In Reply to: [gentoo-user] Apache with SSL by Arkady Grudzinsky
1 Never mind. Right after sending out the email I found mod_ssl.so in
2 extramodules/ and everything started to work after I uncommented
3 <IfDefine SSL> in conf/modules.d/40_mod_ssl.conf.
4
5 I'm still new to Gentoo and it works like magic so far. Just need to
6 know the magic word :).
7
8 Arkady.
9
10 On 9/25/05, Arkady Grudzinsky <grudziar.gentoo@×××××.com> wrote:
11 > Hi,
12 >
13 > I have recently emerged Apache-2.0.54. Unencrypted connection on port
14 > 80 works fine. Then I tried to configure port 443. I added a virtual
15 > host in /etc/apache2/conf/vhosts/vhosts.conf which contains statement
16 > "SSLEngine on". I started to get the following:
17 >
18 > > /etc/init.d/apache2 restart
19 > * Apache2 has detected a syntax error in your configuration files:
20 > Syntax error on line 59 of /usr/lib/apache2/conf/vhosts/vhosts.conf:
21 > Invalid command 'SSLEngine', perhaps mis-spelled or defined by a
22 > module not included in the server configuration
23 >
24 > Then I noticed that /etc/apache2/conf/apache2.conf never mentions
25 > mod_ssl.so in any LoadModule statements. Besides, mod_ssl.so file
26 > does not exist in /usr/lib/apache2/modules.
27 >
28 > It seems that SSL support should have been compiled with Apache:
29 >
30 > > emerge -vp apache
31 >
32 > These are the packages that I would merge, in order:
33 >
34 > Calculating dependencies ...done!
35 > [ebuild R ] net-www/apache-2.0.54-r9 +berkdb -doc +gdbm +ipv6
36 > -ldap (-selinux) +ssl -static -threads 0 kB
37 >
38 > Total size of downloads: 0 kB
39 >
40 > What should I do to get mod_ssl.so in modules directory?
41 > This is my first attempt to configure Apache with SSL, so, I may be
42 > missing something basic. Your help will be highly appreciated.
43 >
44 > Thanks.
45 >
46 > Arkady.
47 >
48
49 --
50 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: Apache with SSL Steffen Zieger <gentoo@××××××××××××.de>