The-X
I've read that its impossible to change the banner with mod_headers and mod_security on Apache2 > 2.0.47 blink.gif

I think the best way to change the banner is editing the Apache sources wink.gif ... get the newest version from their page (http://ftp.leo.org/pub/comp/general/infosys/www/daemons/apache/dist/httpd/httpd-2.0.49-win32-src.zip)

unpack it an go to "include", open "ap_release.h" this should look like this:
CODE
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
#define AP_SERVER_BASEVENDOR "Apache Software Foundation"
#define AP_SERVER_BASEPRODUCT "Apache"
#define AP_SERVER_MAJORVERSION "2"
#define AP_SERVER_MINORVERSION "0"
#define AP_SERVER_PATCHLEVEL "49"
#define AP_SERVER_MINORREVISION AP_SERVER_MAJORVERSION "." AP_SERVER_MINORVERSION
#define AP_SERVER_BASEREVISION  AP_SERVER_MINORREVISION "." AP_SERVER_PATCHLEVEL
#define AP_SERVER_BASEVERSION AP_SERVER_BASEPRODUCT "/" AP_SERVER_BASEREVISION
#define AP_SERVER_VERSION  AP_SERVER_BASEVERSION


Just change the values in ""... Save the file an compile it... (I compiled it with ms vc++)After that there should be "libhttpd.dll"... copy the file to apache2\bin. If you want to "export" the dll file you may have to copy msvcrtd.dll too.

greetz
The-X
Mouse
Apache 2.0 is FUckxED and it has bad bugs.


get Apache 1.3xxx

there is already source code for 1.3xxx

its much better than 2.0 crap
brOmstar
1. Could u plz try to post something useful..and not ur damn senseless opinion.

2. And anybody knows that Apache is open source.

3. Try to specify why 2.x is soo inferior to 1.x i'm interested....

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.

 
Invision Power Board © 2001-2005 Invision Power Services, Inc.