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 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]> 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 version info > of > > apache some thing like "Apache Tomcat/4.1.24-LE-jdk14". I am not sure > what > > part of the code generates error pages and shows some thing like this on > the > > screen. > > > > I am using Apache/2.0.52 version. but, not sure why it shows some thing > like > > 4.1.24-LE-jdk14. Any help or suggestions on where to look for these error > > page generations in the code would be appreciated. > > The extra stuff in the version string is added by modules via > ap_add_version_component() and the error responses themselves are > cooked up in/around ap_send_error_response() > > -- > Eric Covener > [EMAIL PROTECTED] > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: [EMAIL PROTECTED] > " from the digest: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
