I’ll add a little more about cookies to Mark’s excellent answer…
If you’re using cookies for passing authentication tokens via the
reverse-proxy, then read about ProxyPassReverseCookiePath.
E.g. let’s say your proxy uses the path “/foo/” and this is mapped to ”/” on
the backend. Then you need
I don't see a reference to the file in any of the error messages .
Is there a way to track php traffic?
On Tue, 24 Mar 2020 at 14:02, Richard
wrote:
>
> > Date: Monday, March 23, 2020 20:49:20 +0100
> > From: Francis Franck
> >
> > I'm trying to install Mediawiki 1.34 via tarball - apparently a
Without knowing exactly how your setup is configured, my guess is the issue
is that when you authenticate the first time to the remote site whatever
auth logic it's using that is not being persistent for your connection or
repeat requests. Typically this would be a cookie, you authenticate
success
On Tue, Mar 24, 2020 at 10:07 AM Michal Kováčik wrote:
>
> Well is there any chance you plan to support some kind of multiplexing?
>
> Our use case is that we have Apache configured to use thousands of
> connections to interactive servers, but we also have websockets running
> through same set o
Well is there any chance you plan to support some kind of multiplexing?
Our use case is that we have Apache configured to use thousands of
connections to interactive servers, but we also have websockets running
through same set of Apache servers. As these connections are blocking we
could eventual
Greetings I am new to apache. so please dont be so hard if this is too basic
I;ve been practicing by my self looking for scenarios to solve, but I have
this a particular one that I can[t figure out.
I manage to set some sore of reverse proxy to forward a website that I have
on an intranet.(forwar
> Date: Monday, March 23, 2020 20:49:20 +0100
> From: Francis Franck
>
> I'm trying to install Mediawiki 1.34 via tarball - apparently all
> the modules are working fine: phpmyadmin, sql database, apache2.
> http://localhost/mediawiki/Mw-config ran successfully and produced
> a valid Localsettin