Tristan Colson wrote: >When I try to invoke our Mailman installation in a browser (Firefox, >although it doesn't work in IE either), via our corporate VPN >(Netscreen-Remote on Windows XP), instead of displaying the page in the >browser, it attempts to download a file. > I see the message: >------------------------------------- >You have chosen to open > >which is a: application/x-httpd-php >from: http://mailman.ourcompany.com > >What should Firefox do with this file? >-------------------------------------- >(Note: the filename above is blank) > >Mailman works fine from directly within our network, it just doesn't >work when I am using the VPN. I imagine it has more to do with the VPN >than with Mailman, but so far Mailman is the only web application that >behaves in this fashion, so I am looking for clues as to what might be >causing this behaviour. Seems like some kind of weird MIME-type bug, but >I'm not sure what (other PHP applications behave fine within our VPN). > >Would appreciate any clues...
I don't know why this would happen with Mailman only, and it does seem like a VPN issue or a VPN/web server integration issue. All Mailman pages except for public archives are served by CGI scripts (which may account for the lack of filename) and they all begin with a Content-Type: text/html; charset=xxx header where 'xxx' is the character set associated with the language of the page. PHP should not be involved at all. Certainly, the application/x-httpd-php content type does not come from Mailman. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp