, Mar 18, 2009 at 9:05 PM, Johnny Edge wrote:
>
> Hello,
>
> I have a Virtual host that utilizes mod rewrite in the following
> manner
>
>
>
> ...
>
> RewriteEngine On
> RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f RewriteCond
> %{DOCUMENT_R
Hello,
I have a Virtual host that utilizes mod rewrite in the following manner
...
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-d
RewriteRule ^(.*) /notfound.php?%{QUERY_STRING}
i.e. missing documents are passe
] AuthType, Content hashing for LDAP
On Fri, 5 Dec 2008 17:28:17 +0200
"Johnny Edge" <[EMAIL PROTECTED]> wrote:
> Everything is fine and works as expected, however I much prefer to
> have the 'Authorization: Basic YXBhY2hldXNlcjphcGFjaGVwYXNz' header
> encrypted
EMAIL PROTECTED] AuthType, Content hashing for LDAP
On Fri, 5 Dec 2008 17:28:17 +0200
"Johnny Edge" <[EMAIL PROTECTED]> wrote:
> Everything is fine and works as expected, however I much prefer to
> have the 'Authorization: Basic YXBhY2hldXNlcjphcGFjaGVwYXNz' header
&
Hi folks,
I have a simple mod_authnz_ldap setup which grants access to a valid Domain
User to the u1 location.
AuthType Basic
AuthBasicProvider ldap
AuthzLDAPAuthoritative off
AuthUserFile /dev/null
AuthLDAPBindDN "ADC\\apacheuser"
AuthLDAPBindPassword apachepass
AuthLDAP