Gentoo Archives: gentoo-server

From: Kirk Smith <ksmith@××××××.net>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] mod_php / mod_perl / mod_ssl for apache2?
Date: Sun, 09 May 2004 22:06:39
Message-Id: 3714.24.244.62.20.1084140377.squirrel@secure.imagesource2000.com
In Reply to: [gentoo-server] mod_php / mod_perl / mod_ssl for apache2? by Collin Starkweather
1 SSL functionality comes built in with Apache 2.x. No need to add any
2 packages or plugins, just add -D SSL to your apache startup (in
3 /etc/conf.d/apache2)
4
5 > When it comes to Apache, I like to roll my own, but now that I'm
6 thinking up upgrading to 2.0.x, I decided to give Portage a whack at
7 it.
8 >
9 > Unfortunately, I can't seem to get mod_ssl to play nice with
10 apache2.
11 >
12 > At first, I tried
13 >
14 > www root # emerge -p mod_php mod_perl
15 > These are the packages that I would merge, in order:
16 > Calculating dependencies ...done!
17 > [ebuild N ] dev-util/yacc-1.9.1-r2
18 > [ebuild N ] net-www/apache-2.0.49-r1
19 > [ebuild N ] dev-php/mod_php-4.3.6_rc2
20 > [ebuild N ] net-www/apache-1.3.29-r1
21 > [ebuild N ] dev-perl/mod_perl-1.27-r4
22 > www root #
23 >
24 > That's no good! I want one version of Apache. After some thinking,
25 I
26 > figured out that
27 >
28 > www root # ACCEPT_KEYWORDS="~x86" emerge -p mod_php mod_perl
29 > These are the packages that I would merge, in order:
30 > Calculating dependencies ...done!
31 > [ebuild N ] dev-util/yacc-1.9.1-r2
32 > [ebuild N ] net-www/apache-2.0.49-r1
33 > [ebuild N ] dev-php/mod_php-4.3.6-r1
34 > [ebuild N ] dev-perl/CGI-3.04
35 > [ebuild N ] dev-perl/mod_perl-1.99.11
36 > www root #
37 >
38 > So far so good. Only Apache 2.0.x. However, now I want to add
39 > mod_ssl. Even accepting unstable, I get both Apache 1.3.x and 2.0.x
40 >
41 > www root # ACCEPT_KEYWORDS="~x86" emerge -p mod_php \
42 > mod_perl mod_ssl
43 > These are the packages that I would merge, in order:
44 > Calculating dependencies ...done!
45 > [ebuild N ] dev-util/yacc-1.9.1-r2
46 > [ebuild N ] net-www/apache-2.0.49-r1
47 > [ebuild N ] dev-php/mod_php-4.3.6-r1
48 > [ebuild N ] dev-perl/CGI-3.04
49 > [ebuild N ] dev-perl/mod_perl-1.99.11
50 > [ebuild N ] net-www/apache-1.3.29-r2
51 > [ebuild N ] net-www/mod_ssl-2.8.16
52 > www root #
53 >
54 > The mod_ssl homepage (http://www.modssl.org) seems to indicate that
55 it's
56 > only for Apache 1.3.x, but other postings such as
57 >
58 > http://lxr.webperf.org/source.cgi/modules/ssl/mod_ssl.h
59 > http://www.mail-archive.com/modssl-users@××××××.org/msg16758.html
60 >
61 > seem to indicate that it runs with Apache 2.0.x. Can anyone give me
62 the
63 > scoop on what's up with Apache2 and mod_ssl?
64 >
65 > Thanks,
66 >
67 > -Collin
68 >
69 > --
70 > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
71 Collin Starkweather, Ph.D.
72 collin.starkweather@××××××××××××××××××.com
73 > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
74
75 ----------------------------------
76 Kirk Smith
77 ImageSource 2000
78 http://www.imagesource2000.com/
79 ----------------------------------