Sehr viele Fehler in der Protokollierung

Hallo,

ich bin gerade etwas von den ganzen Fehlermeldungen, die mir meine Nextcloud unter Protokollierung ausgibt erschlagen. Diese werden angezeigt:

Exception: The requested uri(/wp-login.php) cannot be processed by the script '/nextcloud/index.php')
Exception: The requested uri(/solr/) cannot be processed by the script '/nextcloud/index.php')
Exception: The requested uri(/_ignition/execute-solution) cannot be processed by the script '/nextcloud/index.php')
Exception: The requested uri(/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php) cannot be processed by the script '/nextcloud/index.php')
Exception: The requested uri(/wp-content/plugins/wp-file-manager/readme.txt) cannot be processed by the script '/nextcloud/index.php')
Exception: The requested uri(/Autodiscover/Autodiscover.xml) cannot be processed by the script '/nextcloud/index.php')
Exception: The requested uri(/console/) cannot be processed by the script '/nextcloud/index.php')
Exception: The requested uri(/api/jsonws/invoke) cannot be processed by the script '/nextcloud/index.php')
Exception: The requested uri(/mifs/.;/services/LogService) cannot be processed by the script '/nextcloud/index.php')
Exception: The requested uri(/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php) cannot be processed by the script '/nextcloud/index.php')
Exception: The requested uri(/owa/auth/logon.aspx) cannot be processed by the script '/nextcloud/index.php')
Exception: The requested uri(/owa/) cannot be processed by the script '/nextcloud/index.php')
Exception: The requested uri(/admin/config.php) cannot be processed by the script '/nextcloud/index.php')
Exception: The requested uri(/actuator/health) cannot be processed by the script '/nextcloud/index.php')

Sind noch einige mehr. Ich vermute mal, da ist was grundlegendes schief mit der index.php?

Meine config.php sieht so aus:


$CONFIG = array (
  'instanceid' => 'sssss',
  'passwordsalt' => 'sssss',
  'secret' => 'sssss',
  'trusted_domains' =>
  array (
    0 => 'xxxxx',
    1 => 'domain.de',
  ),
  'datadirectory' => '/home/data/',
  'dbtype' => 'mysql',
  'version' => '21.0.3.1',
  'overwrite.cli.url' => 'http://192.xxx.xxx.xx/nextcloud',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'bastian',

Ich hoffe das ganze richtig gemacht zu haben? Bin noch nicht sehr nextcloud versiert. War mir leider nicht sicher, ob die nextcloud.log datei man hier einfach so reinstellen kann?

Sieht mir eher so aus, dass da irgendwelche Bots/Angreifer versuchen rauszufinden, ob da andere Anwendungen auf deinem Server laufen…

Danke für deine Antwort. Kann/Sollte ich dagegen etwas tun?

Nur die Logdatei füllt sich, sonst passiert nicht viel. Manche schlafen ruhiger, wenn sie bei entsprechenden Aktivitäten die IP-Adresse sperren (fail2ban) etc.
Hier ein paar Argumente: security - Is it worth the effort to block failed login attempts - Server Fault