HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux acmehomecare 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: www-data (33)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wp-content/plugins/wp-fail2ban/conf.d/README.md
# wp-fail2ban/conf.d
A collection of standard configurations for *WP fail2ban*.

## Usage

First, update the configuration files to the latest version:

```ShellSession
[invisnet@test wordpress]$ cd wp-content/plugins/wp-fail2ban/conf.d
[invisnet@test conf.d]$ git pull
Already up to date.
[invisnet@test conf.d]$
```

Next, copy the configuration file to your `wp-content` directory. Be sure to name it `wp-fail2ban-config.php`.

```ShellSession
[invisnet@test conf.d]$ cp default-all.php ../wp-fail2ban-config.php
[invisnet@test conf.d]$
```

Then, edit your `wp-config.php` file and add the following line:

```PHP
include __DIR__.'/wp-content/wp-fail2ban-config.php';
```

Be sure to add it **before** the line that says:

```PHP
/* That's all, stop editing! Happy blogging. */
```

Finally, if there are any changes you want to make, edit `wp-fail2ban-config.php`.

----

**default-all.php**:
  * Default logs
  * All features enabled