Hi,

I'm sorry but doesn't works for me.

My solution was to transform my pylons (or paste or wsgi?) app into a
composite app (for reference, you can see 'paste deploy'
documentation):

[------ development.ini ------]

[composite:main]
use = egg:Paste#urlmap
/ = all
/download = downloads

[app:all]
...the original/previous app:main content...

[app:downloads]
use = egg:Paste#static
document_root = /var/myapp/public

[------ development.ini ------]

Regards,
Jose F.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to