Commit Graph

241 Commits

Author SHA1 Message Date
Antoine Beaupré a07518c00a use a working FTP/TLS configuration 2008-10-14 23:14:42 +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é 7e8e9b1d6c put the listen directive in the apache2-ssl config 2008-10-07 18:39:44 +00:00
Antoine Beaupré b1a6bcf43e create a apache2-specific SSL configuration file 2008-10-07 18:34:02 +00:00
Antoine Beaupré 57b5a642cb create a apache2 configuration file, required because of the logfile location 2008-10-07 17:05:18 +00:00
Antoine Beaupré 3bcb5159f9 stop overwriting named.conf
starting this release, only named.conf.options will be replaced (as we
need to modify the options {} block and can't just add another one). We
still install a named.conf, a fresh version from Lenny this time, so
that we get a clean start.

Also get rid of the bind_internal parameter that is not really used or
recommended, as it allows for authoritative nameservers to also serve
recursive queries (which is bad practice).

See: #1025
Closes: #1104
2008-10-06 23:58:04 +00:00
Antoine Beaupré 77ddb5002f do not override Postfix's main.cf: instead, we use a /etc/alternc/postfix.cf to hold our configuration changes and apply that on postinst.
Closes: #1029
2008-10-06 22:12:41 +00:00
Antoine Beaupré cdb3a1e281 remove alternc/mynetwork debconf parameter, stop overriding it in
postfix

also split the config prompts between slave and non-slave package

See: #1029
2008-10-06 21:13:11 +00:00
Benjamin Sonntag 6cae26d956 Fixing TLS for proftpd : CertificateFile IS REQUIRED for TLS to work 2008-08-11 10:19:29 +00:00
Benjamin Sonntag f1ae4c3f9a Fixing TLS for proftpd : CertificateFile IS REQUIRED for TLS to work 2008-08-11 10:05:36 +00:00
Antoine Beaupré 172adf7a3d language switcher in the main interface 2008-04-14 19:41:24 +00:00
Antoine Beaupré a76565250a group together more menus, rename the meaningless Frontpage menu into Messages 2008-04-14 19:10:43 +00:00
Antoine Beaupré 1aaf7624a5 reorder menu entries in a more logical manner 2008-04-14 18:55:57 +00:00
Antoine Beaupré 7d48224955 make this configuration work without register_globals. Closes: #1076 2007-11-13 00:59:16 +00:00
Antoine Beaupré a2b26cb820 don't hardcode the mysql host, rely on alternc configuration, which resolves the problem of configuring phpmyadmin for remote mysqls 2007-10-05 18:57:53 +00:00
Antoine Beaupré 91d8878aef remove useless default configs to simplify this config file 2007-10-05 18:53:50 +00:00
Antoine Beaupré 82dcc64da5 switch to tcp connections in pma so that we can support remote mysqls properly 2007-10-05 18:31:07 +00:00
Antoine Beaupré 6b07011480 fix saslauthd config for etch, partial fix. See #1069 2007-10-02 17:26:38 +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
Benjamin Sonntag 14d088ed31 only 1 module loading in proftpd :) 2007-08-26 19:32:32 +00:00
Benjamin Sonntag e8299927e9 Fixing etch ftp configuration, Fixes #1046 2007-08-22 22:32:12 +00:00
Benjamin Sonntag 55308ae2c0 using our own log format : we need this since we are not using 'real' virtualhosts 2007-08-22 22:08:20 +00:00
anonyme 2085abb7e9 :P 2007-05-23 19:57:10 +00:00
anonyme 63085a5524 :P 2007-05-23 19:56:27 +00:00
anonyme 4a425b7313 :P 2007-05-23 19:55:39 +00:00
anonyme 55ddcb68e3 :P 2007-05-23 19:53:59 +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
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é 2a1ddfab04 activate mod_vhost_alias in our config, this is necessary for upgrades 2006-07-08 10:22:51 +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
Rémi 933dd9e476 affiche le nom de l'utilisateur et le groupe "alternc" lors du listing du répertoire
plutôt que le couple "foo bar" équivoque...
2006-05-10 12:23:53 +00:00
Rémi b20639cdc6 remise du loadmodule dans httpd.conf cause of bugs 2006-05-02 12:39:07 +00:00
Rémi 3a3619a38f decommentage du chargement du module vhost_alias introduit sans raison en r1020 et posant des problèmes au niveau des alias 2006-05-02 12:29:21 +00:00
Antoine Beaupré e05a16be23 move the server-status handler back to httpd.conf 2006-04-26 22:32:40 +00:00
Antoine Beaupré 5ed64df519 don't rely on %%myip%% for vhost, make it port-based 2006-04-26 22:29:14 +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
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