Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matsumotory/mod_mruby_hackathon
mod_mruby hackathon at ApacheCon NA 2013
https://github.com/matsumotory/mod_mruby_hackathon
Last synced: about 2 months ago
JSON representation
mod_mruby hackathon at ApacheCon NA 2013
- Host: GitHub
- URL: https://github.com/matsumotory/mod_mruby_hackathon
- Owner: matsumotory
- Created: 2013-02-25T18:40:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-28T22:31:41.000Z (almost 12 years ago)
- Last Synced: 2024-10-18T18:17:30.309Z (3 months ago)
- Language: JavaScript
- Size: 443 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apache HTTP Server Status Realtime Moniter by mod_mruby
Implemented in ApacheCon NA 2013 Hackathon
## Author
- MATSUMOTO Ryosuke
- TSUZAKI Yoshiharu
- OKAMOTO Hiroki## Install
### Install mod_mrubysee [mod_mruby](https://github.com/matsumoto-r/mod_mruby).
### httpd.conf
LoadModule mruby_module modules/mod_mruby.so
mrubyTranslateNameFirst "/tmp/api_request.rb"### file setteing
git clone git://github.com/matsumoto-r/mod_mruby_hackathon.git
cp api/api_request.rb /tmp/.
touch #{document_root}/dummy## Start
cd interface
node app.js## Access
http://127.0.0.1:3000/## Sample
![sample_display](https://raw.github.com/matsumoto-r/mod_mruby_hackathon/master/interface/views/sample_image.jpeg)## License
under the MIT License:* http://www.opensource.org/licenses/mit-license.php