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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-sysadm] [1495] set timezone it php.ini
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B1495%5D%20set%20timezone%20it%20php.ini&In-Reply-To=%3C20110408143307.GE32366%40sisay.ephaone.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="003315.html">
<LINK REL="Next" HREF="003317.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-sysadm] [1495] set timezone it php.ini</H1>
<B>Michael scherer</B>
<A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B1495%5D%20set%20timezone%20it%20php.ini&In-Reply-To=%3C20110408143307.GE32366%40sisay.ephaone.org%3E"
TITLE="[Mageia-sysadm] [1495] set timezone it php.ini">misc at zarb.org
</A><BR>
<I>Fri Apr 8 16:33:07 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="003315.html">[Mageia-sysadm] Fwd: Undelivered Mail Returned to Sender
</A></li>
<LI>Next message: <A HREF="003317.html">[Mageia-sysadm] [1495] set timezone it php.ini
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3316">[ date ]</a>
<a href="thread.html#3316">[ thread ]</a>
<a href="subject.html#3316">[ subject ]</a>
<a href="author.html#3316">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Fri, Apr 08, 2011 at 01:13:44AM +0200, <A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">root at mageia.org</A> wrote:
><i> Revision: 1495
</I>><i> Author: boklm
</I>><i> Date: 2011-04-08 01:13:43 +0200 (Fri, 08 Apr 2011)
</I>><i> Log Message:
</I>><i> -----------
</I>><i> set timezone it php.ini
</I>
this was already handled 6 weeks ago :
<A HREF="http://svnweb.mageia.org/adm?view=revision&revision=1185">http://svnweb.mageia.org/adm?view=revision&revision=1185</A>
Using apache configuration instead of php.ini was done
so we could :
- integrate it nicely with the existing system ( ie, restart apache when there is
a change, reduce interdependencies modules )
- do it per server without using custom copy for each ( or even per directory, so
we could have a custom time for each forum to help users )
- having less changes to do to the default configuration, and
clearly see where are our customisations ( could help in case of bug report ).
And well, it was working fine iirc, so something got changed that broke this.
( or maybe it never worked ).
rpm -qa --last do not show anything new, and
I do not have time to inspect the server toroughly before next week.
But I think we should :
1) try to see why it no longer worked
2) reuse the apache based solution solution as we will have some flexibility
issues later ( like the day where we will have test server with debug on and
some with debug off ).
--
Michael Scherer
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="003315.html">[Mageia-sysadm] Fwd: Undelivered Mail Returned to Sender
</A></li>
<LI>Next message: <A HREF="003317.html">[Mageia-sysadm] [1495] set timezone it php.ini
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3316">[ date ]</a>
<a href="thread.html#3316">[ thread ]</a>
<a href="subject.html#3316">[ subject ]</a>
<a href="author.html#3316">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
mailing list</a><br>
</body></html>
|