On Mon, Aug 11, 2008 at 4:37 PM, Raghavendra Datt <raghavendradatt@xxxxxxxxx> 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 covener@xxxxxxxxx --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx