Gentoo Archives: gentoo-server

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

Replies

Subject Author
Re: [gentoo-server] mod_php / mod_perl / mod_ssl for apache2? Alexander Bien <abien@××××.de>
Re: [gentoo-server] mod_php / mod_perl / mod_ssl for apache2? Kirk Smith <ksmith@××××××.net>
Re: [gentoo-server] mod_php / mod_perl / mod_ssl for apache2? theboywho <theboywho@×××××××××.com>