fixed unnumbered bug : wrong charset for the desktop with apache2

This commit is contained in:
Benjamin Sonntag 2008-12-21 04:06:02 +00:00
parent 6d62007afe
commit 9f636f7d00
2 changed files with 5 additions and 2 deletions

4
debian/changelog vendored
View File

@ -3,9 +3,11 @@ alternc (0.9.10) unstable; urgency=low
* bugfixes:
* #1163: fix sqlbackup script call routine to retain backwards
compatibility
* fix usage of ISO8859-15 charset (that may NOT be defined in locales...)
and add it to the correct url (%%fqdn_lettre%%...)
* major changes:
* PHP sessions are now stored in /var/alternc/sessions
-- Antoine Beaupré <anarcat@koumbit.org> Mon, 20 Oct 2008 16:12:28 -0400
alternc (0.9.9) stable; urgency=low

View File

@ -6,11 +6,12 @@
php_admin_flag safe_mode_gid off
php_admin_flag safe_mode off
php_admin_flag register_globals on
AddDefaultCharset ISO-8859-15
AddDefaultCharset ISO-8859-1
</Directory>
<Directory /var/alternc/dns/%%fqdn_lettre%%/%%fqdn%%>
php_admin_flag safe_mode_gid off
php_admin_flag safe_mode off
php_admin_flag register_globals on
AddDefaultCharset ISO-8859-1
</Directory>