Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'How to get Apache to serve like this' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
How to get Apache to serve like this
Authored by: David on Mar 21, '03 12:33:29PM

This is \0\0\0\0\0\0\0\0how Apache serves the .dmg files so that this plug-in works.
There is a setting in /etc/http/mime.types. The line is:

application/octet-stream bin dms lha lzh exe class so dll dmg

So, the plug-in basically takes an octet-stream from the server and
then
translates it into a .dmg file. It looks like the plug-in stores the .dmg file
in cache.

---
www.AcornWebDesigns.com
Quality websites for inexpensive prices (Is that an oxymoron?)



[ Reply to This | # ]
How to get Apache to serve like this
Authored by: mech_filter on Mar 22, '03 07:59:06AM

Hmm. Would that have any negative effect for people who didn't have
this plugin installed?



[ Reply to This | # ]