On Wed, 09 Oct 2024 17:59:49 +0200
Freek de Kruijf wrote:
> I also tried to use Microsoft Edge and it also displays the page
> wrongly. As I wrote the content I see in the page in the browser in
> both cases is the same. So why does the browser display things
> differently when the only obvious
On Sun, 3 Jul 2022 20:26:45 +0600
Ahmad Ismail wrote:
> Who writes to dbm password files? I mean how are new users registered?
>
> If apache authenticates using `mod_auth_basic` or `mod_auth_digest`
> then someone must put the users with their credentials there.
>
> Best regards,
> Ahmmad Ismai
Hello. For a project I'm working on, I'll making a number of sites
under:
/var/www/webdav/
It appears that mod_macro should handle the configuration side of
things, but I'm wondering how other users handle creating the
DocumentRoot? Preferably over SSH.
Thanks,
Simon
--
On Wed, 12 Jan 2022 10:27:35 +0100
"Gillis J. de Nijs" wrote:
> I'd probably consider using SQL/LDAP or a shared filesystem for this.
> Would that work? Alternatively, you could rsync between the servers,
> depending on how fast you want the updates to happen.
I've been looking into this some m
Good evening. Does anyone know a standard / recommended way of calling
htdbm between servers? To be clearer:
1. A user is deleted on server 1
2. Access needs to be revoked on server 2 for that user
I'd like to be able to run
# htdbm -x /usr/local/apache2/var/users.db someuser
and
# htdbm -bt
I've decided to answer my own question in case it helps others in the
future. As it turns out, the solution was to pass a string with comma
separated values with the -t option:
root@server:/usr/local/apache2/var# htdbm -t users.dbm username
"group1,group2"
Could this be added to the docs explicit
On Fri, 24 Dec 2021 10:59:36 +
Simon Harrison wrote:
> Hello. Following the advice here:
>
> https://httpd.apache.org/docs/2.4/mod/mod_authz_dbm.html#authdbmgroupfile
>
> I'm wanting use dbm for managing users and groups (in the same file).
> The thing is, I can
Hello. Following the advice here:
https://httpd.apache.org/docs/2.4/mod/mod_authz_dbm.html#authdbmgroupfile
I'm wanting use dbm for managing users and groups (in the same file).
The thing is, I can't find out the recommended way to manage groups.
Apparently there was a program called dbmmanage wh