RE: [users@httpd] High availability vhosting WAS Re: [users@httpd] Dynamic vhost config?

2022-01-11 Thread Bram Mertens
> -Original Message- > From: Felipe Gasper > Sent: Monday, 10 January 2022 14:47 > To: users@httpd.apache.org > Subject: [users@httpd] High availability vhosting WAS Re: [users@httpd] > Dynamic vhost config? > > > > > On Jan 8, 2022, at 10:01, Eric Covener wrote: > > > > On Sat, Jan 8,

RE: [users@httpd] apache2 disabled by apache2.conf error

2021-11-24 Thread Bram Mertens
> -Original Message- > > > > It seems that line 80 expects an APACHE_RUN_DIR env var. > > > > > > It means you ran "apache2" or "httpd" instead of the startup script > > > (apachectl) or service/systemctl your system expects Or you've > > > removed variables like APACHE_RUN_DIR from whereve

[users@httpd] RE: apache 2.2

2021-11-18 Thread Bram Mertens
Gabriel, SSLv2 is not just deprecated (as in you shouldn't use it anymore but you still can) it's been prohibited by the IETF. You have little or no chance of finding anyone willing to support this. Your best bet is to convince the service provider to use a modern version of TLS or as someone a

RE: [users@httpd] How to troubleshoot/fix DAV errors during SVN checkout

2021-03-23 Thread Bram Mertens
> -Original Message- > From: Yann Ylavic > Sent: Thursday, 14 January 2021 14:24 > To: users@httpd.apache.org > Subject: Re: [users@httpd] How to troubleshoot/fix DAV errors during SVN > checkout > > On Thu, Jan 14, 2021 at 2:14 PM Yann Ylavic wrote: > > > > You could use a "ProxyPass ..

RE: [users@httpd] How to troubleshoot/fix DAV errors during SVN checkout

2021-01-15 Thread Bram Mertens
Yann, Thanks for the feedback. I'll implement the recommendations and will monitor the situation. Regards Bram -Original Message- From: Yann Ylavic Sent: Thursday, 14 January 2021 14:24 To: users@httpd.apache.org Subject: Re: [users@httpd] How to troubleshoot/fix DAV errors during SV

[users@httpd] How to troubleshoot/fix DAV errors during SVN checkout

2021-01-14 Thread Bram Mertens
Hi, Our setup: Subversion 1.10 on RHEL8 served by httpd 2.4 Reverse proxy httpd 2.4 on RHEL8 We're seeing one or more failures/day during SVN checkout/updates. There appear to be some variations on the error: These are the logs on the SVN (backend) server First type: [dav:error] Provider encounte

RE: [users@httpd] Remote ip address as a header

2021-01-07 Thread Bram Mertens
Niranjan, You’re probably looking for the functionality of mod_emoteip (https://httpd.apache.org/docs/2.4/mod/mod_remoteip.html). I followed the guide at https://www.globo.tech/learning-center/x-forwarded-for-ip-apache-web-server/ to set it up. What wasn’t clear to me is that you need to add

[users@httpd] RE: How to add X-Forwarded-for header in reverse proxy with SSL passthrough

2021-01-05 Thread Bram Mertens
/current/mod/mod_remoteip.html does not make this clear. Where/How can I suggest an update to this page? -Original Message- From: Bram Mertens Sent: Monday, 4 January 2021 19:41 To: users@httpd.apache.org Subject: [users@httpd] How to add X-Forwarded-for header in reverse proxy with SSL

[users@httpd] How to add X-Forwarded-for header in reverse proxy with SSL passthrough

2021-01-04 Thread Bram Mertens
Setup as follows: - proxy server (RHEL8 apache 2.4) in DMZ - contains multiple vhosts - each vhost acts as a reverse proxy to a web server in the LAN - connections from the proxy to the backend web server are secured via SSL - backend server (RHEL8 apache 2.4) in LAN Problem to solve: Current

Re: [us...@httpd] Password protect site, but leave one directory open for load balancer

2010-08-27 Thread Bram Mertens
On Fri, Aug 27, 2010 at 8:15 PM, Jon Drukman wrote: > I'm trying to password protect my entire site, but leave the URI /ping open > for > the load balancer healthcheck.  Here is my configuration: > ... > > This doesn't work.  Requests for /ping are still requiring digest > authentication, and if

Re: [us...@httpd] Warning worker http://192.168.1.5/ already used by another worker

2010-06-30 Thread Bram Mertens
I am not sure this will resolve the issue but perhaps you can try to reverse the two sections? i.e. the more specific one before the more general one? HTH Bram On Wed, Jun 30, 2010 at 7:54 AM, Tapas Mishra wrote: > I am getting a warning when I am restarting apache I am not able to > understan

Re: [us...@httpd] why doesn't mod_status show memory information?

2010-06-12 Thread Bram Mertens
On Sat, Jun 12, 2010 at 1:19 AM, Sean Conner wrote: > It was thus said that the Great Bram Mertens once stated: >> Hi, >> >> http://httpd.apache.org/docs/2.0/misc/perf-tuning.html starts by >> saying "The single biggest hardware issue affecting webserver >&

[us...@httpd] why doesn't mod_status show memory information?

2010-06-11 Thread Bram Mertens
Hi, http://httpd.apache.org/docs/2.0/misc/perf-tuning.html starts by saying "The single biggest hardware issue affecting webserver performance is RAM." However mod_status does not show information on memory consumption while it does display information on CPU usage. This seems odd to me. I have