[Ur] howto serve arbitrary files (PDF/ icons), and more

2010-11-05 Thread Marc Weber
1) Which is the ur way to serve arbitrary files such as content-type application/pdf ? The PDF files could be - generated on the fly (eg by running latex, lout, ...) - read from a file? Eg adding allow url css/* to the configuration file a link to css/css.css complied. Status is still 404

Re: [Ur] howto serve arbitrary files (PDF/ icons), and more

2010-11-05 Thread Adam Chlipala
Marc Weber wrote: 1) Which is the ur way to serve arbitrary files such as content-type application/pdf ? That would be the function [Basis.returnBlob]. Eg adding allow url css/* to the configuration file a link to css/css.css complied. Status is still 404 (not found) I also