Re: [EMAIL PROTECTED] apache2 SSL passphrase

2005-10-03 Thread Bhavin Modi
http://www.faqs.org/docs/Linux-HOWTO/Apache-WebDAV-LDAP-HOWTO.html#AEN488   Hope this helps.   ./Bhavin  On 10/3/05, John <[EMAIL PROTECTED]> wrote: Hi allI have encrypted the private key and every time that i star apache2.0.54 it requires the password. How could i overcome that obstacle?Thanks in

Re: [EMAIL PROTECTED] How to use mod_rewrite with %{REMOTE_USER}

2005-09-30 Thread Bhavin Modi
On 9/29/05, Joshua Slive <[EMAIL PROTECTED]> wrote: On 9/29/05, Bhavin Modi <[EMAIL PROTECTED]> wrote: >RewriteRule ^/users/$ /users/%{REMOTE_USER} [R]> The %{REMOTE_USER} returns a value like> "uid=testuser,ou=people,dc=domain,dc=com", so I need to>

[EMAIL PROTECTED] How to use mod_rewrite with %{REMOTE_USER}

2005-09-29 Thread Bhavin Modi
Hi,   I am trying to setup a webdav server with apache 2.0.46 on Redhat Enterprise Linux 3 where users are authenticated using the module mod_authz_ldap with user information stored in openldap. The problem is that I want an authenticated user to be able to access only his/her directory. There are