Login / Logout plugin/mod using web auth and captcha

das329717

Member
May 25, 2018
928
0
16
Quote
The bad part of basic auth is that you need password a whole domain, a single path doesnt do it.​


With web auth (it may use basic scheme, may use digital, etc) you don't need a password to a whole domain. You may protect any path on your host. In most known (for me) web-servers.

Quote
because SCGI is enabled for the whole domain​


I can't understand, what do you mean, sorry. Direct access to scgi_port? It closed by firewall. Access to /RPC2 mount point? It protected by web-auth (and this point may be moved inside rutorrent directory, for example).
 

dsouvik215

Member
May 25, 2018
896
0
16
Dude, you're just wrong.


There is no rule which says you must use .htaccess files, and it's even a second hand method in apache itself (it's better to use the apache config)

Second of all, there is no rule which states you must mount SCGI on /RPC2 or make it available via any public ip. I use nginx and mine it.

you are very confused about how these things.