Okay, there's your problem. The Alias /static should, in your case, be
Alias /reviews/static.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com



On Mon, Dec 17, 2012 at 3:07 AM, Lee Laborczfalvi <labor...@gmail.com>wrote:

> Here is my apache config:
>
> <VirtualHost *:80>
>         ServerName mobile-dev
>         DocumentRoot "/var/www/mobile.reviews/htdocs"
>
>         # Error handlers
>         ErrorDocument 500 /errordocs/500.html
>
>         WSGIPassAuthorization On
>         WSGIScriptAlias "/reviews"
> "/var/www/mobile.reviews/htdocs/reviewboard.wsgi/reviews"
>
>         <Directory "/var/www/mobile.reviews/htdocs">
>                 AllowOverride All
>                 Options -Indexes FollowSymLinks
>                 Allow from all
>         </Directory>
>
>         # Alias static media requests to filesystem
>         Alias /reviews/media "/var/www/mobile.reviews/htdocs/media"
>         Alias /reviews/errordocs "/var/www/mobile.reviews/htdocs/errordocs"
>         Alias /reviews/favicon.ico
> "/var/www/mobile.reviews/htdocs/media/rbcommons/images/favicon.png"
>         Alias /static "/var/www/mobile.reviews/htdocs/static"
>
> </VirtualHost>
> ~
>
> On Monday, December 17, 2012 11:58:35 AM UTC+1, Lee Laborczfalvi wrote:
>>
>> Hi Christian thanks for your reply - regarding the /static directive
>> where can I read about that?
>>
>> thanks
>> Lee
>>
>> On Monday, December 17, 2012 11:35:13 AM UTC+1, Christian Hammond wrote:
>>>
>>> Hi Lee,
>>>
>>> Did you follow the steps to include the directive for /static/ on your
>>> site? Can you show me your Apache configuration for the site, and also one
>>> of the URLs it's trying to access in the page?
>>>
>>> Christian
>>>
>>> --
>>> Christian Hammond - chi...@chipx86.com
>>> Review Board - http://www.reviewboard.org
>>> VMware, Inc. - http://www.vmware.com
>>>
>>>
>>>
>>> On Mon, Dec 17, 2012 at 2:33 AM, Lee Laborczfalvi <labo...@gmail.com>wrote:
>>>
>>>> I just did an upgrade from 1.6.14 to 1.7 and no styles are present.
>>>> Only text is being shown and none of the styles are being applied.
>>>>
>>>> I followed the steps on upgrading the reviewboard installation and then
>>>> upgrading the site, restarted apache2, mysql and memcached yet the styles
>>>> are not being applied - any tips?
>>>>
>>>> --
>>>> Want to help the Review Board project? Donate today at
>>>> http://www.reviewboard.org/**donate/<http://www.reviewboard.org/donate/>
>>>> Happy user? Let us know at 
>>>> http://www.reviewboard.org/**users/<http://www.reviewboard.org/users/>
>>>> -~----------~----~----~----~--**----~----~------~--~---
>>>> To unsubscribe from this group, send email to
>>>> reviewboard...@googlegroups.**com
>>>> For more options, visit this group at http://groups.google.com/**
>>>> group/reviewboard?hl=en<http://groups.google.com/group/reviewboard?hl=en>
>>>>
>>>>
>>>>
>>>
>>>  --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~----------~----~----~----~------~----~------~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>
>
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Reply via email to