Gentoo Archives: gentoo-server

From: Chris Schwerdt <chris.schwerdt@×××××××××××××××.com>
To: gentoo-server@g.o
Subject: RE: [gentoo-server] Measure/Control traffic per user/customer
Date: Tue, 09 Dec 2003 16:00:22
Message-Id: 002e01c3be9f$c5778dd0$ac00a8c0@psicusoftware.com
In Reply to: RE: [gentoo-server] Measure/Control traffic per user/customer by Florian Huber
1 I haven't really looked into suExec + apache2, I'd rather stick w/ Apache 1
2 when using PHP (although I hear PHP+Apache2 is a lot more stable than when I
3 attempted it). The php files do not have to be executable.. I'd rather
4 modify the behavior of apache than my kernel.
5
6 -----Original Message-----
7 From: Florian Huber [mailto:florian.huber@×××××××××××.de]
8 Sent: Tuesday, December 09, 2003 3:01 AM
9 To: gentoo-server@g.o
10 Subject: RE: [gentoo-server] Measure/Control traffic per user/customer
11
12
13 Hi Chris,
14 thank you for your quick answer.
15
16 On Tue, 2003-12-09 at 22:14, Chris Schwerdt wrote:
17 > ...
18 > Mod_throttle also has a statistics page (tab
19 > delimited) that I have written a script to parse through and continually
20 > update vhost transfer totals. Mod_throttle also allows you to set a limit
21 > on bytes transferred per vhost.
22
23 Ok, this sounds good. But is there something similar for apache2?
24
25 > ...
26 > I'd look into using the php+suexec patch.
27
28 There is also a possibility to "register" .php files as binfmt_misc and use
29 the unpatched suexec.
30
31 Do the php files have to be executable for suxec?
32
33 Bye
34 Florian