@vkc It's mostly because they don't perform terribly well, because each request has to spawn a new process to handle. WSGI or FastCGI are better-performing modern approaches to the problem; or having a long running service process the web server reverse proxies some requests to.