Re: [EMAIL PROTECTED] Unsubscribe [EMAIL PROTECTED]

2006-09-15 Thread Covington, Chris
On Fri, Sep 15, 2006 at 02:43:35PM -0700, Evan Platt wrote: > At 02:36 PM 9/15/2006, you wrote: > >Unsubscribe [EMAIL PROTECTED] > > As the bottom of every message says: > > To unsubscribe, e-mail: [EMAIL PROTECTED] The classic blunder, my apologies! --- Chris Covington IT Plus One Health Mana

[EMAIL PROTECTED] Unsubscribe [EMAIL PROTECTED]

2006-09-15 Thread Covington, Chris
Unsubscribe [EMAIL PROTECTED] --- Chris Covington IT Plus One Health Management 75 Maiden Lane Suite 801 NY, NY 10038 646-312-6269 http://www.plusoneactive.com - The official User-To-User support forum of the Apache HTTP Server P

[EMAIL PROTECTED] multiple authentication methods

2006-04-17 Thread Covington, Chris
Hi all, Is is possible to define multiple authentication methods based on client IP address / network? For instance: Client from 10.40.18.0, use AuthNTLM. Client from anywhere else, use AuthLDAP. If not directly possible, is it possible to do something with mod_rewrite to achieve this function

[EMAIL PROTECTED] different auth depending on client network

2006-04-14 Thread Covington, Chris
Hi all, I have Request Tracker setup to use AuthLDAP and I'd like it to use NTLM for certain internal networks. Is this possible? thanks --- Chris Covington IT Plus One Health Management 75 Maiden Lane Suite 801 NY, NY 10038 646-312-6269 http://www.plusoneactive.com ---

RE: [EMAIL PROTECTED] mod_proxy_html doesn't rewrite as commanded

2006-01-23 Thread Covington, Chris
Woops, that's www.umich.edu/~malth/gaptuning/apache. -Original Message- From: Covington, Chris [mailto:[EMAIL PROTECTED] Sent: Mon Jan 23 08:54:36 2006 To: users@httpd.apache.org Subject:RE: [EMAIL PROTECTED] mod_proxy_html doesn't rewrite as commanded

RE: [EMAIL PROTECTED] mod_proxy_html doesn't rewrite as commanded

2006-01-23 Thread Covington, Chris
As for the original problem you're trying to solve, if you turn ProxyPreserveHost Off and you add hostname.example.com (the DNS name of the reverse proxy host itself) with IP 10.11.12.13 (the IP of the Exchange server) to your /etc/hosts on the reverse proxy, you won't need to bother with mod_p

Re: [EMAIL PROTECTED] Todd W Stephens is out of the office.

2005-10-19 Thread Covington, Chris
> From: Todd W Stephens [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 18, 2005 1:52 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Todd W Stephens is out of the office. > > I will be out of the office starting 10/18/2005 and will not return until 10/21/2005. > I will respond to

Re: [EMAIL PROTECTED] mod_log_forensic compile error

2005-10-12 Thread Covington, Chris
> FATAL: can't create .libs/mod_log_forensic.o: Permission denied It looks like a permission problem. --- Chris Covington IT Plus One Health Management 75 Maiden Lane Suite 801 NY, NY 10038 646-312-6269 http://www.plusoneactive.com ---

Re: [EMAIL PROTECTED] % mod_proxy URL issue

2005-09-30 Thread Covington, Chris
Thanks ascs, This works perfectly: #OWA % character in email subject fix RewriteEngine On RewriteMap percentsubject int:escape RewriteCond $1 ^/exchange/.*\%.*$ RewriteRule (/exchange/.*) ${percentsubject:$1} [P] I've added it to: http://www-personal.umich.edu/~malth/gaptuning/apache/ --- Chr

[EMAIL PROTECTED] % mod_proxy URL issue

2005-09-29 Thread Covington, Chris
Is it possible to have a mod_rewrite rule which will rewrite a % with a %25? Below is a hack for Outlook Web Access which, when reverse-proxied, apache2 chokes on when a % is in a subject of an email (and thus in the URL) unless the following is done. Chris Insert this right before your "front-e

Re: [EMAIL PROTECTED] Apache reverse proxy slow

2005-09-06 Thread Covington, Chris
> Soin other words, slowness happened ONLY if I use > ApacheReverseProxy->CSM/SSLM->Tomcat Don't use Cisco CSM/SSLM or open a support case with Cisco. --- Chris Covington IT Plus One Health Management 75 Maiden Lane Suite 801 NY, NY 10038 646-312-6269 http://www.plusoneactive.com ---