timburks / mod_nu
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
tim (author)
Mon Dec 22 17:34:21 -0800 2008
mod_nu /
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
apache.nu | ||
| |
apache2.nu | ||
| |
apache3.nu | ||
| |
httpd.conf | ||
| |
make-darwin | ||
| |
make-linux | ||
| |
mod_nu.c |
README
This is an Apache module that loads and runs Nu code. It is very preliminary, currently just a test of feasibility, but it works! Nu code is loaded and evaluated by an Apache module that I've written in Objective-C. I've tested it on Leopard Server. It requires a x86_64 build of Nu to run with the default httpd. mod_nu is released under the Apache License, version 2.0. Tim Burks NOTES: - to debug apache modules in gdb, run it as follows: $ sudo gdb /usr/sbin/apache2 ... (gdb) run -X

