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
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
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
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
-
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
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') || '';
>
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