September 2022

How to fix "AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error." types of Apache errors?

botond published March 2022, 09, Thu - 22:16 time
.htaccess files are very useful accessories for the Apache web server, with the effective use of which we can solve many problems. However, in the case of a more complex server configuration, we need to pay attention to several things, otherwise we can easily generate Apache errors.
In this troubleshooter, we deal with redirects, where in certain situations we can end up in an endless redirect cycle, which eventually results in "AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error." leads to content errors.

Debian 11 (Bullseye) LAMP server v1.0 installation

botond published 2022/09/06, k - 17:12 time
With the help of LAMP systems, we can run dynamic websites on our server or even on our home computer. In this description, we will create a LAMP server on the Debian 11 (Bullseye) operating system, on which the following components will be installed: Apache 2.4.54, MariaDB 10.5.15, PHP 7.4 and phpMyAdmin 5.0.4, UFW firewall.