I just realized that the "website" module does not work any more on linux. Minimal example:
(website-serve #f 8080)
The code does nothing but to start the local server. It should do nothing but to recat to http requests. But it results in one process occupying one core 100%. That process does not generate any output not does it response to any request.