OS : Debian 10.7
Apache HTTPD : 2.4.38 (from standard repo)
Dear,
my setup is as follows : above mentioned Apache connecting to OpenLDAP.
User basic authentication (username/password) already works (against LDAP
inetOrgPerson structure)
What I would like to achieve is to have user certificates i
Quick question how does the apr use the shm segments and why does it have a
slotmem error if we use mod_proxy with several balancer name calls and
multiple hosts apache servers on a single dev box? I am really trying to
understand how this code segment below works?
shm.c file call?
#if APR_USE_SH
Thanks Yann.
On Fri, Dec 11, 2020, 11:44 AM Yann Ylavic wrote:
> On Fri, Dec 11, 2020 at 5:10 PM Wendell Hatcher
> wrote:
> >
> > Hi All, quick question. The APR_USE_SHMEM_SHMGET defined option within
> the shm.c file what does it do exactly and can we set the option to 0 or 1?
> What would t
On Fri, Dec 11, 2020 at 5:43 PM Yann Ylavic wrote:
>
> On Fri, Dec 11, 2020 at 5:10 PM Wendell Hatcher
> wrote:
> >
> > Hi All, quick question. The APR_USE_SHMEM_SHMGET defined option within
> > the shm.c file what does it do exactly and can we set the option to 0 or 1?
> > What would the set
On Fri, Dec 11, 2020 at 5:10 PM Wendell Hatcher
wrote:
>
> Hi All, quick question. The APR_USE_SHMEM_SHMGET defined option within the
> shm.c file what does it do exactly and can we set the option to 0 or 1? What
> would the setting of the option to those values effect?
It's defined (in lib
Hi All, quick question. The APR_USE_SHMEM_SHMGET defined option within
the shm.c file what does it do exactly and can we set the option to 0 or 1?
What would the setting of the option to those values effect?
-Wendell
On Fri, Dec 11, 2020 at 10:06 AM Lentes, Bernd
wrote:
>
> - On Dec 9, 2020, at 6:02 PM, Eric Covener cove...@gmail.com wrote:
>
> Hi Eric,
>
> thanks for your answer.
> Now i'm struggling with RewriteRule
> ^(?:build|tests|config|lib|3rdparty|templates)/.* - [R=404,L]
>
> Most is clear. The c
- On Dec 9, 2020, at 6:02 PM, Eric Covener cove...@gmail.com wrote:
Hi Eric,
thanks for your answer.
Now i'm struggling with RewriteRule
^(?:build|tests|config|lib|3rdparty|templates)/.* - [R=404,L]
Most is clear. The content of the parentheses () like build, tests .. is
or-conjuncted by t
Hi,
Short version:
I use httpd on Windows as a reverse proxy for a microservice system. Some
services communicate over websockets (more precicely: SignalR). From time
to time I have to restart the server in order to read a new configuration.
I observe an increasing number of threads blocked by th