3.2.4.7. Web-server Extensions
- Web-server extensions (such as Apache modules) are compiled native-code bindings, that are written in C/C++.
- The fastest solution, but potentially insecure because it runs in the same process-space as the server.
Written by Shlomi Fish