When running a CherryPy app it will send server name tag something like CherryPy/version. Is it possible to rename/overwrite that from the app without modifying CherryPy so
This can now be set on a per application basis in the config file/dict
[/] response.headers.server = "CherryPy Dev01"