For a project i need a python webserver (can use C modules if necessary). The basic http server from the runtime is way to simple - at least i need FCGI compatibility for some legacy modules.
Is there any other standalone server which is not totally connected to a certain framework like the Zope Webserver?
Performance is not really important.