aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authoranoack <noack@data-quest.de>2023-11-01 18:13:34 +0100
committeranoack <noack@data-quest.de>2023-11-01 18:13:34 +0100
commit6313e1b6078e7eeaa44eddf72c5c56003ac139c1 (patch)
tree8865cae093da5e7e9599f9dc32df09d4e37b44ab /config
parent975ca162ead60c7fe9af7c6981161b8c56012ce3 (diff)
default data for 5.4 re #2349
Diffstat (limited to 'config')
-rw-r--r--config/.htaccess.dist11
-rw-r--r--config/config.inc.php.dist3
-rw-r--r--config/studip-httpd.conf.dist13
3 files changed, 6 insertions, 21 deletions
diff --git a/config/.htaccess.dist b/config/.htaccess.dist
index d4ba3b1..255f603 100644
--- a/config/.htaccess.dist
+++ b/config/.htaccess.dist
@@ -4,15 +4,11 @@
#RewriteRule ^download/(normal|force_download|zip)/([0-467])/([^/]+)/(.+)$ sendfile.php?$1=1&type=$2&file_id=$3&file_name=$4 [L,B]
#RewriteRule ^download/(normal|force_download|zip)/5/([^/]+)/([^/]+)/(.+)$ sendfile.php?$1=1&type=5&range_id=$2&list_id=$3&file_name=$4 [L,B]
-#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
@@ -23,6 +19,3 @@ php_value max_input_vars 10000
# 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
diff --git a/config/config.inc.php.dist b/config/config.inc.php.dist
index 98c38a4..3ef8fb6 100644
--- a/config/config.inc.php.dist
+++ b/config/config.inc.php.dist
@@ -69,7 +69,7 @@ $UNI_URL = "http://www.studip.de";
$UNI_LOGIN_ADD='';
$UNI_LOGOUT_ADD=sprintf(_("Und hier geht's zur %sStud.IP Portalseite%s&nbsp;"), "<a href=\"http://www.studip.de\"><b>", "</b></a>");
$UNI_CONTACT = "<please insert your general contact mail-adress here>";
-$UNI_INFO = "Stud.IP 5.1 - Studienbegleitender Internetsupport von Präsenzlehre";
+$UNI_INFO = "Stud.IP 5.4 - Studienbegleitender Internetsupport von Präsenzlehre";
/* $SEM_CLASS and $SEM_TYPE configuration moved to database
@@ -264,6 +264,7 @@ $SYMBOL_SHORT = array(
this options are only needed, if you are using the addional Stud.IP modules (please see in config_local.inc.php
which modules are activated). It's a good idea to leave this settings untouched...*/
+
/*
* use this to customize the fields shown in the standard/extended view on the instiute member page
* valid values are 'raum', 'sprechzeiten', 'telefon', 'email', 'homepage' and userinstrole datafield ids
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>