Re: Apache 2.4 - deny access to IP's that are not ban

2021-02-11 Thread Travis Rodman
You're totally welcome! On Thu, Feb 11, 2021 at 12:34:20PM -0700, syscon edm wrote: > Thank you, THANK YOU Travis, it worked perfectly. It is the first > time I received such a detailed instruction that would work without > any hinch. > Every time I'll run this code I will remember you :-) Tha

Re: Apache 2.4 - deny access to IP's that are not ban

2021-02-11 Thread syscon edm
Thank you, THANK YOU Travis, it worked perfectly. It is the first time I received such a detailed instruction that would work without any hinch. Every time I'll run this code I will remember you :-) Thank you again. On Thu, Feb 11, 2021 at 11:39 AM Travis Rodman wrote: > > Hi Syscon, > > From

Re: Apache 2.4 - deny access to IP's that are not ban

2021-02-11 Thread Travis Rodman
Hi Syscon, >From bash/zsh: 1. install leiningen (https://leiningen.org) 2. `cd /file/location/you/store/project/sources` 3. run `lein new htaccess` (this will create a folder and project stub) 4. `cat /code/from/the/email > htaccess/src/htaccess/core.clj` 5. cd htaccess 6. `lein repl` on my m