Hmm... With the addition of calendar (ics) files I noticed a changed behaviour in the Apache on www.debian.org. When I view the .../events/ page with lynx or w3m and try to follow one of the events links, the calendar file is displayed instead of the rendered HTML file.
The problem is that lynx requests the URI with Accept: text/html, text/plain, [..], text/* Apache apparently prefers to deliver text/calendar (hence, the ics file) over text/html and so lynx (or w3m for that matter). In w3m this can easily be fixed by editing the .w3m/config file via accept_media text/html;q=1.0, text/*;q=0.5, [..] In lynx this seems to be a bit difficult... However, this problem would best be fixed on the webserver itself. The problem is that the only way we (I already asked some friends) found to order the mime types seems to be the creation of type-maps for all affected files, i.e. all > 200 files within the .../events/ directory. The way how type-maps look like is described here: http://httpd.apache.org/docs/1.3/mod/mod_negotiation.html There's even a Perl script that takes care of their generation: http://freshmeat.net/projects/ctm.pl/ Do you think it's feasable to create type-map files for all event files within the .../events/ directory? If not, do you see a different approach to fix this problem? Regards, Joey -- Still can't talk about what I can't talk about. Sorry. -- Bruce Schneier Please always Cc to me when replying to me on the lists. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]