summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-webteam/2011-February/000365.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-webteam/2011-February/000365.html
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-1be510f9529cb082f802408b472a77d074b394c0.tar
archives-1be510f9529cb082f802408b472a77d074b394c0.tar.gz
archives-1be510f9529cb082f802408b472a77d074b394c0.tar.bz2
archives-1be510f9529cb082f802408b472a77d074b394c0.tar.xz
archives-1be510f9529cb082f802408b472a77d074b394c0.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-webteam/2011-February/000365.html')
-rw-r--r--zarb-ml/mageia-webteam/2011-February/000365.html133
1 files changed, 133 insertions, 0 deletions
diff --git a/zarb-ml/mageia-webteam/2011-February/000365.html b/zarb-ml/mageia-webteam/2011-February/000365.html
new file mode 100644
index 000000000..2dadd0c16
--- /dev/null
+++ b/zarb-ml/mageia-webteam/2011-February/000365.html
@@ -0,0 +1,133 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-webteam] Forum installation (almost) complete
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-webteam%40mageia.org?Subject=Re%3A%20%5BMageia-webteam%5D%20Forum%20installation%20%28almost%29%20complete&In-Reply-To=%3C1298378554.30254.46.camel%40akroma.ephaone.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000363.html">
+ <LINK REL="Next" HREF="000366.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-webteam] Forum installation (almost) complete</H1>
+ <B>Michael Scherer</B>
+ <A HREF="mailto:mageia-webteam%40mageia.org?Subject=Re%3A%20%5BMageia-webteam%5D%20Forum%20installation%20%28almost%29%20complete&In-Reply-To=%3C1298378554.30254.46.camel%40akroma.ephaone.org%3E"
+ TITLE="[Mageia-webteam] Forum installation (almost) complete">misc at zarb.org
+ </A><BR>
+ <I>Tue Feb 22 13:42:34 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000363.html">[Mageia-webteam] [Bug 149] Vote for bugs at bugzilla
+</A></li>
+ <LI>Next message: <A HREF="000366.html">[Mageia-webteam] Forum installation (almost) complete
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#365">[ date ]</a>
+ <a href="thread.html#365">[ thread ]</a>
+ <a href="subject.html#365">[ subject ]</a>
+ <a href="author.html#365">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hi,
+
+I finished the most part of the puppet deployment of the forum this
+night, as those who were idling on #mageia-sysadmin know.
+
+So thanks to the work of Maat and ashledombos, we do have :
+- a git repository on <A HREF="git://git.mageia.org/forum/">git://git.mageia.org/forum/</A> ( write access :
+<A HREF="ssh://git.mageia.org/git/forum/">ssh://git.mageia.org/git/forum/</A> for them, as they requested ). Filled
+with what was sent to me last week.
+
+- the friteuse vm that hold the forum is hosted on alamut, for the
+moment, with a reverse proxy, on both http and https
+
+- the database is hosted on alamut, on pgsql.
+
+- a git snapshot of the current code that was sent is deployed, along
+with puppet stuff to deploy it more than once ( hosting for more than
+one forum was on the TODO list after all )
+
+- I had to remove ./install/, as asked by phpbb who refused to work. I
+do not know if there was something needed, it is still in git, just
+removed on the snapshot with rm ( I kept in git to ease the merge of
+code later ).
+
+
+What is left to do :
+
+- There is likely missing write permissions ( I have started to lock
+down and opened ./cache/, and it was sufficient to have something to
+see )
+
+- As using .htaccess cause performance penalty, I have not enabled them,
+but maybe part of them are required. In any case, we need to review them
+and add them to the apache configuration if needed. IIRC, most are just
+&quot;do not go to this directory&quot;.
+
+- https has to be forced for the login, and cleartext has to be disabled
+( as cleartext passwords for sysadmins and people with ldap admin rights
+is IMHO 'niet', and we cannot rely on people never forgetting this to
+always log using SSL )
+
+- ssl certs should be corrected ( as I discovered during the night ),
+but that should be quick ( when I mean corrected, I speak of the wrong
+host, not of the fact they are self signed ).
+
+- IMHO, a clearer separation of code and theme should be done, as for
+now, we do have everything in the same git repository
+
+- Various things would IMHO have to be adjusted ( like email, etc ).
+
+- for sysadmin, the git hosting has to be completed ( mail notification,
+web interface, various commits hooks, etc )
+
+- php deployment should also be hardened and fixed ( fixed because php
+complain about some timezone issue ).
+
+- registration on the forum without using identity, as we decided in
+this thread
+( <A HREF="https://www.mageia.org/pipermail/mageia-sysadm/2010-November/000897.html">https://www.mageia.org/pipermail/mageia-sysadm/2010-November/000897.html</A> ) should be disabled. I didn't went further but it didn't seemed to be the case ( at least, not in the interface ).
+
+- prepare the migration to the vm at nfrance ( once it is ready ). This
+will requires some adjustments to some puppet modules, as we assumed
+that only one db server would be used.
+
+
+For now, the forum is locked ( using the builtin forum facility ) until
+I do a quick review of the .htaccess stuff, and because I think people
+didn't want to have it opened without knowing it was installed. Forum
+admin should be able to unlock it if they want ( unless I was wrong
+about the way phpbb work )
+
+--
+Michael Scherer
+
+
+
+</PRE>
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000363.html">[Mageia-webteam] [Bug 149] Vote for bugs at bugzilla
+</A></li>
+ <LI>Next message: <A HREF="000366.html">[Mageia-webteam] Forum installation (almost) complete
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#365">[ date ]</a>
+ <a href="thread.html#365">[ thread ]</a>
+ <a href="subject.html#365">[ subject ]</a>
+ <a href="author.html#365">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-webteam">More information about the Mageia-webteam
+mailing list</a><br>
+</body></html>