From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1942 Path: news.gmane.org!not-for-mail From: Gregor Richards Newsgroups: gmane.linux.lib.musl.general Subject: Re: musl 0.9.5 release and new website Date: Sat, 15 Sep 2012 21:03:36 -0700 Message-ID: <50554F98.60602@purdue.edu> References: <20120915081227.GD27715@brightrain.aerifal.cx> <20120915135340.GI9428@port70.net> <50548B11.7060300@gentoo.org> <20120916033509.GC254@brightrain.aerifal.cx> <5B8EB668-52F8-4D4D-A330-920C55AC09A4@fknsrs.biz> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1347768357 17727 80.91.229.3 (16 Sep 2012 04:05:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Sep 2012 04:05:57 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1943-gllmg-musl=m.gmane.org@lists.openwall.com Sun Sep 16 06:06:01 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1TD67H-0007jv-Ng for gllmg-musl@plane.gmane.org; Sun, 16 Sep 2012 06:05:55 +0200 Original-Received: (qmail 18196 invoked by uid 550); 16 Sep 2012 04:05:51 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 18188 invoked from network); 16 Sep 2012 04:05:51 -0000 User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 In-Reply-To: <5B8EB668-52F8-4D4D-A330-920C55AC09A4@fknsrs.biz> X-PMX-Version: 5.5.9.388399 X-PerlMx-Virus-Scanned: Yes Xref: news.gmane.org gmane.linux.lib.musl.general:1942 Archived-At: On 09/15/2012 08:48 PM, Conrad Pankoff wrote: > On 16/09/2012, at 1:35 PM, Rich Felker wrote: > >> On Sat, Sep 15, 2012 at 04:05:05PM +0200, Luca Barbato wrote: >>> On 09/15/2012 03:53 PM, Szabolcs Nagy wrote: >>>> i would http redirect the non 'www.' prefixed host >>>> to the 'www.' prefixed one >>> please do the opposite, cargo culting www is terrible. >> I disagree on this one. If the domain _IS_ a website (think >> facebook.com, etc.) then I agree it's perfectly reasonable, and >> probably aesthetically nicer, to have the base domain without www be >> the primary name for the website. But if the domain corresponds to >> some project, organization, brand, product, etc. that's not a website >> itself, then www.[whatever].[tld] serves to identify it as "the >> _webserver_ for [whatever]", alongside other possible servers like the >> git server, the ftp server, etc. The idea of using different domain >> names for each of them is that you can transparently move them to >> different machines without breaking urls. >> >> Using a redirecting webserver on the base domain name doesn't really >> conflict with this principle since it's not something that would need >> to be moved; it's a very low-load service that's only hit when someone >> lazy types the url by hand... >> >> Rich > There's also a few technical specifics that having www (or some other second level part) can help with. > > If you have HTTP authentication (think basic auth) or you're using cookies, you should be using www or something. This is because both of these mechanisms apply to the domain where they were initiated and anything below. If you initiate basic auth on www.example.com, it'll be sent automatically when you go to www.example.com, 1.www.example.com, etc. It won't, however, be sent to example.com or something-else.example.com. Same deal with cookies. > > Regards, > Conrad > > > May I redirect our friends who would like to argue forever over the presence or lack of www. to one of my older projects, http://www.www.extra-www.org/ . With valediction, - Gregor Richards