hi,
I installed my apache module (Apache1.3 under win XP)like follows :
LoadModule filter_module modules/test.dll
<Location />
SetHandler response-handler
</Location>
My module must be applied on the root (/) of the web site, that include the folder called cgi-bin. Like this, scripts are not working !!!
If I change the Location (e.g : /test/) it works
I installed my apache module (Apache1.3 under win XP)like follows :
LoadModule filter_module modules/test.dll
<Location />
SetHandler response-handler
</Location>
My module must be applied on the root (/) of the web site, that include the folder called cgi-bin. Like this, scripts are not working !!!
If I change the Location (e.g : /test/) it works