Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: Ways for capturing all requests under Apache

by sutch (Curate)
on Aug 07, 2004 at 03:46 UTC ( [id://380838]=note: print w/replies, xml ) Need Help??


in reply to Re: Ways for capturing all requests under Apache
in thread Ways for capturing all requests under Apache

Thank you. The final snippet of .htaccess code that works for me turns out to be:

Action my-handler /cgi-bin/index.cgi SetHandler my-handler

And the requested path is available to the script in the PATH_INFO environment variable.

UPDATE: For this to work, a file named index.cgi must be available in the same directory as the .htaccess file. The file may be empty or contain anything, since it is never executed. (Question: why is this file needed by Apache?)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://380838]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-25 23:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found