You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by eeadev dev <ee...@gmail.com> on 2017/10/10 09:54:30 UTC

[users@httpd] how to deploy custom C modules on Apache

I created my custom module starting from an existing module source code;
now I need to deploy it in the development environment and later on the
test environment.

Please I need to know the steps to do that.

what should I do other than

1) launching this command:

/usr/bin/apxs2 -i -n mymod mymod.la

2) configuring conf and load files and adding the proper <Location> tag

3) enable the module and restart apache