Re: [users@httpd] Calling htdbm from another server

2022-01-12 Thread Gillis J. de Nijs
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.

Re: [users@httpd] Calling htdbm from another server

2022-01-12 Thread Simon Harrison
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

[users@httpd] Apache Restarts and Session Errors (session_dbd:error, session:error)

2022-01-12 Thread Calvin DeBoer
Hello all, I'm struggling with understanding something in the *error.log* and could use some pointers on how to troubleshoot this. I've inherited a web app that uses apache as the webserver and is also using user apache user auth. Occasionally, Apache will just restart itself and it seems to take

Re: [users@httpd] Calling htdbm from another server

2022-01-12 Thread William Edwards
Simon Harrison schreef op 2022-01-11 20:14: 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/apa

[users@httpd] Is it possible to install/configure SSL certificates on a server behind a reverse proxy?

2022-01-12 Thread Jeroen Verhoeckx
Hello Apache specialist :-), Last couple of months [I set up a server with two virtual machines](https://jeroenverhoeckx.com/build-your-own-personal-cloud.html). To reach those virtual machines I set up a reverse proxy and I configured the SSL certificates on the host. My question: Would it ha

RE: [users@httpd] Is it possible to install/configure SSL certificates on a server behind a reverse proxy?

2022-01-12 Thread Marc
You can just do that. I have also certs behind a reverse proxy. My whole 'virtual/internal' applications in containers is running with my own CA certificates and on the reverse proxy I have some certs from known CA's Specific for this setup is a proxy protocol, that informs the public ip address

Re: [users@httpd] Is it possible to install/configure SSL certificates on a server behind a reverse proxy?

2022-01-12 Thread Dino Ciuffetti
My question:Would it have been possible to install the SSL certificates in the virtual machines? YES. It's possibile to send Internet HTTPS traffic to an internal HTTPS service behind apache httpd as a reverse proxy. You eventally need to install same SSL certificates (but you don't have

[users@httpd] How to configure and use mod_markdown

2022-01-12 Thread Bo Berglund
Ubuntu server 20.04.3 Apache2 I am trying to install support for rendering files with extension .md so they are displayed like for example md files in GitHub. I have a lot of md documents, which I need to view regularly and it would be so much easier if Apache could do this. So I have asked on Ubu

Re: [users@httpd] Apache Restarts and Session Errors (session_dbd:error, session:error)

2022-01-12 Thread Curtis Maurand
> On Jan 12, 2022, at 6:59 AM, Calvin DeBoer > wrote: > >  > Hello all, I'm struggling with understanding something in the error.log and > could use some pointers on how to troubleshoot this. I've inherited a web app > that uses apache as the webserver and is also using user apache user au