* [gentoo-dev] Add USE_EXPAND for apache
@ 2007-11-24 18:51 Benedikt Böhm
2007-11-24 19:42 ` Arfrever Frehtes Taifersar Arahesis
2007-11-25 4:33 ` Josh Saddler
0 siblings, 2 replies; 6+ messages in thread
From: Benedikt Böhm @ 2007-11-24 18:51 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1054 bytes --]
Hi all,
the current behaviour of the apache ebuild -- chosing built-in modules based
on /etc/apache2/apache-builtin-mods -- is very aweful, especially for binary
packages.
Therefore, i would like to add APACHE2_MODULES and APACHE2_MPMS to USE_EXPAND.
I have already converted the ebuild in my local overlay and it works fine.
Currently, there are over 60 modules available in apache. Out of these, a good
default would look like this IMO:
APACHE2_MODULES="actions alias auth_basic auth_digest authn_alias authn_anon
authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile
authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate
dir disk_cache env expires ext_filter file_cache filter headers include info
log_config logio mem_cache mime mime_magic negotiation rewrite setenvif
speling status unique_id userdir usertrack version vhost_alias"
If noone objects, I will make these changes to base/make.defaults and commit
the new ebuild during the next week.
Regards,
Benedikt
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Add USE_EXPAND for apache
2007-11-24 18:51 [gentoo-dev] Add USE_EXPAND for apache Benedikt Böhm
@ 2007-11-24 19:42 ` Arfrever Frehtes Taifersar Arahesis
2007-11-24 20:29 ` Benedikt Böhm
2007-11-25 4:33 ` Josh Saddler
1 sibling, 1 reply; 6+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis @ 2007-11-24 19:42 UTC (permalink / raw
To: Gentoo Development
[-- Attachment #1: Type: text/plain, Size: 1064 bytes --]
2007-11-24 19:51:23 Benedikt Böhm napisał(a):
> the current behaviour of the apache ebuild -- chosing built-in modules based
> on /etc/apache2/apache-builtin-mods -- is very aweful, especially for binary
> packages.
>
> Therefore, i would like to add APACHE2_MODULES and APACHE2_MPMS to USE_EXPAND.
What with static modules? Will they be available?
> Currently, there are over 60 modules available in apache. Out of these, a good
> default would look like this IMO:
>
> APACHE2_MODULES="actions alias auth_basic auth_digest authn_alias authn_anon
> authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile
> authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate
> dir disk_cache env expires ext_filter file_cache filter headers include info
> log_config logio mem_cache mime mime_magic negotiation rewrite setenvif
> speling status unique_id userdir usertrack version vhost_alias"
You could also add access_compat, authn_core and authz_core.
--
Arfrever Frehtes Taifersar Arahesis
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Add USE_EXPAND for apache
2007-11-24 19:42 ` Arfrever Frehtes Taifersar Arahesis
@ 2007-11-24 20:29 ` Benedikt Böhm
0 siblings, 0 replies; 6+ messages in thread
From: Benedikt Böhm @ 2007-11-24 20:29 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1279 bytes --]
On Saturday 24 November 2007 20:42:01 Arfrever Frehtes Taifersar Arahesis
wrote:
> 2007-11-24 19:51:23 Benedikt Böhm napisał(a):
> > the current behaviour of the apache ebuild -- chosing built-in modules
> > based on /etc/apache2/apache-builtin-mods -- is very aweful, especially
> > for binary packages.
> >
> > Therefore, i would like to add APACHE2_MODULES and APACHE2_MPMS to
> > USE_EXPAND.
>
> What with static modules? Will they be available?
yes, you can still USE=static globally, but it is not possible to decide per
module anymore ...
>
> > Currently, there are over 60 modules available in apache. Out of these, a
> > good default would look like this IMO:
> >
> > APACHE2_MODULES="actions alias auth_basic auth_digest authn_alias
> > authn_anon authn_dbm authn_default authn_file authz_dbm authz_default
> > authz_groupfile authz_host authz_owner authz_user autoindex cache dav
> > dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache
> > filter headers include info log_config logio mem_cache mime mime_magic
> > negotiation rewrite setenvif speling status unique_id userdir usertrack
> > version vhost_alias"
>
> You could also add access_compat, authn_core and authz_core.
these do not exist in apache 2.2
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Add USE_EXPAND for apache
2007-11-24 18:51 [gentoo-dev] Add USE_EXPAND for apache Benedikt Böhm
2007-11-24 19:42 ` Arfrever Frehtes Taifersar Arahesis
@ 2007-11-25 4:33 ` Josh Saddler
2007-11-29 8:46 ` Josh Saddler
1 sibling, 1 reply; 6+ messages in thread
From: Josh Saddler @ 2007-11-25 4:33 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1434 bytes --]
Benedikt Böhm wrote:
> Hi all,
>
> the current behaviour of the apache ebuild -- chosing built-in modules based
> on /etc/apache2/apache-builtin-mods -- is very aweful, especially for binary
> packages.
>
> Therefore, i would like to add APACHE2_MODULES and APACHE2_MPMS to USE_EXPAND.
> I have already converted the ebuild in my local overlay and it works fine.
>
> Currently, there are over 60 modules available in apache. Out of these, a good
> default would look like this IMO:
>
> APACHE2_MODULES="actions alias auth_basic auth_digest authn_alias authn_anon
> authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile
> authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate
> dir disk_cache env expires ext_filter file_cache filter headers include info
> log_config logio mem_cache mime mime_magic negotiation rewrite setenvif
> speling status unique_id userdir usertrack version vhost_alias"
>
> If noone objects, I will make these changes to base/make.defaults and commit
> the new ebuild during the next week.
If this goes through, please look over our existing apache-related
documentation and file a bug with any necessary changes.
[1] http://www.gentoo.org/doc/en/apache-upgrading.xml
[2] http://www.gentoo.org/doc/en/virt-mail-howto.xml, mostly chapter 9
[3] http://www.gentoo.org/doc/en/apache-troubleshooting.xml
Thanks!
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Add USE_EXPAND for apache
2007-11-25 4:33 ` Josh Saddler
@ 2007-11-29 8:46 ` Josh Saddler
2007-11-29 11:19 ` Benedikt Böhm
0 siblings, 1 reply; 6+ messages in thread
From: Josh Saddler @ 2007-11-29 8:46 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 446 bytes --]
Josh Saddler wrote:
> Benedikt Böhm wrote:
>>
> If this goes through, please look over our existing apache-related
> documentation and file a bug with any necessary changes.
I updated our documentation, thanks to the massive patch sent my way by
hollow. (Thanks, Benedikt!)
As mentioned in an email to hollow though, I notice that "speling" is
listed in the variables, but it is itself misspelled -- it should be
"spelling". ;)
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Add USE_EXPAND for apache
2007-11-29 8:46 ` Josh Saddler
@ 2007-11-29 11:19 ` Benedikt Böhm
0 siblings, 0 replies; 6+ messages in thread
From: Benedikt Böhm @ 2007-11-29 11:19 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 573 bytes --]
On Thursday 29 November 2007 09:46:01 Josh Saddler wrote:
> Josh Saddler wrote:
> > Benedikt Böhm wrote:
> >
> > If this goes through, please look over our existing apache-related
> > documentation and file a bug with any necessary changes.
>
> I updated our documentation, thanks to the massive patch sent my way by
> hollow. (Thanks, Benedikt!)
>
> As mentioned in an email to hollow though, I notice that "speling" is
> listed in the variables, but it is itself misspelled -- it should be
> "spelling". ;)
Well, the name is mod_speling unfortunately :)
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-11-29 11:22 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-24 18:51 [gentoo-dev] Add USE_EXPAND for apache Benedikt Böhm
2007-11-24 19:42 ` Arfrever Frehtes Taifersar Arahesis
2007-11-24 20:29 ` Benedikt Böhm
2007-11-25 4:33 ` Josh Saddler
2007-11-29 8:46 ` Josh Saddler
2007-11-29 11:19 ` Benedikt Böhm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox