diff options
| author | anoack <noack@data-quest.de> | 2023-11-01 18:13:34 +0100 |
|---|---|---|
| committer | anoack <noack@data-quest.de> | 2023-11-01 18:13:34 +0100 |
| commit | 6313e1b6078e7eeaa44eddf72c5c56003ac139c1 (patch) | |
| tree | 8865cae093da5e7e9599f9dc32df09d4e37b44ab /config/studip-httpd.conf.dist | |
| parent | 975ca162ead60c7fe9af7c6981161b8c56012ce3 (diff) | |
default data for 5.4 re #2349
Diffstat (limited to 'config/studip-httpd.conf.dist')
| -rw-r--r-- | config/studip-httpd.conf.dist | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/config/studip-httpd.conf.dist b/config/studip-httpd.conf.dist index 8227730..e5db44b 100644 --- a/config/studip-httpd.conf.dist +++ b/config/studip-httpd.conf.dist @@ -11,15 +11,10 @@ #RewriteRule ^download/(normal|force_download|zip)/([0-467])/([^/]+)/(.+)$ /studip/sendfile.php?$1=1&type=$2&file_id=$3&file_name=$4 [L] #RewriteRule ^download/(normal|force_download|zip)/5/([^/]+)/([^/]+)/(.+)$ /studip/sendfile.php?$1=1&type=5&range_id=$2&list_id=$3&file_name=$4 [L] - #Apache 2.2 - #Order Allow,Deny - #Allow from all - - #Apache 2.4 Require all granted - php_value upload_max_filesize 8M - php_value post_max_size 9M + php_value upload_max_filesize 250M + php_value post_max_size 250M php_value memory_limit 128M php_value max_execution_time 300 php_flag short_open_tag On @@ -29,8 +24,4 @@ # 22519 = E_ALL & ~(E_NOTICE|E_DEPRECATED) PHP 5.3.x php_value error_reporting 22519 - # PHP 5.5 (ab 5.6 Standardeinstellung) - php_value default_charset utf-8 - php_value mbstring.internal_encoding utf-8 - </Directory> |
