Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

PSGIApache2

Wes edited this page May 20, 2014 · 1 revision

Overview

There are many different ways to provide a simple PSGI interface to the cif-router interface which uses ZeroMQ. This document describes how to do this via apache2. Other ways include Nginx.

Configuration

  • install mod-perl

  • configure the default-ssl site

    <IfModule mod_ssl.c>
    <VirtualHost _default_:443>
        ServerAdmin webmaster@localhost
    +   Include /etc/apache2/cif.conf
    
        DocumentRoot /var/www
        ...

    /etc/apache2/sites-available/default-ssl under ubuntu

Clone this wiki locally