Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 7915 invoked from network); 16 Sep 2005 10:57:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Sep 2005 10:57:14 -0000 Received: (qmail 8779 invoked by uid 500); 16 Sep 2005 10:57:03 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 8770 invoked by uid 500); 16 Sep 2005 10:57:03 -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 8757 invoked by uid 99); 16 Sep 2005 10:57:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2005 03:57:02 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=HTML_MESSAGE,LOTS_OF_STUFF,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of uzomadu@gmail.com designates 66.249.82.194 as permitted sender) Received: from [66.249.82.194] (HELO xproxy.gmail.com) (66.249.82.194) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Sep 2005 03:57:11 -0700 Received: by xproxy.gmail.com with SMTP id i26so62907wxd for ; Fri, 16 Sep 2005 03:56:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:from:subject:date:to:x-mailer; b=Da532ww/e+H4NjNNWf3b6JOP6hBfKu9rKhiEXtcGtrstWLKJHSEsN41Z9T7tRwSiV3Lyf9BDcg/gIkLYfmciHJ74/OKLq1YCJ1l4+H1Ubei4tPRm5FcRk6PF/+gftKw4A0N5Rks5fZNfifxwn/dqF5jhOMyf0n2iLDudOwCE6Gc= Received: by 10.70.132.19 with SMTP id f19mr83906wxd; Fri, 16 Sep 2005 03:56:59 -0700 (PDT) Received: from ?192.168.1.100? ( [81.98.164.101]) by mx.gmail.com with ESMTP id i13sm585704wxd.2005.09.16.03.56.58; Fri, 16 Sep 2005 03:56:59 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v734) In-Reply-To: <08552AEB-6C5B-4699-9663-40155092AF5F@gmail.com> References: <08552AEB-6C5B-4699-9663-40155092AF5F@gmail.com> Content-Type: multipart/alternative; boundary=Apple-Mail-3-384644938 Message-Id: From: Uzo Madujibeya Date: Fri, 16 Sep 2005 11:56:56 +0100 To: users@httpd.apache.org X-Mailer: Apple Mail (2.734) X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Re: Problem loading images from Apache 2.0.54 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --Apple-Mail-3-384644938 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Ok, so now i'm really confused! I checked the logs for the problem .swf file: 192.168.1.1 - - [16/Sep/2005:11:39:27 +0100] "GET /images/music.swf HTTP/1.1" 200 71840 and as can be seen the file is found, so why is it not being displayed in the browser??? As an additional point I checked the file size of all the other image files which are being loaded on the page and they average around 20KB, while the problem file is 72KB. Is there an issue with ReWrite and the size of files??? regards beya On 16 Sep 2005, at 10:28, Uzo Madujibeya wrote: > Hi Guys, > i'm sure that this is a simple one but i'm stumped by it at the > moment. In my Httpd.conf file I have the following few lines: > > > RewriteRule "^/(.*)\.(gif|jpg|swf|php|m3u|mp3|m4a|html)$" "$0" [L] > > RewriteRule (.index|.register|.confirmStage|.accounts|.login)\.(js| > css|xml|xsl|kont|jx|xsp|svg|zip|zip1|dn|art|dc|odr|trk)$ https://% > {SERVER_NAME}$1.$2 [R,L] > RewriteRule (.*)\.(js|css|xml|xsl|kont|jx|xsp|svg|zip|zip1|dn|art| > dc|odr|trk)$ http://localhost:8080/beyarecords/$1.$2 [P,L] > RewriteRule "^/(.*)" "http://localhost:8080/$1" [P] > ProxyPassReverse / http://localhost:8080/ > > I have 2 servers running on one machine, apache handling the images > and jboss handling cocoon files. The problem is that no files are > being loaded into my web pages if they are being accessed from > apache, and you can see this at www.beyarecords.com (there is a big > white space where a *.swf should be loaded). What am I doing wrong > here?? > > regards > > beya --Apple-Mail-3-384644938 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=US-ASCII Ok,
so now i'm really = confused! I checked the logs for the problem .swf file:

192.168.1.1 - - = [16/Sep/2005:11:39:27 +0100] "GET /images/music.swf HTTP/1.1" 200 = 71840

and as = can be seen the file is found, so why is it not being displayed in the = browser???

As = an additional point I checked the file size of all the other image files = which are being loaded on the page and they average around 20KB, while = the problem file is 72KB. Is there an issue with ReWrite and the size of = files???

regards

beya

= On 16 Sep 2005, at 10:28, Uzo Madujibeya wrote:

Hi = Guys,
i'm sure that this is a simple one but i'm stumped by it at = the moment. In my Httpd.conf file I have the following few = lines:


RewriteRule = "^/(.*)\.(gif|jpg|swf|php|m3u|mp3|m4a|html)$" "$0" = [L]

RewriteRule = (.index|.register|.confirmStage|.accounts|.login)\.(js|css|xml|xsl|kont|jx= |xsp|svg|zip|zip1|dn|art|dc|odr|trk)$ https://%{SERVER_NAME}$1.$2 = [R,L]
RewriteRule = (.*)\.(js|css|xml|xsl|kont|jx|xsp|svg|zip|zip1|dn|art|dc|odr|trk)$ http://localhost:8080/bey= arecords/$1.$2 [P,L]
RewriteRule = "^/(.*)" "http://localhost:8080/$1" = [P]
ProxyPassReverse / http://localhost:8080/

I = have 2 servers running on one machine, apache handling the images and = jboss handling cocoon files. The problem is that no files are being = loaded into my web pages if they are being accessed from apache, and you = can see this at www.beyarecords.com (there is a = big white space where a *.swf should be loaded). What am I doing wrong = here??

regards

beya

= --Apple-Mail-3-384644938--