Can you privately e-mail me your Apache config file and your
conf/settings_local.py file (in your site tree)?

Christian

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


On Thu, Mar 19, 2009 at 4:34 PM, laurent.dufrec...@gmail.com <
laurent.dufrec...@gmail.com> wrote:

>
> sorry... I've missed something else...
> Now I can log to the webpage server but the "skin" is blank ("raw")
> I suspect a problem with media?
>
> so here are some info:
> laur...@dev:/var/www/reviews/htdocs$ ls -l
> total 8
> lrwxrwxrwx 1 root root   93 2009-03-19 23:16 errordocs
> drwxr-xr-x 3 root root 4096 2009-03-19 23:16 media
>
> (i've run sudo chown -R www-data:www-data db htdocs/media/uploaded)
>
> Goind into admin mode media url is:
> /reviews/htdocs/media/
> (was /media/ before but it changes nothing... :( )
>
> and:
>        # Serve static media without running it through mod_python
>        # (overrides the above)
>        <Location "/media">
>                SetHandler None
>        </Location>
>        <Location "/errordocs">
>                SetHandler None
>        </Location>
>
>        <Directory "/var/www/reviews/htdocs">
>                AllowOverride All
>        </Directory>
>
>        # Alias static media requests to filesystem
>        Alias /media /var/www/reviews/htdocs/media
>        Alias /errordocs /var/www/reviews/htdocs/errordocs
> </VirtualHost>
>
> Any idea?
>
> Laurent
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
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