Skip to content

IIPImage Server Installation

Daniel Haehn edited this page Sep 25, 2013 · 9 revisions
  1. Install Apache2

  2. Install the IIPImage server package

sudo apt-get install iipimage-server

  1. Activate Fast CGI module

sudo apt-get install libapache2-mod-fastcgi sudo a2enmod fastcgi sudo apache2ctl graceful