[EMAIL PROTECTED] set_serv_tokens logic

2008-08-12 Thread Raghavendra Datt
Hi Guys, There is a specific method in server/core.c that has "set_serv_tokens" method. I am not sure from where in the code this will be called. This has the logic to control what needs to be appended on the error messages. Any one has a clue on who controls the calls to this? I see that there i

Re: [EMAIL PROTECTED] Error Page Generation in Apache Server

2008-08-11 Thread Raghavendra Datt
ke a plain html and the error page generated has the style sheets and some fancy stuff in the source. Am I missing any thing? Appreciate your quick response. Raghu On Mon, Aug 11, 2008 at 2:45 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Mon, Aug 11, 2008 at 4:37 PM, Raghavendra Datt

[EMAIL PROTECTED] Error Page Generation in Apache Server

2008-08-11 Thread Raghavendra Datt
Hi, I was trying to pinpoint one of the functionalities of apache in the server code. On an error like "404", server generates an error page saying "requested resource not available" and also it shows up the version info of apache some thing like "Apache Tomcat/4.1.24-LE-jdk14". I am not sure wh