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

2008-08-12 Thread André Warnier
Eric Covener wrote: On Mon, Aug 11, 2008 at 6:20 PM, Raghavendra Datt <[EMAIL PROTECTED]> wrote: Eric, Thanks for your quick response. I went through the mentioned functions. The method "ap_send_error_response" has the logic to print the html page in case of error. but, I am not really sure whet

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

2008-08-11 Thread Eric Covener
On Mon, Aug 11, 2008 at 6:20 PM, Raghavendra Datt <[EMAIL PROTECTED]> wrote: > Eric, > Thanks for your quick response. I went through the mentioned functions. > The method "ap_send_error_response" has the logic to print the html page in > case of error. but, I am not really sure whether this same m

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

2008-08-11 Thread Raghavendra Datt
Eric, Thanks for your quick response. I went through the mentioned functions. The method "ap_send_error_response" has the logic to print the html page in case of error. but, I am not really sure whether this same method is called in my case. because, the kind of html generated looks like a plain ht

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

2008-08-11 Thread Eric Covener
On Mon, Aug 11, 2008 at 4:37 PM, Raghavendra Datt <[EMAIL PROTECTED]> wrote: > 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 vers

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

2008-08-11 Thread Eric Covener
On Mon, Aug 11, 2008 at 4:37 PM, Raghavendra Datt <[EMAIL PROTECTED]> wrote: > 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 vers

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

2008-08-11 Thread Eric Covener
On Mon, Aug 11, 2008 at 4:37 PM, Raghavendra Datt <[EMAIL PROTECTED]> wrote: > 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 vers

[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