C Language server pages module(mod_csp) version 0.0.7 2011/6/26

- mod_csp?

It is a module that executes the script written by C language. 
Please see http://csp.b-rabbit.com/ in detail. 
Because it is possible to describe it by C language, high-speed operation can be expected. 

- Install

# apxs  -i -a -c mod_auth_cookie_fu.c

This command copies the mod_csp.so file onto the directory and modifies httpd.conf to load this moduule.
Actually the below line is added.
LoadModule csp_module modules/mod_csp.so

- Licence
Because the license is a module of apache, it is assumed apache licence 2.0. 

- Contact

HN:kumatiki
mod_csp@yahoo.co.jp


