murty2

Results 7 comments of murty2

Something to try: Load module mod_proxy_http2 and use: ProxyPass /dns-query h2://127.0.0.1:8054/dns-query If your unbound does not support TLS, replace h2 with h2c. Please let me know if this works.

My DNS client (OpenLiteSpeed webserver) does

Not fixed in updated code. The root cause seems to be that pre-hook is executed in a subshell which exits before requesting certificate. Therefore --pre-hook='umask 0022' does not fix the...

Not a solution. The issue is about the permissions on token file created inside .well-known/ not about permissions on .well-known/ (Now, resist the urge to say: "create token file yourself....

I hope http2 and http2c backend support show up in 1.8 branch. In the meanwhile, I am using nghttpx to proxy http1.1 from LiteSpeed to http/2 (without enc) like this...

Yes, I know some bots will access my website directly. Almost all such bots are upto no good anyway because those are looking to spam. OOPSpam is a commercial solution...

Please consider implementing 1. Simple captcha https://github.com/mbi/django-simple-captcha 2. Two honeypot fields that change for each request. For example, one radio and another short text for one request and then two...