Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 56874 invoked by uid 500); 6 Nov 2002 18:30:45 -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 56824 invoked from network); 6 Nov 2002 18:30:43 -0000 Received: from ns1.sccx.com (199.117.205.101) by daedalus.apache.org with SMTP; 6 Nov 2002 18:30:43 -0000 Received: from ns1.sccx.com (root@localhost) by ns1.sccx.com with ESMTP id gA6IUlE21559 for ; Wed, 6 Nov 2002 11:30:47 -0700 (MST) Received: from puma.lgmt.trdo (puma.scc911.com [172.20.2.32]) by ns1.sccx.com with ESMTP id gA6IUl221553 for ; Wed, 6 Nov 2002 11:30:47 -0700 (MST) Received: from cougar.lgmt.trdo (cougar.scc911.com) by puma.lgmt.trdo (Content Technologies SMTPRS 4.3.1) with ESMTP id for ; Wed, 6 Nov 2002 11:30:46 -0700 Received: by cougar.lgmt.trdo with Internet Mail Service (5.5.2653.19) id ; Wed, 6 Nov 2002 11:28:36 -0700 Message-ID: From: "Barinek, Michael" To: "'users@httpd.apache.org'" Date: Wed, 6 Nov 2002 11:28:30 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] mod_proxy I receive a 403 Access forbidden error when using mod_proxy.c and Apache 2.0.43 Any suggestions? Here is my httpd.conf... ProxyRequests On Order deny,allow Deny from all Allow from localhost ProxyPass /examples/jsp/ http://localhost:8888/examples/jsp/ ProxyPassReverse /examples/jsp/ http://localhost:8888/examples/jsp/ ProxyPass /MSPetShop/ http://localhost:8889/MSPetShop/ ProxyPassReverse /MSPetShop/ http://localhost:8889/MSPetShop/ ProxyVia On --------------------------------------------------------------------- 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