; PHP-Einstellungen display_errors = On error_reporting = E_ALL ; Maximale Upload-Größe file_uploads = On upload_max_filesize = 10M post_max_size = 12M ; Maximale Ausführungszeit max_execution_time = 60 max_input_time = 60 memory_limit = 128M ; Zeit und Region date.timezone = Europe/Berlin ; Logging log_errors = On error_log = /path/to/php-error.log ; MIME-Typenprüfung default_mimetype = "text/html"