Server IP : 185.86.78.101 / Your IP : 216.73.216.213 Web Server : Apache System : Linux 675867-vds-valikoshka1996.gmhost.pp.ua 5.4.0-150-generic #167-Ubuntu SMP Mon May 15 17:35:05 UTC 2023 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /proc/self/root/etc/fail2ban/filter.d/ |
Upload File : |
# Generic configuration items (to be used as interpolations) in other # apache filters. [INCLUDES] before = common.conf # Load customizations if any available after = apache-common.local [DEFAULT] # Apache logging mode: # all - universal prefix (logfile, syslog) # logfile - logfile only # syslog - syslog only # Use `filter = apache-auth[logging=syslog]` to get more precise regex if apache logs into syslog (ErrorLog syslog). # Use `filter = apache-auth[logging=all]` to get universal regex matches both logging variants. logging = logfile # Apache logging prefixes (date-pattern prefix, server, process etc.): apache-prefix-syslog = %(__prefix_line)s apache-prefix-logfile = \[\]\s apache-prefix-all = (?:%(apache-prefix-logfile)s|%(apache-prefix-syslog)s)? # Setting for __prefix_line (only `logging=syslog`): _daemon = (?:apache\d*|httpd(?:/\w+)?) apache-prefix = <apache-prefix-<logging>> apache-pref-ignore = _apache_error_client = <apache-prefix>\[(:?error|<apache-pref-ignore>\S+:\S+)\]( \[pid \d+(:\S+ \d+)?\])? \[client <HOST>(:\d{1,5})?\] datepattern = {^LN-BEG} # Common prefix for [error] apache messages which also would include <HOST> # Depending on the version it could be # 2.2: [Sat Jun 01 11:23:08 2013] [error] [client 1.2.3.4] # 2.4: [Thu Jun 27 11:55:44.569531 2013] [core:info] [pid 4101:tid 2992634688] [client 1.2.3.4:46652] # 2.4 (perfork): [Mon Dec 23 07:49:01.981912 2013] [:error] [pid 3790] [client 204.232.202.107:46301] script '/var/www/timthumb.php' not found or unable to # # Reference: https://github.com/fail2ban/fail2ban/issues/268 # # Author: Yaroslav Halchenko