]> git.pld-linux.org Git - packages/drupal.git/blobdiff - drupal.conf
- merge drupal-apache1.conf back to main apache config, i don't see what is that...
[packages/drupal.git] / drupal.conf
index 7023d42680a69c7df818b3824bcf1ace730d09a2..4384e61182b009836eb7de1dc9e9644cd71e4a0d 100644 (file)
@@ -27,6 +27,9 @@
                php_value magic_quotes_gpc                  0
                php_value register_globals                  0
                php_value session.auto_start                0
+               php_value mbstring.http_input               pass
+               php_value mbstring.http_output              pass
+               php_value mbstring.encoding_translation     0
                php_value memory_limit                      12M
        </IfModule>
        # php5 module under Apache 1.3
@@ -34,6 +37,9 @@
                php_value magic_quotes_gpc                  0
                php_value register_globals                  0
                php_value session.auto_start                0
+               php_value mbstring.http_input               pass
+               php_value mbstring.http_output              pass
+               php_value mbstring.encoding_translation     0
                php_value memory_limit                      12M
        </IfModule>
 
@@ -42,6 +48,9 @@
                php_value magic_quotes_gpc                  0
                php_value register_globals                  0
                php_value session.auto_start                0
+               php_value mbstring.http_input               pass
+               php_value mbstring.http_output              pass
+               php_value mbstring.encoding_translation     0
                php_value memory_limit                      12M
        </IfModule>
 
This page took 0.103217 seconds and 4 git commands to generate.