You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/05/31 08:10:04 UTC

DO NOT REPLY [Bug 9537] New: - Additional ServerTokens

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9537>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9537

Additional ServerTokens

           Summary: Additional ServerTokens
           Product: Apache httpd-1.3
           Version: HEAD
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: sysadmin@sunet.com.au


This is a feature request instead of a bug report.  I'd like to have more 
configurable ServerTokens options.  Eg. mine says something like:
Server: Apache/1.3.22 (Unix)  (Red-Hat/Linux) mod_ssl/2.8.5 OpenSSL/0.9.6b 
PHP/4.0.6

I'd like it to say
Server: Apache/1.3 mod_ssl/2.8 OpenSSL/0.9 PHP/4.0

My suggestion is the following system:
ProductOnly
MajorVersion (+= ProductOnly)
MinorVersion (+= MajorVersion)
ReleaseNo (+= Minorversion)
OSGeneral (= Unix in my case)
OSSpecific (= Red-Hat/Linux in my case: += OSGeneral)

So then my settings would be MinorVersion, and Full would be equivalent to 
ReleaseNo OSSpecific.

Anyway, I hope this is a useful and clearly explained idea.  

Thanks all,

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org