FastCGI
Install Foswiki on Ubuntu with Nginx
The serverDer Server I start with a default installation of Ubuntu server (11.10 in this Howto). Install Nginx Install software to add PPA: aptitude install python-software-properties Add Nginx PPA: nginx=stable # use nginx=development for latest development version add-apt-repository ppa:nginx/$nginx Install Ngnix: aptitude update aptitude install nginx See Nginx install Ubuntu PPA for more details. FastCGI […]