txdv / mod-auth-external

Automatically exported from code.google.com/p/mod-auth-external
0 stars 0 forks source link

Internal Server Error when using SSL Virtual Host #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Never mind; please delete this.

Original comment by ya...@alum.mit.edu on 5 Dec 2012 at 5:51

GoogleCodeExporter commented 9 years ago

Original comment by j...@unixpapa.com on 11 Dec 2013 at 7:23