Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 11101 invoked from network); 17 Jul 2007 03:00:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jul 2007 03:00:44 -0000 Received: (qmail 99909 invoked by uid 500); 17 Jul 2007 02:49:09 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 99889 invoked by uid 500); 17 Jul 2007 02:49:09 -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 99875 invoked by uid 99); 17 Jul 2007 02:49:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2007 19:49:09 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jslive@gmail.com designates 64.233.162.226 as permitted sender) Received: from [64.233.162.226] (HELO nz-out-0506.google.com) (64.233.162.226) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2007 19:49:06 -0700 Received: by nz-out-0506.google.com with SMTP id l1so1005202nzf for ; Mon, 16 Jul 2007 19:48:39 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=IIFkTUB+9QECm7jsbDW8m2ds/L0Ac6XCA1kiIFAd01YKiDYtPn4URLZi1qVIJbeKrog5mC2ha5Zo9OxxUS8KmOCQpDFfzDfJuE6yIN0MvMFkpolvhOaI3/yf+9crc5ERUjPUhB+M5gCeALcT/epFr6V4n5tzoAWNndsp/nmF4vc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=oBEz/NxVNd57U49BfbeJImsdjyhrkbHwTeRVvc5MwawOWB4BBF1Te3ZTpsroYi3FfWGj9XPEnUU5l0XDFbL0syoIbIyuK2x7zozxALyqFTFp8Y650rZ46fgz8D5aOGF/nwgnq3D22Pmxz2E6faIH+pIHVHOcZ9Hu6hwYHJ5zJlE= Received: by 10.115.60.1 with SMTP id n1mr4733247wak.1184640519011; Mon, 16 Jul 2007 19:48:39 -0700 (PDT) Received: by 10.114.53.5 with HTTP; Mon, 16 Jul 2007 19:48:38 -0700 (PDT) Message-ID: Date: Mon, 16 Jul 2007 22:48:38 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: <568e62a40707161942k545848f5nf1755e88419d0842@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <568e62a40707161834q6f6e8d95g44c2b5f4e2da4228@mail.gmail.com> <568e62a40707161942k545848f5nf1755e88419d0842@mail.gmail.com> X-Google-Sender-Auth: 6c59a8302e150ff7 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] How can I setup URL path and directory mapping in apache On 7/16/07, ying lcs wrote: > Thanks. I tried by adding this in my apache2.conf: > > ScriptAliasMatch ^/v/(.+) /usr/local/movies/$1 > > > and when i hit http://localhost/v/sample_100kbit.mov, i get this error message: > > The server encountered an internal error or misconfiguration and was > unable to complete your request. > > Please contact the server administrator, webmaster@localhost and > inform them of the time the error occurred, and anything you might > have done that may have caused the error. > > More information about this error may be available in the server error log. Note the last line. What does the error log say? And is that .mov file really a CGI script? If not, why are you using ScriptAliasMatch rather than AliasMatch? Joshua. --------------------------------------------------------------------- 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