Install apache2-dev
Compile:
apxs -c -i poc.cLoading the module:
LoadModule my_module /path/to/poc.soNow you can transfer the poc.so to the target machine.
Apache2 modules can be found in /etc/apache2/modules or /usr/lib/apache2/modules.
To find your module easily you can run the following command in the directories mentioned above:
find . -mtime 0