Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 62237 invoked by uid 500); 12 Apr 2003 01:00:28 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 62224 invoked from network); 12 Apr 2003 01:00:28 -0000 Received: from spitfire.velocet.net (216.138.223.227) by daedalus.apache.org with SMTP; 12 Apr 2003 01:00:28 -0000 Received: from mail.gej-it.com (gej-it.com [216.138.220.213]) by spitfire.velocet.net (Postfix) with ESMTP id 5EFC74B7FD9 for ; Fri, 11 Apr 2003 21:00:35 -0400 (EDT) Received: from jeff ([216.138.220.213]) by gej-it.com ([216.138.220.213]) with SMTP (MDaemon.PRO.v6.7.7.R) for ; Fri, 11 Apr 2003 21:00:31 -0400 From: "Jeff Cohen" To: "Apache Group" Date: Fri, 11 Apr 2003 21:00:14 -0400 Message-ID: <000001c3008e$e167ad10$0400a8c0@gejit.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Lookup-Warning: EHLO lookup on jeff does not match 216.138.220.213 X-MDRemoteIP: 216.138.220.213 X-Return-Path: lists@gej-it.com X-MDaemon-Deliver-To: users@httpd.apache.org X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] Non-Proxy Directory Hi All, I need to have the following example: http://mydomain.com - will be proxy to an internal IIS server. http://mydomain.com/folder/ - will NOT be proxied and will be processed by the Apache web server. The folder is a physical sub-directory under the root folder. The current config that I have is: ServerAdmin admin@mydomain.com DocumentRoot /root/directory/for/files ServerName files.mydomain.com ServerAlias files.* ProxyPass / http://192.168.15.87:8010/ (or ) *here I'm missing something* (or ) Thanks, Jeff Cohen P.S. I know Joshua will suggest to go on ReWrite :) --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org