Adding Mime-type for Adobe AIR Packages on Ubuntu
The reason that apache doesn't already know about it is that the Adobe AIR format has only just been released.
To fix up a Ubuntu server all you need to do is add the following line to the /etc/mime.types file:
Then restart apache with:
All done. I'm sure that the mime type will be included going forward so this won't be a problem.




thanks