hi,
I developped my own apache module under win XP and when I'm loading it, cgi scripts are not working !
Here my .conf file:
LoadModule my_module modules/mymodule.dll
<Location />
SetHandler my-handler
</Location>
If I change the <Location /> by <Location /test/> all cgi scripts, which are in the /cgi-bin/ folder, work fine. But my filter needs to be apply on <Location />
I developped my own apache module under win XP and when I'm loading it, cgi scripts are not working !
Here my .conf file:
LoadModule my_module modules/mymodule.dll
<Location />
SetHandler my-handler
</Location>
If I change the <Location /> by <Location /test/> all cgi scripts, which are in the /cgi-bin/ folder, work fine. But my filter needs to be apply on <Location />