An open API service indexing awesome lists of open source software.

https://github.com/netmarkjp/mod_ginga

mod_ginga
https://github.com/netmarkjp/mod_ginga

Last synced: 11 months ago
JSON representation

mod_ginga

Awesome Lists containing this project

README

          

instruction
--------------

.. code:: bash

$ cd src

## generate from template
$ apxs -g -n ginga

## install
$ cd ginga
$ sudo apxs -i -a -c mod_ginga.c

after that, add "SetHandler" to httpd.conf, and restart httpd

.. code:: httpd.conf

SetHandler ginga