I would like to set up a read-only key-server operating by me where I am going to publish my own keys. So that anyone could do gpg --keyserver example.mymedia.su --receive-keys 0xDEADBEEF
and get the key. Is it some sort of HTTP server? Is it enough to just put static files and serve them via Apache? If so, in which directories they should be located?
I do not like that I cannot make any changes of my key on so-called public key-server network. However, it would be nice to support a GnuPG compatible protocol to share the key.