One interesting open source idea I saw was a guy who provided the C code for an apache module (mod_proxy_html
), but he doesn't provide any make files or anything else to go with it. To get a compiled binary, you either got to figure out your own make file, or become a registered supporter
:
 |
Compiled Binaries can be supplied on request to registered users. Maintaining these is quite a lot of work (especially for Windows), so I cannot supply them free of charge except to registered users. |
Noticed while reading complex configuration for using Apache with mod_proxy
...