One of our engineers developed a module that we include in the server as follows:
LoadModule test_module /tmp/mod_test.so
AddModule mod_test.c
<IfModule mod_test.c>
<Location />
AddHandler test-handler .html
</Location>
</IfModule>
Although the module is doing NOTHING the html...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.