Re: [us...@httpd] [SOLVED] SSL Client Authentication Problem

2011-01-06 Thread Alan Brown
- Original Message - From: "Igor Galić" To: Sent: Tuesday, January 04, 2011 1:30 PM Subject: Re: [us...@httpd] SSL Client Authentication Problem - "Alan Brown" wrote: Hi all, I am working in a test environment with Apache v2.2.14 on XP Pro SP3 and I have experienced difficu

RE: [users@httpd] Apache RewriteEngine

2011-01-06 Thread motty.cruz
Hello Igor, I tried your suggestion but did not because I want people to view files in /wp-content/media/ only if they have a cookie( if they login). The suggested RedirectMatch ^/wp-content/media/ /<-- won't let me see files in /wp-content/media even if I succefully log in. I tried this

RE: [users@httpd] Apache RewriteEngine

2011-01-06 Thread motty.cruz
I have pdf files under /wp-content/media/guides/guide1.pdf In order for users to see those pdf files they have to login we have set up a login page. However if they go directly to www.domain.com/wp-content/media/guides/guide1.pdf Apache should re-direct them to the login page, but it is not re-

Re: [users@httpd] Apache RewriteEngine

2011-01-06 Thread Igor Galić
- "Eric Covener" wrote: > On Thu, Jan 6, 2011 at 10:40 AM, motty.cruz > wrote: > > Hello, > > > > I have Apache 2.2 installed on FreeBSD 8.1, and would like to > restrict > > content from /wp-content/media to be re-direct to / (root of > directory). Any What exactly does that actualy mean?

Re: [users@httpd] Apache RewriteEngine

2011-01-06 Thread Eric Covener
On Thu, Jan 6, 2011 at 10:40 AM, motty.cruz wrote: > Hello, > > I have Apache 2.2 installed on FreeBSD 8.1, and would like to restrict > content from /wp-content/media to be re-direct to / (root of directory). Any > suggestions, of how to best accomplish that goal? > If you want them all to go di

[users@httpd] Apache RewriteEngine

2011-01-06 Thread motty.cruz
Hello, I have Apache 2.2 installed on FreeBSD 8.1, and would like to restrict content from /wp-content/media to be re-direct to / (root of directory). Any suggestions, of how to best accomplish that goal? Thanks, any help appreciated, -Motty

Re: [users@httpd] Problem with ldap authentication against domino server

2011-01-06 Thread Igor Galić
- "Sebastian Reitenbach" wrote: > Hi, > > I have LDAP authentication working against openldap. But I have to > authenticate against an Lotus Domino Server. > > below the contents of my .htaccess file: Why, Oh, Why are you putting it in .htaccess? > AuthType Basic > AuthBasicProvider lda

Re: [users@httpd] Problem with ldap authentication against domino server

2011-01-06 Thread Eric Covener
> [Thu Jan 06 14:04:28 2011] [debug] mod_authnz_ldap.c(665): [client 127.0.0.1] > [2015] auth_ldap authorise: require user: authorisation failed [Comparison > complete][Insufficient access] I think this means the user you're authenticating as doesn't have the right permissions to run the authoriza

[users@httpd] Problem with ldap authentication against domino server

2011-01-06 Thread Sebastian Reitenbach
Hi, I have LDAP authentication working against openldap. But I have to authenticate against an Lotus Domino Server. below the contents of my .htaccess file: AuthType Basic AuthBasicProvider ldap AuthName "LDAP" #AuthLDAPURL "ldap://openldapserver:389/ou=people,dc=intern"; AuthLDAPURL "ldap://do