Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5FAFA10EC8 for ; Wed, 7 Aug 2013 18:13:40 +0000 (UTC) Received: (qmail 63714 invoked by uid 500); 7 Aug 2013 18:13:37 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 63141 invoked by uid 500); 7 Aug 2013 18:13:33 -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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 63133 invoked by uid 99); 7 Aug 2013 18:13:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Aug 2013 18:13:32 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of hfetse@gmail.com designates 209.85.217.195 as permitted sender) Received: from [209.85.217.195] (HELO mail-lb0-f195.google.com) (209.85.217.195) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Aug 2013 18:13:27 +0000 Received: by mail-lb0-f195.google.com with SMTP id v1so483091lbd.6 for ; Wed, 07 Aug 2013 11:13:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=7lM1MRCYQqyzjsczeutM58Y0ra3AjNt7VZ+uL6ZuaKA=; b=F9LwPTl7GoKtppEG5sgjxddF7if7/Kq4ePNGYO0SDsUVcySHbvp3ET1OdCZDZRryRe uk1N+GNZWN8v0NT10fVKmaiJt8PLfCuoHC6wS4SBznR3tn5bbMWudJOg11M5miG6FiYX piNdeJ/CzVRQLSINH0XMZRSq2+RCmWgFigdnmnNSsHnf8jY66cui4wk10gwct6f5oSMO 4PlIxoYcz9uhVuWc2cvq51k2zKAP568gLf9iS6mqC203iWmwoz5kGCb4KTB4jBuZmXDS LJicqHI8Idvwpvz2S1PiUIhvZABTUJwVCgrRPp2p4JBDewsY//WJb/mTEGsApueRuAn+ z4+A== MIME-Version: 1.0 X-Received: by 10.112.11.20 with SMTP id m20mr719600lbb.56.1375899186987; Wed, 07 Aug 2013 11:13:06 -0700 (PDT) Received: by 10.112.35.197 with HTTP; Wed, 7 Aug 2013 11:13:06 -0700 (PDT) Date: Wed, 7 Aug 2013 12:13:06 -0600 Message-ID: From: eric tse To: users@httpd.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] mod_proxy does not load images Hello, I am configuring mod_proxy proxyPass /wur http://serverA.com:80/ It does load the page when I access proxyserver.com/wur get 200 for /wur and get 404 for images The rule only matches /wur not the content within /wur attached the access logs 142.229.90.133 - - [07/Aug/2013:11:03:34 -0600] "GET /wur HTTP/1.1" 200 594 142.229.90.133 - - [07/Aug/2013:11:03:34 -0600] "GET /welcome.png HTTP/1.1" 404 209 142.229.90.133 - - [07/Aug/2013:11:03:34 -0600] "GET /favicon.ico HTTP/1.1" 404 209 Can you please help? Thanks and regards, Eric --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org