skip to Main Content

configuring apache2 for security – Debian

in reference to this documentation https://httpd.apache.org/docs/2.4/howto/access.html and https://httpd.apache.org/docs/2.4/mod/mod_authz_host.html#requiredirectives , in which file should the directives be inserted? e.g. 'Require ip 127.0.0.1' I'm talking about configuration of apache2 in debian, I want limit access for all except for 127.0.0.1, localhost. Thanks

VIEW QUESTION
Back To Top
Search