Gentoo Archives: gentoo-user

From: Dan Farrell <dan@×××××××××.cx>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Apache2 2.0 -> 2.2 upgrade [solved]
Date: Wed, 05 Sep 2007 19:39:13
Message-Id: 20070905142632.672446cf@pascal.spore.ath.cx
In Reply to: Re: [gentoo-user] Apache2 2.0 -> 2.2 upgrade by Dan Farrell
1 well, if anyone has this problem, to fix it I commented out the
2 Listen address in httpd.conf (defined for the default vhost anyway)
3
4 I also had to comment out this section here. the comments said it was
5 the default only if compiled with USE="-threads" but nevertheless it
6 seemed to interfere.
7
8 #<IfModule prefork.c>
9 # StartServers 2
10 # MinSpareServers 2
11 # MaxSpareServers 5
12 # MaxClients 150
13 # MaxRequestsPerChild 0
14 #</IfModule>
15
16 --
17 gentoo-user@g.o mailing list