1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] lighttpd and others now require apache
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20lighttpd%20and%20others%20now%20require%20apache&In-Reply-To=%3CCANa9xwvc2Y_-kQ7hAOyZeZo5hN7XYytSE%2B%2BzRpMLaBRW9pgY%2BQ%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="012820.html">
<LINK REL="Next" HREF="012834.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] lighttpd and others now require apache</H1>
<B>Romain d'Alverny</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20lighttpd%20and%20others%20now%20require%20apache&In-Reply-To=%3CCANa9xwvc2Y_-kQ7hAOyZeZo5hN7XYytSE%2B%2BzRpMLaBRW9pgY%2BQ%40mail.gmail.com%3E"
TITLE="[Mageia-dev] lighttpd and others now require apache">rdalverny at gmail.com
</A><BR>
<I>Thu Mar 8 15:57:46 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="012820.html">[Mageia-dev] lighttpd and others now require apache
</A></li>
<LI>Next message: <A HREF="012834.html">[Mageia-dev] lighttpd and others now require apache
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#12833">[ date ]</a>
<a href="thread.html#12833">[ thread ]</a>
<a href="subject.html#12833">[ subject ]</a>
<a href="author.html#12833">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Thu, Mar 8, 2012 at 15:02, Guillaume Rousse <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">guillomovitch at gmail.com</A>> wrote:
><i> Le 08/03/2012 14:38, Pascal Terjan a écrit :
</I>>><i> And for /var/www/html
</I>>><i> This should really be a server-neutral thing (with a better name for
</I>>><i> the user, like www-data) but I never took the time to do it :(
</I>><i>
</I>><i> What is needed exactly by various web servers ? I really doubt anything else
</I>><i> as apache requires apache configuration file. And if it is just a
</I>><i> /var/www/html directory, there is no use to have a dependency for something
</I>><i> any sysadmin is able to create himself.
</I>
It helps when it works out of the box. A user may not be aware, at
first, that a /var/www/html has to be created + an index.html file put
in it, to see its Web server work. It's a good default behaviour
confirming the install succeeded and that the server works, it saves a
few seconds to everyone trying/doing it first.
Now, maybe each web server package should check if this /var/www/html
directory exists and create it if needed (or have /var/www/apache,
/var/www/lighttpd, etc.)? Or should that be better handled by a
separate unique package?
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="012820.html">[Mageia-dev] lighttpd and others now require apache
</A></li>
<LI>Next message: <A HREF="012834.html">[Mageia-dev] lighttpd and others now require apache
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#12833">[ date ]</a>
<a href="thread.html#12833">[ thread ]</a>
<a href="subject.html#12833">[ subject ]</a>
<a href="author.html#12833">[ 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>
|