Commit Graph

324 Commits

Author SHA1 Message Date
Antoine Beaupré 675a357932 remove the size_db cache, it wasn't used in the code and is fully accessible from the PHP/MySQL API 2007-08-21 00:14:13 +00:00
Antoine Beaupré 37b2219bbf create the size_* tables properly
Closes: 1057
2007-08-20 23:49:42 +00:00
Benjamin Sonntag b960b55851 enable apache module also 2007-05-31 20:40:16 +00:00
Benjamin Sonntag 051ce2dc61 it's override_php, not override.php ... 2007-05-31 17:15:04 +00:00
Benjamin Sonntag 2a93b7e227 Loading Apache vhost module thanks to apache-modconf, and not manually in /etc/alternc/apache.conf : The module is now loaded at the right place.
Fix the bug with apache aliases (/admin/sql, /webmail)
2007-05-11 08:12:43 +00:00
Nahuel Angelinetti 27c70f2047 Comme php5 peut etre installé, nous utilisons le lien php qui pointe soit vers php5 soit vers php4 ( soit php6 ? ).
close: #1042
2007-04-18 16:55:34 +00:00
Antoine Beaupré 9245031133 use reload instead of force-reload since the latter doesn't seem to
work with apache
2006-11-28 03:40:44 +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é 173e86a3c0 retirer httpd.conf de l'installation d'alternc, les symlinks devraient maintenant suffire. testing obligatoire. see #562 2006-07-08 09:22:58 +00:00
Nahuel Angelinetti 30587b8345 Corrections des quotas par default pour mysql_users
Closes: #670
2006-06-28 23:10:29 +00:00
Benjamin Sonntag d8da5e93ec new translations + secondarymx management 2006-05-22 09:03:51 +00:00
Benjamin Sonntag ae1af23a4b Ajout du script fixperms.sh qui permet de remettre à plat les permissions et proprietaires des fichiers. Ref #416 2006-05-16 18:20:14 +00:00
Benjamin Sonntag e1b905c76a changing mysql.sh for install/upgrade time so that it work with mysql5 debian version also (debian-sys-maint with limited rights) 2006-05-12 09:42:59 +00:00
Benjamin Sonntag 2969280afa on ne prends pas en compte les gid / uid / mode differs lors du diff des fichiers de conf 2006-05-04 09:03:31 +00:00
Rémi 2cc511a79e suivi des instructions disponibles ici :
http://alternc.org/marchives/dev/2005-November/001800.html
pour ajouter les éléments nécessaires au bon démarrage de saslauthd
2006-05-01 13:37:34 +00:00
Rémi c3b37f5ecb modif structure base initiale pour encryptage des mots de passe 2006-05-01 13:19:03 +00:00
Antoine Beaupré bbd913e6e6 completely revert [1025] since we rely on apache config to enable/disable ssl/non-ssl now 2006-04-26 22:13:55 +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
Antoine Beaupré c34386e9a4 activate a configuration file for the bureau, common for both SSL and non-SSL configs, requested by pierre-gilles et
benji.

activate variable substitution for bureau.conf in alternc.install
2006-04-26 21:23:50 +00:00
Nahuel Angelinetti 87f977c85b rajout de la condition lors de la creation des tables dbusers
References: #265
2006-04-26 16:58:29 +00:00
Nahuel Angelinetti 979a7f0b0e Rajout de la gestion des utilisateurs mysql pour les membres ( avec quotas )
Closes: #265
2006-04-26 14:59:28 +00:00
Benjamin Sonntag 4e444d92e0 Adding spoolsize to cache the size of web / mail / db contents, Closes 569 2006-04-26 14:26:21 +00:00
Benjamin Sonntag 11b5e1a1c2 erreur -> 2006-04-26 14:00:52 +00:00
Pierre Gilles Mialon 6ca8255f49 AlternC Plugin are now part of AlternC svn repository\n Migration Phase 2 2006-04-26 12:28:53 +00:00