4 messages in ru.sysoev.nginxWrong mime type for xml feed?
FromSent OnAttachments
Ezra ZygmuntowiczSep 26, 2006 9:26 am 
Igor SysoevSep 26, 2006 1:18 pm 
Ezra ZygmuntowiczSep 26, 2006 1:34 pm 
Igor SysoevSep 26, 2006 1:40 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Wrong mime type for xml feed?Actions...
From:Ezra Zygmuntowicz (ezmo@public.gmane.org)
Date:Sep 26, 2006 9:26:48 am
List:ru.sysoev.nginx

Hey there Guys!

My first post to the nginx list. I have to say that I am totally in love with nginx. We just launched a new rails only clustered hosting company call http://engineyard.com . We are using hardware load balancers, nginx and mongrel_cluster as the base of our whole system. So thank you very much for nginx! It is a core part of our new business and it has been very easy to work with and has very good performance and memory footprint characteristics.

Now my question.. I am having an issue that I can't seem to figure out. My .xml atom feeds are being served as text/plain. Here is a curl:

ez ez $ curl -I http://mephistoblog.com/feed/atom.xml HTTP/1.1 200 OK Server: nginx/0.4.0 Date: Tue, 26 Sep 2006 16:22:13 GMT Content-Type: text/plain; charset=ISO-8859-1 Connection: keep-alive ETag: "45193b37-88b9-7401b" Last-Modified: Tue, 26 Sep 2006 14:37:43 GMT Content-Length: 35001

THe conf file is fairly complicated with a bunch of rewrites so I am sure it is my fault that it is not working. Could anyone shed some light on this for me? Here is the conf file:

http://pastie.caboo.se/13599

I really appreciate any help I could get for this issue. Thanks again.

Cheers- -Ezra