What steps will reproduce the problem?
1. Create a destination with an external authenticator inside an SSL Virtual
Host
2. Browse to this destination
3. Enter username and password
What is the expected output? What do you see instead?
Get "500 Internal Server Error".
Nothing logged in error_log
What version of the product are you using? On what operating system?
Apache 2.2.15 running on Linux Fedora 12
mod_authnz_external-3.2.6
Please provide any additional information below.
Relevant snippets from apache configuration:
DefineExternalAuth extauth pipe /usr/lib/httpd/test.pipe
<VirtualHost _default_:443>
...
Alias /myfiles /var/www/secure/myfiles
<Location /myfiles>
Order allow,deny
Allow from all
AuthType Basic
AuthName "MyFiles"
AuthBasicProvider external
AuthExternal extauth
Require valid-user
</Location>
Original issue reported on code.google.com by ya...@alum.mit.edu on 4 Dec 2012 at 10:58
Original issue reported on code.google.com by
ya...@alum.mit.edu
on 4 Dec 2012 at 10:58