• This forum has a zero tolerance policy regarding spam. If you register here to publish advertising, your user account will be deleted without further questions.

Apache Fehlkonfiguration - CMS Login

Mutti

Member
Hallo,

ich habe leider eine Fehlkonfiguration in meinen Apache 2.4 eingebaut.

Die Whitelist für die Freigabe einer bestimmten IP funktioniert für den Login in Wordpress CMS

Code:
# Protect wp-login.php
<Files wp-login.php>
Require ip 8x.xx.xx.xx
</Files>

Wird aber durch die Konfiguration für eine IP Blacklist aufgehoben

Code:
<Location />
   <RequireAll>
      Require all granted
      Include /etc/apache2/ipblacklist.conf
   </RequireAll>
</Location>

Für Hilfe vielen Dank voraus.
 
Vielen Dank.
Schau ich mir an. Der erste Eindruck ist, das es nicht ganz einfach zu verstehen ist.

Ich arbeite mich da mal durch...
 
Niemand kennt deine Kette der geladenene Konfigurationen, da ist es schwierig zu antworten was du machen musst.
 
Back
Top