[users@httpd] Custom Error Pages

2020-04-14 Thread Praveen Kumar K S
Hello, I'm looking for some help in configuring custom error pages in httpd 2.4.39 I'm compiling httpd and running it as a container. If someone can help me with the manuals or documentation, it will be helpful. Regards, Praveen Kumar K S +91-9986855625

[users@httpd] Apache Issue with ssl certificate

2020-04-14 Thread Jayesh Labade
Hi, I have configured Letsencrypt on Apache reverse proxy. Whenever I add new cert or renew existing certificate, I do Apache reload, but still sometimes browser displays old certificate. When I do Apache restart problem disappears. I can't do Apache restart everytime post cert renewal as it dro

Re: [users@httpd] Apache2 2.4.18

2020-04-14 Thread Nitin Kadam
Hi Eric, Thanks for reply I am not in coding & new at web servers. Can u please guide exactly what I have do to. As simply restart of Apache solves the problem but this event is unexpected and then we need to monitor error logs continuously On Tue, Apr 14, 2020, 9:26 PM Eric Covener wrote: >

Re: [users@httpd] Apache2 2.4.18

2020-04-14 Thread Nitin Kadam
Hi Thomas, Thanks for reply.. I am using mpm_event .. Both the config available mpm_event and mpm_worker MaxConnectionsPerChild is set to 0 by default. On Tue, Apr 14, 2020, 9:19 PM Thomas Plant wrote: > Hi, > > do not know if this applies to your problem, but I had the same error a > few mont

Re: [users@httpd] Apache2 2.4.18

2020-04-14 Thread Eric Covener
On Tue, Apr 14, 2020 at 11:49 AM Thomas Plant wrote: > > Hi, > > do not know if this applies to your problem, but I had the same error a > few months ago, in a server acting as 'normal' http server, not a proxy > setup. I'm using MPM worker and an httpd, 2.4.6 from CentOS, and had to set > > MaxRe

Re: [users@httpd] Apache2 2.4.18

2020-04-14 Thread Thomas Plant
Hi, do not know if this applies to your problem, but I had the same error a few months ago, in a server acting as 'normal' http server, not a proxy setup. I'm using MPM worker and an httpd, 2.4.6 from CentOS, and had to set MaxRequestsPerChild 0 in the worker configuration. On CentOS 7 it is und

[users@httpd] Apache2 2.4.18

2020-04-14 Thread Nitin Kadam
Hi Team, I have apache2 installed on Ubuntu 16.04 server for reverse proxy version 2.4.18. In logs i am getting below error and same time application URL stopped working , request you to provide me solution on this issue. I have to restart apache2 service to restore back the application functional

Re: [users@httpd] Header directive in Location

2020-04-14 Thread Masanari Iida
Now I understand what is my problem. I should have specified something like following example. DocumentRoot /home/iida/apache-2.4.43/htdocs Header set Pragma no-cache Header set Cache-Control no-cache Now apache added headers if I access to html under /dir_name. Thanks for the com

Re: [users@httpd] Header directive in Location

2020-04-14 Thread Eric Covener
On Tue, Apr 14, 2020 at 12:49 AM Masanari Iida wrote: > > Hello > > I would like to use "Header set " directive within Location directive. > But it doesn't work. > Example. > ^^ Looks a lot like a Directory argument. - To uns