[cgiwrap-users] mod_cgiwrap and mod_phpcgiwrap
Brought to you by:
nneul
From: Steven H. <st...@ha...> - 2001-09-06 20:49:06
|
hi all, please check out: http://steven.haryan.to/mod_cgiwrap/ it was some hack work which i did a while back. haven't got the time to properly package it or write a more complete documentation though, but i hope you can build and use it without much difficulty. mod_cgiwrap is basically a replacer for mod_cgi + suexec. i needed something more flexible than suexec, but i hate the configuration part of cgiwrap. with mod_cgiwrap, wrapping is completely transparent to users, he/she can use the standard handler (cgi-script) in his/her .htaccess. mod_phpcgiwrap is a module to do transparent wrapping of PHP CGI scripts. it is basically the same as mod_cgiwrap, but calls the both works only with apache, obviously. to use the modules, you will need to patch cgiwrap (provided in the above url, but sorry, i last worked with 3.6.4) and rebuild it. you basically need to make cgiwrap not fixing environment variables (since mod_cgiwrap will supply the already correct ones, there are no redirections with the mod_cgiwrap scenario). plus it will add php wrapping support. i hope the modules can be useful to you. so far it works for me. comments welcome. -- sh |