Re: [EMAIL PROTECTED] redirect and rewriting puzzle

2006-10-03 Thread Dan Buettner
Thanks Joshua. Worked out great. Dan Joshua Slive wrote: On 10/2/06, Dan Buettner <[EMAIL PROTECTED]> wrote: Launched a new site last week, built on Rails, Apache and mongrel. Now have collected a number of 404 errors from the logs, and wish to redirect them to the appropriate page in

[EMAIL PROTECTED] redirect and rewriting puzzle

2006-10-02 Thread Dan Buettner
http://www.site.com/calendar What I'd like is to be able to do something aking to this: RewriteCond ^(.*)$ $1!mapped:general_url_redirect.txt Suggestions welcomed. Thanks, Dan -- Dan Buettner - The official User-To-Us

Re: [EMAIL PROTECTED] Difficulty with LDAP / AD group authentication using mod_auth_ldap from muquit.com

2006-07-18 Thread Dan Buettner
FYI to everyone - I found the solution, which was a missing directive in the httpd.conf file Directory section - "Group_Attr", which (in my case at least) needs to be set to "member". Dan Dan Buettner wrote: I'd posted previously about some problems getting LDAP / A

[EMAIL PROTECTED] Difficulty with LDAP / AD group authentication using mod_auth_ldap from muquit.com

2006-07-11 Thread Dan Buettner
ave groups working? If so, would you mind posting or sending me a sample of a protected dir from your httpd.conf file? Thanks, Dan -- Dan Buettner - The official User-To-User support forum of the Apache HTTP Server Project

Re: [EMAIL PROTECTED] Apache 2.0.55 on Win2003 crashes when attempting LDAP auth against AD

2006-06-28 Thread Dan Buettner
were in the SDK LIB folder in the Apache modules folder. Lisa -Original Message- From: Dan Buettner [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 10:28 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache 2.0.55 on Win2003 crashes when attempting LDAP auth aga

Re: [EMAIL PROTECTED] Apache 2.0.55 on Win2003 crashes when attempting LDAP auth against AD

2006-06-21 Thread Dan Buettner
using the ldap module from http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap.html version 3.07. It connects to active directory just fine. Lisa -Original Message----- From: Dan Buettner [mailto:[EMAIL PROTECTED] Sent: Monday, June 19, 2006 7:04 AM To: users@httpd.apache.o

Re: [EMAIL PROTECTED] Apache 2.0.55 on Win2003 crashes when attempting LDAP auth against AD

2006-06-19 Thread Dan Buettner
Thanks William - we use some 3rd party modules like php, python, subversion. Not all of these are available as binaries for Windows & Apache 2.2.2 yet. Anything else we might be able to do with 2.0.x ? Dan William A. Rowe, Jr. wrote: Dan Buettner wrote: I've got a Windows 20

[EMAIL PROTECTED] Apache 2.0.55 on Win2003 crashes when attempting LDAP auth against AD

2006-06-15 Thread Dan Buettner
I've been through Google and the online docs and release notes today, and can't figure out how to solve this one. I've got a Windows 2003 Server running Apache 2.0.55 and Active Directory. I am attempting to to use Apache's mod_auth_ldap to control access on a per-directory basis with .htaccess