Re: [users@httpd] Re: Custom Error Pages

2020-04-18 Thread Andrei
Horrible idea. Total overkill running all those echos and such for a mere 404... Bots will bend your server during spikes. Use shtml. Call it a day. On Sat, Apr 18, 2020, 18:27 Antony Stone wrote: > On Saturday 18 April 2020 at 17:05:22, Praveen Kumar K S wrote: > > > Hello, > > > > Any help

Re: [users@httpd] Re: Custom Error Pages

2020-04-18 Thread Antony Stone
On Saturday 18 April 2020 at 17:05:22, Praveen Kumar K S wrote: > Hello, > > Any help would be appreciated. If any of you had done this before or > published on blogs or somewhere, please suggest your inputs. Well, first of all, does your web server successfully serve CGI scripts when they are

[users@httpd] Re: Custom Error Pages

2020-04-18 Thread Praveen Kumar K S
Hello, Any help would be appreciated. If any of you had done this before or published on blogs or somewhere, please suggest your inputs. Regards, Praveen On Thu, 16 Apr, 2020, 14:29 Praveen Kumar K S, wrote: > Hello, > > Thanks for your response. I had gone through errordocument. > > I would

[users@httpd] Re: Custom Error Pages

2020-04-16 Thread Praveen Kumar K S
Hello, Thanks for your response. I had gone through errordocument. I would like to rephrase my question. I'm looking for help on how to dynamically handle error pages. I wrote a small cgi script. Below is error config. ErrorDocument 404 "/cgi-bin/customerror.cgi" But httpd is printing the

[users@httpd] Re: Custom Error Pages

2020-04-15 Thread Christophe JAILLET
Le 15/04/2020 à 08:24, Praveen Kumar K S a écrit : 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