Judokus

Results 7 comments of Judokus

Got it a lot faster on my system at least, from 8 to 0.7 seconds w/o cache... - Added false to transform() ($countConstraintFailures - Whether recurrences that fail the constraint's...

@jaredatch check out https://goaccess.io/

I think it's the same issue as #15

doesn't that defeat the whole purpose of using Py**Auth**enNTLM2 ?

ap_requires is indeed removed in apache 2.4. I fixed it by replacing rules = ''.join(req.requires()).strip() with rules = ''.join(req.get_options()['Require']) Did not test this with 2.2

That's correct, you need to change your apache config `Require valid-user` to `PythonOption Require valid-user`

not necessary, it's better to use mod_python 3.5 with apache 2.4.x