Gentoo Archives: gentoo-dev

From: Max Kalika <max@g.o>
To: Don Seiler <rizzo@g.o>, Andrew Cowie <andrew@×××××××××××××××××××.com>, gentoo-dev@g.o
Subject: Re: [gentoo-dev] Web Application installations
Date: Wed, 23 Jul 2003 14:12:56
Message-Id: 259003062.1058944372@[192.168.23.5]
In Reply to: Re: [gentoo-dev] Web Application installations by Don Seiler
1 Quoting Don Seiler <rizzo@g.o>:
2
3 > Very interesting idea. Is there a sort of web-app herd? What about
4 > having a net-webapp category? Anyway I definitely want to stay apprised
5 > of any changes in this area.
6
7 I asked about the net-webapp category before but everyone was busy and I
8 didn't hear anything. I am completely for this.
9
10 In response to Robin's breakdown of how webapps are to be installed, this
11 is exactly what my eclass does. If you have a chance, can you please take
12 a look at:
13
14 <http://68.6.36.243:81/chora/co.php/portage/eclass/apache-webapp.eclass?r=1
15 ..4>
16
17 The man page is here:
18
19 <http://68.6.36.243:81/chora/co.php/portage/eclass/apache-webapp.5.txt?r=1.
20 1>
21
22 And some example ebuilds are here:
23
24 <http://68.6.36.243:81/chora/co.php/portage/net-www/horde/horde-2.2.3.ebuil
25 d?r=1.1>
26 <http://68.6.36.243:81/chora/co.php/portage/net-www/horde-imp/horde-imp-3.2
27 ..1.ebuild?r=1.1>
28
29 Both of these ebuild generate extra parameters for their individual apache
30 configuration blocks which look like this:
31
32 php_flag safe_mode off
33 php_flag magic_quotes_gpc off
34 php_flag magic_quotes_runtime off
35 php_flag register_globals off
36 php_flag file_uploads on
37 php_value upload_max_filesize 50M
38 php_value include_path /usr/lib/horde-pear
39
40
41 --mk
42
43 --
44 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Web Application installations Max Kalika <max@g.o>