Electricmonk

Ferry Boender

Programmer, DevOpper, Open Source enthusiast.

Blog

Archive for October 2008

Nice :)

This is nice: I would just like to say….

Apache 2.2: Multiple authentication providers

For a long time Apache only supported a single authentication provider per location. For instance, you’d have: <Location /> Require valid-user AuthType Basic AuthName “FooCoorporation” AuthBasicProvider ldap AuthzLDAPAuthoritative Off AuthLDAPURL ldap://192.168.1.1:389/ou=foo,o=electricmonk,c=nl AuthLDAPBindDN cn=ldapreader,o=electricmonk,c=nl AuthLDAPBindPassword PASSWORD </Location> In older Apaches, it wasn’t possible to add another Authentication provider. So, in the situation above, you can run […]

With language X, you’ll write code 10x faster!!1one

I’ve been hearing a lot of “With language X, you’ll write code 10 times faster!” kind of remarks in the last couple of years, where “language X’ can be substituted for the latest hip language or framework. I might even have shouted it about Python a couple of times myself. But does it really matter […]

The text of all posts on this blog, unless specificly mentioned otherwise, are licensed under this license.