Re: Newbie (possible) css/xhtml oddity..
Zak Johnson <[email protected]> Mon, 28 Jul 2003 21:39:43 -0400
| Newsgroups | gmane.comp.djb.publicfile |
|---|---|
| Message-ID | <[email protected]> |
On 2003-07-28 20:49-0400, Angelica wrote: > Thank you very much, how else can I check what other content-types > publicfile does(not) support? Take a look at filetype.c; only the file types listed there are supported by default. Now that you've got Uwe's patch, you can simply add files to /service/httpd/env named CT_<extension> and containing exactly the Content-Type string you want to serve. Remember you'll have to restart httpd (svc -t /service/httpd) each time you make such a change. -Zak