Talk:Apache user authentication multiplexing

From RavenWiki
Revision as of 21:51, 9 March 2009 by dme26 (talk | contribs) (Difficulties multiplexing with the SRCF's cgi-handler)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Difficulties multiplexing with the SRCF's cgi-handler

The SRCF's cgi-handler runs into an issue where an "redirect:" URL that should only be internal to Apache processing interferes with the completion of the necessary internal subrequests. I believe that I was able to work around this (without examining the cgi-handler!) by a similar multiplexing scheme - I instead symlinked subdirectories of the different authentication paths to the same content. If it's found to work for the user who raised the issue, I will post it somewhere here on the Raven wiki. -- dme26