RE: [us...@httpd] mod rewrite issue

2009-03-19 Thread Johnny Edge
, 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

[us...@httpd] mod rewrite issue

2009-03-18 Thread Johnny Edge
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

RE: [EMAIL PROTECTED] AuthType, Content hashing for LDAP

2008-12-05 Thread Johnny Edge
] 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

RE: [EMAIL PROTECTED] AuthType, Content hashing for LDAP

2008-12-05 Thread Johnny Edge
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 &

[EMAIL PROTECTED] AuthType, Content hashing for LDAP

2008-12-05 Thread Johnny Edge
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