From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000147.html | 121 ++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000147.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000147.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000147.html b/zarb-ml/mageia-sysadm/2010-November/000147.html new file mode 100644 index 000000000..3d52f6a85 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000147.html @@ -0,0 +1,121 @@ + + + + [Mageia-sysadm] ldap deployement + + + + + + + + + +

[Mageia-sysadm] ldap deployement

+ Olivier Thauvin + nanardon at nanardon.zarb.org +
+ Tue Nov 2 10:56:39 CET 2010 +

+
+ +
* Thierry Vignaud (thierry.vignaud at gmail.com) wrote:
+> On 29 October 2010 20:45, Michael Scherer <misc at zarb.org> wrote:
+> > Catalyst permit to use mod_perl, fastcgi, standalone daemon and cgi for
+> > deployement. Each have its pros and cons, anyone has a opinion on it ?
+> 
+> fastcgi enables to be http server agnostic (think nginx).
+> Otherwise mod_perl & fastcgi should be as fast.
+> Dunno for the standalone server
+
+I use Standalone server at work, with apache mod_proxy and it work fine.
+Catalyst has a --fork option (if your code support it) and each
+connection is handle inside an eval() to ensure it won't stop at first
+issue.
+
+I had issue with encoding using fastcgi (the reason I switched to a
+standalone server).
+
+CGI method work fine, but catalyst use per design a lot of perl modules,
+meaning a lot of perl files to load at each startup, this can cause load
+issue.
+
+The only thing I haven't test yet is mod_perl.
+
+> _______________________________________________
+> Mageia-sysadm mailing list
+> Mageia-sysadm at mageia.org
+> https://www.mageia.org/mailman/listinfo/mageia-sysadm
+-- 
+
+Olivier Thauvin
+CNRS  -  LATMOS
+♖ ♘ ♗ ♕ ♔ ♗ ♘ ♖
+-------------- next part --------------
+A non-text attachment was scrubbed...
+Name: not available
+Type: application/pgp-signature
+Size: 197 bytes
+Desc: not available
+URL: </pipermail/mageia-sysadm/attachments/20101102/e1356b59/attachment.asc>
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1