[users@httpd] Client certificate authentication against (Open)LDAP server

2020-12-11 Thread Thomas Fazekas
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

[users@httpd] APR util slotmem errors.

2020-12-11 Thread Wendell Hatcher
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

Re: [users@httpd] APR_USE_SHMEM_SHMGET 0-1 option.

2020-12-11 Thread Wendell Hatcher
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

Re: [users@httpd] APR_USE_SHMEM_SHMGET 0-1 option.

2020-12-11 Thread Yann Ylavic
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

Re: [users@httpd] APR_USE_SHMEM_SHMGET 0-1 option.

2020-12-11 Thread Yann Ylavic
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

[users@httpd] APR_USE_SHMEM_SHMGET 0-1 option.

2020-12-11 Thread Wendell Hatcher
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

Re: [users@httpd] some questions to mod_rewrite

2020-12-11 Thread Eric Covener
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

Re: [users@httpd] some questions to mod_rewrite

2020-12-11 Thread Lentes, Bernd
- 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

[users@httpd] mpm_winnt, websockets and restarts: increasing number of (blocked?) threads

2020-12-11 Thread Marianne Dev
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