Re: mod_perl2 passing env vars when doing internal_redirects
just found out, that with apache 2.0.48 REDIRECT_REMOTE_USER is set in
internal_redirects if the new url is not protected via auth. so this
has nothing to do with mod_perl2 etc.
so we now have to look in REDIRECT_REMOTE_USER.
the old thing with "read the manuals"...
markus
.
Relevant Pages
- Re: Open source CORBA and Apache HTTPD integration
... Markus Elfring wrote: ... > At which levels are you looking for cooperation with the web server? ... a web server (Apache or thttpd) ... - the lack of a good and free C++ CORBA OTS ... (comp.object.corba) - Re: Mod_python vs. application server like CherryPy?
... WSGI being portability it effectively ignores practically everything ... that Apache has to offer. ... WSGI auth middleware already supports more auth methods than apache2 itself. ... authentication mechanisms, both of which are in Apache by default. ... (comp.lang.python) - Re: Password protection system for web app
... >> Could someone please suggest a very lightweight solution for protecting ... > Depends on what the web server is, ... > let Apache do both the authentication and the directory browsing. ... > and remove the default error page for 403, or auth won't work. ... (comp.lang.python) - Mod_auth_kerb and Windows XP SP2
... Apache 2.0.49 ... MIT Kerberos Version 5, Release 1.5.2 ... Windows XP sp2. ... On successful auth: IE is sending Authorization: Negotiate ... (comp.protocols.kerberos) - Re: Apache AUTH
... Actually, I do mean SSH. ... what I want to do is use an SSH agent on my client to auth to a ... If it can't auth via the agent, ... >> Is there such thing as a basic auth system using SSH pubkeys in apache? ... (comp.security.ssh) |
|