Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 94146 invoked from network); 26 Apr 2010 00:49:10 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Apr 2010 00:49:10 -0000 Received: (qmail 37423 invoked by uid 500); 26 Apr 2010 00:49:06 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 37366 invoked by uid 500); 26 Apr 2010 00:49:06 -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 37358 invoked by uid 99); 26 Apr 2010 00:49:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 00:49:06 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mary.y.wang@boeing.com designates 130.76.96.56 as permitted sender) Received: from [130.76.96.56] (HELO stl-smtpout-01.boeing.com) (130.76.96.56) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 00:48:59 +0000 Received: from blv-av-01.boeing.com (blv-av-01.boeing.com [130.247.48.231]) by stl-smtpout-01.ns.cs.boeing.com (8.14.4/8.14.4/8.14.4/SMTPOUT) with ESMTP id o3Q0mbA7013501 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Sun, 25 Apr 2010 19:48:38 -0500 (CDT) Received: from blv-av-01.boeing.com (localhost [127.0.0.1]) by blv-av-01.boeing.com (8.14.4/8.14.4/DOWNSTREAM_RELAY) with ESMTP id o3Q0ma8c009486 for ; Sun, 25 Apr 2010 17:48:36 -0700 (PDT) Received: from XCH-SWHT-04.sw.nos.boeing.com (xch-swht-04.sw.nos.boeing.com [129.172.160.90]) by blv-av-01.boeing.com (8.14.4/8.14.4/UPSTREAM_RELAY) with ESMTP id o3Q0matQ009481 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=OK) for ; Sun, 25 Apr 2010 17:48:36 -0700 (PDT) Received: from XCH-SW-06V.sw.nos.boeing.com ([129.172.197.35]) by XCH-SWHT-04.sw.nos.boeing.com ([129.172.160.90]) with mapi; Sun, 25 Apr 2010 17:48:36 -0700 From: "Wang, Mary Y" To: "users@httpd.apache.org" Date: Sun, 25 Apr 2010 17:48:34 -0700 Thread-Topic: [users@httpd] Alias and HTTP 404 Not Found Error - But the file is THERE! Thread-Index: Acrkh8PU3tH70D2fRgCe0S6vzVr3NAAUiHJA Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: RE: [users@httpd] Alias and HTTP 404 Not Found Error - But the file is THERE! Oops.. I made an error in my email. When the URL goes there "https://downlo= ad-devtest2.ana.bna.boeing.com/test-download/devtest2-1/excel_download_erro= r.bmp".. I got the 404 File Not Found error.=20 Mary -----Original Message----- From: Wang, Mary Y=20 Sent: Sunday, April 25, 2010 7:58 AM To: users@httpd.apache.org Subject: [users@httpd] Alias and HTTP 404 Not Found Error - But the file is= THERE! Hi, I've been struggling with the following problem for two hours already, and = read posts, blogs, lists and Migration docs. People suggested different th= ings. I'm in the process of migrating from Apache 1.3.x to Apache 2.0.46. The co= de listed below in the httpd.conf used to work on Apache 1.3.x, now I recei= ve the HTTP 404 File Not Found Error even though the file is there. Please= note the stuff declared in the conf.d/ssl.conf used to be in conf/httpd.co= nf in Apache 1.3.x. in /etc/httpd/conf httpd.conf ---------------- Alias /test-download/ /usr/test3.1/download/=20 AllowOverride All Order allow,deny Allow from all in /etc/httpd/conf.d/ssl.conf ----------------------------- ServerName download-devtest2.ana.bna.boeing.com When the URL goes there https://download-devtest2.ana.bna.boeing.com/test-d= ownload/devtest2-1/excel_download_error.bmp, I get = the 404 File Not Found error. Even though the file is there. Is there something different about Apache 2.0.46 in the alias area? Any suggestions or hints? Thanks in advance. Mary --------------------------------------------------------------------- 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 --------------------------------------------------------------------- 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