Hey Leute,
Auf meinem Apache 2.4 Server habe ich 3 vHosts laufen. Auf die 2 vHosts (Subdomains) kann ich problemlos zugreifen. Wenn ich aber auf die Hauptdomain über den Webbrowser zugreifen will (worauf Nextcloud 11 läuft), dann erhalte ich die Meldung (Auch bei localhost):
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [no address given] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Über die Sync Programme von Nextcloud kann ich problemlos auf den Server zugreifen. Die Meldung kommt auch, wenn die Sync Programme deaktiviert sind bzw. keine sonstige verbindung zum Server besteht.
In dem Error Log von Apache steht folgendes:
01.320804 2016 [core:error] [pid 2652] [client 185.145.66.245:40668] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
01.612834 2016 [core:error] [pid 2653] [client 185.145.66.245:40676] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
01.715377 2016 [core:error] [pid 2650] [client 185.145.66.245:40678] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
Lohnt es sich die maximalen Verbingungen zu erhöhen? Was könnte das Problem verursachen? Und was hat es mit
00.939228 2016 [core:notice] [pid 1889] AH00094: Command line: '/usr/sbin/apache2'
auf sich? Danke für eure Hilfe ☺