[users@httpd] Problem loading images from Apache 2.0.54

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux