diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2011-September/008035.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/2011-September/008035.html')
-rw-r--r-- | zarb-ml/mageia-dev/2011-September/008035.html | 128 |
1 files changed, 128 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-September/008035.html b/zarb-ml/mageia-dev/2011-September/008035.html new file mode 100644 index 000000000..f9df49fc9 --- /dev/null +++ b/zarb-ml/mageia-dev/2011-September/008035.html @@ -0,0 +1,128 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] changing apache configuration handling + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20changing%20apache%20configuration%20handling&In-Reply-To=%3C4E7060A0.4030908%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="008026.html"> + <LINK REL="Next" HREF="008036.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] changing apache configuration handling</H1> + <B>Guillaume Rousse</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20changing%20apache%20configuration%20handling&In-Reply-To=%3C4E7060A0.4030908%40gmail.com%3E" + TITLE="[Mageia-dev] changing apache configuration handling">guillomovitch at gmail.com + </A><BR> + <I>Wed Sep 14 10:06:56 CEST 2011</I> + <P><UL> + <LI>Previous message: <A HREF="008026.html">[Mageia-dev] Please remove or move siproxd +</A></li> + <LI>Next message: <A HREF="008036.html">[Mageia-dev] changing apache configuration handling +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8035">[ date ]</a> + <a href="thread.html#8035">[ thread ]</a> + <a href="subject.html#8035">[ subject ]</a> + <a href="author.html#8035">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hello list. + +Our current default apache module configuration files all starts with: +<IfDefine HAVE_FOOBAR> +loadModule FooBar +</IfDefine> + +This allow to be smart, and eventually run apache without installed +modules, which seems a cool idea. However, it also requires to +explicitely launch apache with -DHAVE_FOOBAR to be able to use the given +module, which seems however far less compliant with the general 'install +and run' general idea (and eventually too much technical for some part +of the target population). In order to mitigate this last point, our +current sysinit init script automatically compute the list of arguments +from the list of files present on the system, making it transparent for +the end user. In the same time, it seems also to defeat the original +purpose, as to my knowledge, you can't prevent it to automatically add +-DHAVE_FOOBAR to httpd command line... + +Now, with systemd, the general idea is to reduce additional ad-hoc +behaviour found in init scripts, to focus on just running the services. +As a consequence, there is no 'find everything installed to pass option +to override conditional loading' in place. And I'm relunctant to +reintroduce something whose sole purpose seems to workaround a +self-imposed constraint. + +So, we have the following choice: +- change current behaviour, by keeping conditionals in configuration +file. To use php, you have to install mod_php, and add -DHAVE_PHP5 in +/etc/sysconfig/httpd. This means additional configuration is required, +but also possibility to temporary disable without uninstalling. + +- keep current behaviour, by removing conditionals in configuration +file. This means no additional configuration needed, but also than +installing implies usage. + +What's the general opinion there ? +-- +BOFH excuse #367: + +Webmasters kidnapped by evil cult. +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008026.html">[Mageia-dev] Please remove or move siproxd +</A></li> + <LI>Next message: <A HREF="008036.html">[Mageia-dev] changing apache configuration handling +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8035">[ date ]</a> + <a href="thread.html#8035">[ thread ]</a> + <a href="subject.html#8035">[ subject ]</a> + <a href="author.html#8035">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |