I use python's SimpleHTTPServer for tests applications.
Now for the test I need to change in the server response header field "Server". Now I have "Server: SimpleHTTP/0.6 Python/2.7.3" I would like something like "Server: Apache123".
Is it possible to change this field? Thx.
If you wanted to have something easy to edit you could use this:
You can run this the same way you run SimpleHTTPServer:
You could also edit it to take the name you want from the command line.