Re: Unable to get any images and .css files are not loaded

2009-04-07 Thread Chuck
On Apr 6, 5:25 pm, kmw wrote: ... > Figured it out: my url.rewrite rules were wrong, try this in the > lighttpd.conf, it should work > >     alias.url = ( >         "/media" => "/opt/reviewboard/var/www/localhost/htdocs/media", >         "/errordocs" => "/opt/reviewboard/var/www/localhost/htdocs/

Re: Unable to get any images and .css files are not loaded

2009-04-06 Thread Christian Hammond
Yeah, please do file a bug. It'll help us track it and I'll work on a fix for the next beta. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Mon, Apr 6, 2009 at 5:25 PM, kmw wrote: > > On Apr 6, 5:12 pm,

Re: Unable to get any images and .css files are not loaded

2009-04-06 Thread kmw
On Apr 6, 5:12 pm, kmw wrote: > On Apr 6, 4:12 pm, Christian Hammond wrote: > > > It looks very possible that generated lighttpd config files have broken > > subdir install support. > > > Try also updating the paths in your alias.url section for for media and > > errordocs. > > > Christian > > H

Re: Unable to get any images and .css files are not loaded

2009-04-06 Thread kmw
On Apr 6, 4:12 pm, Christian Hammond wrote: > It looks very possible that generated lighttpd config files have broken > subdir install support. > > Try also updating the paths in your alias.url section for for media and > errordocs. > > Christian > Hi, I seem have this problem as well, after mo

Re: Unable to get any images and .css files are not loaded

2009-04-06 Thread Christian Hammond
It looks very possible that generated lighttpd config files have broken subdir install support. Try also updating the paths in your alias.url section for for media and errordocs. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http:

Re: Unable to get any images and .css files are not loaded

2009-04-06 Thread Chuck
Thanks for the suggestion, but it still isn't quite working. The error is different, though 10.x.x.x www.example.com - [06/Apr/2009:16:00:41 -0700] "GET /reviews/ media/ HTTP/1.1" 404 345 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.8) Gecko/2009032711 Ubuntu/8.10 (intrepid) Firefox/3.0.

Re: Unable to get any images and .css files are not loaded

2009-04-03 Thread Christian Hammond
You need to update your lighttpd configuration to change: "^(/media/.*)$" => "$1", to: "^(/reviews/media/.*)$" => "$1", Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Fri, Apr 3, 2009 at 1

Re: Unable to get any images and .css files are not loaded

2009-04-03 Thread Chuck
I'm going to "me too" this problem, but using lighttpd. The machine is running Ubuntu 8.04 with a default lighttpd installation and configuration file. [660] egrep -v '^(#|$)' /etc/lighttpd/lighttpd.conf server.modules = ( "mod_access", "mod_alias",

Re: Unable to get any images and .css files are not loaded

2009-03-26 Thread Dev
I tried to login using http://yoursite/reviewboard/media/ it gives me Index of / * djblets/ * admin/ * ext/ * rb/ * firebug/ * uploaded/ On Mar 26, 11:17 am, Christian Hammond wrote: > The Apache config file is the key thing though. It defines where the media > path

Re: Unable to get any images and .css files are not loaded

2009-03-25 Thread Christian Hammond
The Apache config file is the key thing though. It defines where the media paths are. The problem you're having is most likely just your configuration aliasing your /media directory to the wrong place. Try going to http://yoursite/reviewboard/media/ in your browser and looking at the Apache log fi

Re: Unable to get any images and .css files are not loaded

2009-03-25 Thread Dev
Hi Christian sorry for the mess happened. Below i have pasted setting.py and settings_local.py file. FYI : I have installed Reviewboard 1.0 and starting my reviewboard server in the path "/usr/lib/python2.4/site-packages/ ReviewBoard-1.0alpha2-py2.4.egg/reviewboard/" using ./manage.py runserver *

Re: Unable to get any images and .css files are not loaded

2009-03-23 Thread Christian Hammond
I didn't see the Apache file and settings_local.py file that was requested. Perhaps I missed the e-mail, but gmail's not showing anything from you that I can find. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com

Re: Unable to get any images and .css files are not loaded

2009-03-23 Thread Dev
Hi just a reminder ..I am awaiting for reply .. On Mar 19, 4:46 pm, Dev wrote: > Hi, > > I amunableto seeanyimagesand .cssfilesarenotloaded.In log > file it shows '404Notfound' .But media directory available inside > reviewboard directory. > > Pl help me in this regard. > > Awaiting for reply. >

Re: Unable to get any images and .css files are not loaded

2009-03-19 Thread Christian Hammond
Sounds like your Apache/lighttpd configuration isn't correct. Can you paste it and tell us where the site directory is on your filesystem? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Thu, Mar 19, 2009 a