Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cgi scprits don't work when my Apache module is loaded

Status
Not open for further replies.

paupyette

Programmer
Jul 24, 2002
6
FR
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 />
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top