Re: [users@httpd] shared .htpasswd access across multiple servers?

2020-07-24 Thread Antony Stone
On Friday 24 July 2020 at 23:08:02, Jason Pitt wrote: > We'd like to have a single .htpasswd file shared across multiple > machines/servers...is there a way to configure the htaccess file to a shared > remote .htpasswd file? Apache doesn't install these files - it only reads them. How about rsyn

[users@httpd] shared .htpasswd access across multiple servers?

2020-07-24 Thread Jason Pitt
We have some robotics hardware that each has a built in webserver that uses standard .htaccess and .htpasswd files to control access. We'd like to have a single .htpasswd file shared across multiple machines/servers...is there a way to configure the htaccess file to a shared remote .htpasswd file?