On 5/20/05, Michael D. Berger <[EMAIL PROTECTED]> wrote:
> I would like to manage one cookie for all the
> myriad files in my tree.  This would be easy if
> the one cgi script in the root were called
> irrespective of the contents of the GET.
> Can this be done? How?

This can be done with Action, ScriptAlias, or RewriteRule, depending
on your needs.  (They increase with flexibility and complexity in that
order.)

For example:
ScriptAlias / /full/filesystem/path/to/cgiscript.cgi
(Note this will hit .gif/.jpg/etc as well as html requests.)

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to