<code>SetHandler "proxy:unix:/run/php/php8.2-fpm.sock|fcgi://localhost/"</code>
3️⃣ Apache schickt die Anfrage über einen Unix‑Socket an PHP‑FPM
Der Socket ist:
<code>/run/php/php8.2-fpm.sock</code>
4️⃣ PHP‑FPM hat einen Pool von PHP‑Worker‑Prozessen
Kein HTTP‑Request (der Request‑String ist "-" → also leer)
Statuscode 408 → Request Timeout
Response... 🧪 Warum deine Webseite langsam wird
Apache2 (insbesondere mit mpm_prefork) ist anfällig für Verbindung... rkt langsam, obwohl sie nicht das Problem ist
🛡️ Sofortmaßnahmen (sehr effektiv)
1. Aktiviere mod_req... das sicher ist
Bots greifen nicht deinen Shop an, sondern:
* /wp-login.php
* /xmlrpc.php
* /adm
onf
# This is here for backwards compatability reasons and to support
# installing 3rd party modules d... ceholder /usr/lib/apache2/modules/mod_placeholder.so</code>
so schaut der spass aus, mehr steht nich drin, da ich alles ueber die available sites definiert hab.
das sollte auch die frage beantworten, ob noch andere da