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.
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
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
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
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
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
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
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
> 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