I am looking for a simple nginx setup that runs Perl and Python scripts that are under very low load (99% of time a single user browsing them and no mode than 100 request/day).
Because the server is running on a AWS under a micro instance I am looking for something that has a very low memory footprint.
Update: I'm running an Ubuntu 12.04 on it and after installing nginx which does not contain the embedded perl module, I installed nginx-extras which is supposed to contain it. Still I have no idea how to enable it, also strage it did not complain about the nginx package.