https://github.com/netmarkjp/mod_ginga
mod_ginga
https://github.com/netmarkjp/mod_ginga
Last synced: 11 months ago
JSON representation
mod_ginga
- Host: GitHub
- URL: https://github.com/netmarkjp/mod_ginga
- Owner: netmarkjp
- Created: 2012-03-06T16:16:23.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-06T16:16:54.000Z (over 14 years ago)
- Last Synced: 2023-03-22T10:47:01.162Z (about 3 years ago)
- Language: C
- Homepage:
- Size: 85.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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