Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kazu69/mod_mruby_playground

mod_mruby build Docker
https://github.com/kazu69/mod_mruby_playground

Last synced: 19 days ago
JSON representation

mod_mruby build Docker

Awesome Lists containing this project

README

        

### mod_mruby

- docker
- boot2docker

```sh

docker build -t mod_mruby:base base/

docker build -t mod_mruby:build build/

docker run -p 8080:80 -d mod_mruby:build

open http://localhost:8080/
```

- basic auth = http://localhost:8080/basic/
- mod_rewrite = http://localhost:8080/base/
- cache control = http://localhost:8080/cache_control/