nearlyfreespeech

What python web frameworks work well with CGI (e.g. on nearlyfreespeech.net)?

From nearlyfreespeech's website, they state that the following don't work well: mod_python Web application frameworks that depend on persistent processes, including: Ruby On Rails, Django, Zope, and others (some of these will run under CGI, but will run slowly and are suitable only for development purposes) Are there any Python web ...

CodeIgniter + nfsn_exec() replacement to exec() at nearlyfreespeech.net = fail :(

Hi I use NearlyFreeSpeech.Net as my host, and my php app (coded in CodeIgniter) needs to make exec() calls. As this is not allowed under safe-mode, we are given a "special" was of executing things via a perl script. See details here: https://members.nearlyfreespeech.net/wiki/HowTo/PHPExec However, following those instructions causes th...