[users] Case Insensitive URL

2014-06-12 Thread P. Guethlein
Ubuntu 12.04 LTS Apache 2.2.22 I need to add case insensitive URL's to my server. http://www.example.com/PUBLIC/Something.html is the same as http://www.example.com/public/something.html If the html calls an image with the html code, I need that url also to be case insensitive. Can't seem

Re: [users] Building apr on win32

2014-06-12 Thread Jeff Trawick
On Thu, Jun 12, 2014 at 5:42 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > All, > > I'm hoping this is the right mailing list: the apr project seems to have > a "dev" list but no user one. I'm happy to move if appropriate. > If you're just trying to build APR components, d...@a

[users] Building apr on win32

2014-06-12 Thread Christopher Schultz
All, I'm hoping this is the right mailing list: the apr project seems to have a "dev" list but no user one. I'm happy to move if appropriate. I'm trying to build apr on win32 from the command-line and I'm running into some resistance. I'm using Visual Studio 12 on Windows 8.1. I have installed th

Re: [users] Re: [users@httpd] LDAP Login Access by Organization Unit

2014-06-12 Thread Eric Covener
On Thu, Jun 12, 2014 at 3:56 PM, Darly Senecal Baptiste wrote: > Is there is a way to grab all ldap providers like AuthBasicProvider * > instead of AuthBasicProvider ldap-ny ldap-mia ldap-chi ? No, I don't think so. -- Eric Covener cove...@gmail.com -

Re: [users] Re: [users@httpd] LDAP Login Access by Organization Unit

2014-06-12 Thread Darly Senecal Baptiste
Eric: Is there is a way to grab all ldap providers like * AuthBasicProvider * *instead of * AuthBasicProvider ldap-ny ldap-mia ldap-chi *? On Thu, Jun 5, 2014 at 5:20 PM, Eric Covener wrote: > On Thu, Jun 5, 2014 at 4:31 PM, Darly Senecal Baptiste > wrote: > > Well, applying the mentioned m

Re: [users] Re: Basic Login as domain\username

2014-06-12 Thread Darly Senecal Baptiste
Hello, I was able to implement and to change the incoming username and to update it for real login. A new perl module has to be written Here is the perl code: sub handler > { > my $r = shift; > my $c = $r->connection; > > my $auth_header = $r->headers_in->get('Authorization') || ''; >

Re: [users] login form

2014-06-12 Thread Tim Daley
That's an improvement. At least now I get to loggedout.html. I On Mon, Jun 9, 2014 at 3:02 PM, Walter H. wrote: > On 09.06.2014 20:44, Tim Daley wrote: > > I am struggling with getting a login form working. I am attempting to do > it pretty much all in html/httpd2.4. It looks like this method