base URL http://www.demo.org/ anything containing the base URL invokes the CGI program http://www.demo.org/foo/ratwould invokes the base URL associated CGI program and pass the relative URL /foo/rat to the CGI program. Currently I do this with an error document hack. Works well just that every reference creates a 404 entry in the log.
but if I was to associate a different CGI with a different base URL but in the same hierarchy:
http://www.demo.org/alternative/and any URL containing that base invokes the alternative CGI as well as passing the relative URL to CGI program.
I'm making it work now with <directory> and ErrorDocument handlers but it does seem like an awful hack. I have tried using index.cgi but either I'm doing something wrong and it is not being invoked or it isn't right for this problem.
---eric --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx