og., 2013.eko otsren 07a 14:43(e)an, Óscar Frías Barranco(e)k idatzi zuen:
>
> I just added these lines to Apache under the corresponding virtualhost.
>   Maybe I have to add something else for the static files?
>
> ProxyPass / http://localhost:8000/
> ProxyPassReverse / http://localhost:8000/
>

Yes, as I mentioned on the previous message, you need to have your web 
server serve them. In a Apache VirtualHost configuration you can add 
something like this:

     Alias /assets /path/to/src/pootle/assets
     <Directory "/path/to/src/pootle/assets/">
         Order deny,allow
         Allow from all
     </Directory>

Where /path/to/src/ is the path where your git clone resides.

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Translate-pootle mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/translate-pootle

Reply via email to