Commit Graph

22 Commits

Author SHA1 Message Date
Alan Garcia c6d79a9ed0 Range le panel "proprement" avec vlogger 2013-01-23 11:27:56 +00:00
Benjamin Sonntag a1b33c1ce1 configuring the webmail properly 2012-08-26 17:55:44 +00:00
Benjamin Sonntag 6e2a1196cc adding a THIRD Debian Package : alternc-squirrelmail: configures squirrelmail + avelsieve + changepass. BIG change also in alternc.install : uses /usr/lib/alternc/install.d/ with run-parts. Also adding /etc/alternc/apache-panel.d/ for apache2 instructions ONLY in panel vhosts. TO BE TESTED 2012-08-26 17:20:10 +00:00
Alan Garcia b1bfc161bf On utilise plus /sql .
Xals, merci de merger
2011-06-04 09:14:29 +00:00
Alan Garcia 5b691210d0 ACL pour MPM-itk 2011-05-22 09:22:45 +00:00
Alan Garcia 727a94a073 On met des valeurs par default pour mpm-itk 2011-05-17 16:44:24 +00:00
Benjamin Sonntag ea48ece55a fixing error with HTTPS telling there is virtualhost inside virtualhost. To be tested 2011-03-27 21:22:56 +00:00
Benjamin Sonntag 29d38f167c /admin/sql is now /sql + transform /admin into a R=301 redirect 2011-03-27 14:23:17 +00:00
Alan Garcia a3630c3eb1 Bureau alternc maintenant directement sur le / du fqdn.
Regle apache de retrocompatibilitée
2011-03-11 12:52:33 +00:00
Alan Garcia 830a783fa1 Bug dans la conf apache
Menulang caché par default
2011-03-11 10:51:47 +00:00
Alan Garcia e70059c9c2 Redodnant 2011-03-06 20:27:20 +00:00
Alan Garcia 4e0f98b93e Vaguement :
- correction de qques identation (et surement rajout d'erreur)
 - supression de apache 1 (c'est plus maintenu, on va pas s'étaler)
 - suppression du mass vhosting
 - corrections de bugs divers et varié
2011-03-06 18:06:27 +00:00
Alan Garcia 68d7a7dd15 Proposition de conf apache sans massvirtualhosting.
ToDo : modifier le fichier template bureau avec le FQDN
2011-03-06 15:33:51 +00:00
Alan Garcia ff029755d5 Ferme le ticket #1173 2010-12-20 16:56:37 +00:00
Benjamin Sonntag 9f636f7d00 fixed unnumbered bug : wrong charset for the desktop with apache2 2008-12-21 04:06:02 +00:00
Nahuel Angelinetti fb0a3db465 Add 'AddDefaultCharset' in bureau.conf, else there is an enconding problem(default as UTF-8) 2008-10-14 16:53:03 +00:00
Antoine Beaupré 843f1fb246 remove duplicate icons alias, move non-bureau alternc conf to alternc.conf so that the bureau can be safely disabled by commenting out the bureau include in alternc.conf 2007-09-27 03:27:44 +00:00
franck bda5165039 Rajout de register_globals on sinon le bureau ne fonctionne pas en HTTP 2007-05-03 13:32:19 +00:00
Antoine Beaupré 0fb06110c0 rouler le bureau en register_globals
grouper les options php

Closes: #563
2006-11-28 02:19:25 +00:00
Antoine Beaupré b1dbde9d23 corriger un typo stupide 2006-11-28 01:48:50 +00:00
Antoine Beaupré 4404569e2b My stab at #563: stop overwriting php.ini.
Most parameters different from the factory default are now set for the
whole /var/alternc, apart from those very notable exceptions, which
are not set by Alternc anymore:

 * precision = 12 ; The number of significant digits displayed in floating point numbers.
 * y2k_compliance = On ; Enforce year 2000 compliance (will cause problems with non-compliant browsers)
 * safe_mode_allowed_env_vars = PHP_,LANG,LC_
 * highlight.*
 * max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
 * log_errors_max_len = 1024 ; Do not log repeated messages. Repeated errors must occur in same file on same
 * ignore_repeated_errors = Off ; line until ignore_repeated_source is set true. * ignore_repeated_source = Off
 * report_memleaks = On
 * warn_plus_overloading = Off
 * register_globals = On ; enfin!
 * default_charset = "iso-8859-1" (see #381)
 * upload_max_filesize = 5M ; left to admin's discretion
 * default_socket_timeout = 60
 * mysql.*
 * pgsql.*
 * sybase.*
 * dbx.*
 * session.*
 * mssql.*
 * extension=mysql.so ; we assume the php-mysql packages does this properly

The cgi/ subdir was never really changed, afaict.
2006-11-27 23:52:50 +00:00
Antoine Beaupré abc975efd9 move bureau.conf with the templates, as it is one, should fix #646 2006-04-26 21:38:32 +00:00