Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. <IfModule limitipconn_module>
  2. MaxConnPerIP 30
  3. CustomLog /var/lcfg/log/apacheconf.ipdenied combinedsite env=LIMITIP
  4. </IfModule>
  5.  
  6. # Apache 2.4 defaults to a more strict "default deny", so you have
  7. # to be more explicit about which bits should be accessible.
  8. <IfVersion >= 2.4 >
  9. <Directory [path-to-html-files]>
  10. Require all granted
  11. </Directory>
  12. </IfVersion>
  13.  
  14. access_compat.conf authn_dbm.conf autoindex.conf env.conf logio.conf setenvif.conf unique_id.conf
  15. access_compat.conf~ authn_file.conf cache.conf expires.conf mime.conf slotmem_plain.conf unixd.conf
  16. actions.conf authn_socache.conf cache_disk.conf ext_filter.conf mime_magic.conf slotmem_shm.conf userdir.conf
  17. alias.conf authz_core.conf cgi.conf filter.conf mpm.conf socache_dbm.conf version.conf
  18. allowmethods.conf authz_dbm.conf data.conf headers.conf negotiation.conf socache_memcache.conf vhost_alias.conf
  19. auth_basic.conf authz_groupfile.conf deflate.conf include.conf php5.conf socache_shmcb.conf waklog.conf
  20. auth_digest.conf authz_host.conf dir.conf info.conf remoteip.conf status.conf
  21. authn_anon.conf authz_owner.conf dumpio.conf limitipconn.conf reqtimeout.conf substitute.conf
  22. authn_core.conf authz_user.conf echo.conf log_config.conf security2.conf systemd.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement