<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with web and server</title>
      <link>http://ask.metafilter.com/tags/web+server</link>
      <description>Questions tagged with 'web' and 'server' at Ask MetaFilter.</description>
	  <pubDate>Thu, 01 Oct 2009 07:03:04 -0800</pubDate> <lastBuildDate>Thu, 01 Oct 2009 07:03:04 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Researching website options</title>
	<link>http://ask.metafilter.com/134306/Researching%2Dwebsite%2Doptions</link>	
	<description>Researching options for all things website: hosting, domain name registration and DNS. 
Can you help me narrow it down? Hello Mefites, this is my first ask.mefi question.  I&apos;m writing a report for a &apos;professional writing&apos; course.  We will be assessed on the quality of the writing, not the content. &lt;br&gt;
&lt;br&gt;
Scenario: you say &quot;I would like a website for my small company.&quot;  &lt;br&gt;
I say: &quot;Well, you need content (I have this covered), a domain name, and hosting.&quot; &lt;br&gt;
&lt;br&gt;
What do I say next?  I know I can google web hosting providers, but there are lots! What are the good and/or popular companies out there? &lt;br&gt;
&lt;br&gt;
I have on the list already: GoDaddy (my own domain bought through them, looking to change.) &lt;br&gt;
nearlyfreespeech.net &lt;br&gt;
mediatemple&lt;br&gt;
&lt;br&gt;
These are companies I&apos;ve seen mentioned on my journeys around the web, but I&apos;d like more recommendations please.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.134306</guid>
	<pubDate>Thu, 01 Oct 2009 07:03:04 -0800</pubDate>
	<category>domain</category>
	<category>domainnameservice</category>
	<category>hosting</category>
	<category>registrar</category>
	<category>resolved</category>
	<category>server</category>
	<category>web</category>
	<category>website</category>
	<dc:creator>titanium_geek</dc:creator>
	</item>
	<item>
	<title>Help me create an RSS feed from a site updated daily</title>
	<link>http://ask.metafilter.com/130302/Help%2Dme%2Dcreate%2Dan%2DRSS%2Dfeed%2Dfrom%2Da%2Dsite%2Dupdated%2Ddaily</link>	
	<description>How can I create an RSS feed from a wordpress site that doesn&apos;t add new posts, only updates the SAME post every day? Please direct me to online tools I can utilize based on specifics below. Specifics:&lt;br&gt;
1. The website I want to create the feed from is: www.serveraday.com, which is updated every morning with a great dedicated server deal.&lt;br&gt;
2. They update the SAME wordpress post from 6/25/2008 with the NEW information in this post each and every day. This prevents most feed creation tools, including feedburner, from updating a feed, as they think it&apos;s the same post.&lt;br&gt;
3. I need to be able to set the tool I end up using to refresh on a daily basis, to capture the update on the site as soon as possible after it&apos;s posted.&lt;br&gt;
4. I am not the owner of this site, just a person that wants to find great deals and share them through an RSS feed! &lt;br&gt;
&lt;br&gt;
Thank you!!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.130302</guid>
	<pubDate>Sun, 16 Aug 2009 12:12:24 -0800</pubDate>
	<category>dedicated</category>
	<category>hosting</category>
	<category>resolved</category>
	<category>server</category>
	<category>serveradaycom</category>
	<category>web</category>
	<dc:creator>Merlin144</dc:creator>
	</item>
	<item>
	<title>How do I go about finding out how many servers (as a function of number of users) I will need to host my web application?</title>
	<link>http://ask.metafilter.com/125857/How%2Ddo%2DI%2Dgo%2Dabout%2Dfinding%2Dout%2Dhow%2Dmany%2Dservers%2Das%2Da%2Dfunction%2Dof%2Dnumber%2Dof%2Dusers%2DI%2Dwill%2Dneed%2Dto%2Dhost%2Dmy%2Dweb%2Dapplication</link>	
	<description>I&apos;m putting together a business model for my web application.  As part of my expenditure, I need to estimate how many servers I need as a function of number of users.   What&apos;s a good first step to finding this out? Depending on whether my application can support 100 concurrent users or 10,000 concurrent users, this will vastly change my estimates of server costs.  I guess, in general, the number of concurrent users per virtual server will change dramatically depending on the type of web application[1], so I was wondering what the steps are to estimate number of servers required (presuming I can make a good guess of how many users will be online at any one time).&lt;br&gt;
&lt;br&gt;
The first step I tried was load-testing my application to see how many users a single server can handle.  My application is a GWT application (running on a GlassFish server) and I have actually been having a bit of trouble doing a load test due, in part, to the way GWT handles AJAX.  That is, I tried jmeter, but ran into problems in the way jmeter encodes Content-Types.  I was thinking if there was an easier way.&lt;br&gt;
&lt;br&gt;
I was thinking about estimating the session size for each user then dividing Virtual Machine memory by that amount.  But then, I&apos;d also need an estimate on the CPU usage, too.&lt;br&gt;
&lt;br&gt;
Maybe the numbers of users per virtual server doesn&apos;t change too much from web application to web application...and a &quot;rule of thumb&quot; exists: e.g., 1,000 concurrent users per server, or something like that.  My gut instinct says such a rule doesn&apos;t exist...&lt;br&gt;
&lt;br&gt;
[1] For those who are interested in the details, my web application is an online file manager and general life-organizer that uses hierarchical labels.  At its most basic level it allows you to make to-do lists quickly: this would mean that the data exchanged between the client and server is minimal: text.  But I&apos;ve made it so you can also upload files, e.g., music files, and play them online: streaming data would be resource-intensive and probably hard to make a theoretical guess.  That&apos;s why I&apos;m thinking that load testing under a variety of conditions is the only true way to estimate number of concurrent users.  In which case, any suggestions on how to load test GWT applications would be highly appreciated.&lt;br&gt;
&lt;br&gt;
Am I on the right track?  If anyone has any suggestions, I&apos;d love to hear.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.125857</guid>
	<pubDate>Fri, 26 Jun 2009 01:33:39 -0800</pubDate>
	<category>application</category>
	<category>load</category>
	<category>server</category>
	<category>testing</category>
	<category>virtual</category>
	<category>web</category>
	<dc:creator>tomargue</dc:creator>
	</item>
	<item>
	<title>How can I rewrite the image paths on my web server?</title>
	<link>http://ask.metafilter.com/122748/How%2Dcan%2DI%2Drewrite%2Dthe%2Dimage%2Dpaths%2Don%2Dmy%2Dweb%2Dserver</link>	
	<description>How can I rewrite the image paths on my web server? I recently moved a site into a CMS and different web server. The images are in directories like this:&lt;br&gt;
/daily/2009/05/&lt;br&gt;
&lt;br&gt;
The web pages sometimes link to images like this:&lt;br&gt;
[img src=&quot;/daily/2009/05/&quot;]&lt;br&gt;
And sometimes they link to images like this (without a leading slash):&lt;br&gt;
[img src=&quot;daily/2009/05/&quot;]&lt;br&gt;
&lt;br&gt;
That worked fine on the old server, but the paths are different in the CMS on the new server. Can I use .htaccess or something to rewrite the paths?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.122748</guid>
	<pubDate>Thu, 21 May 2009 17:09:12 -0800</pubDate>
	<category>htaccess</category>
	<category>image</category>
	<category>paths</category>
	<category>rewrite</category>
	<category>server</category>
	<category>web</category>
	<dc:creator>kirkaracha</dc:creator>
	</item>
	<item>
	<title>ping equivalent for web servers that reports http latency?</title>
	<link>http://ask.metafilter.com/121188/ping%2Dequivalent%2Dfor%2Dweb%2Dservers%2Dthat%2Dreports%2Dhttp%2Dlatency</link>	
	<description>The equivalent of ping for http connections? I want to the equivalent of ping for webservers. I want to type in a simple command that generates 1 or more 1-line reports on the transaction: no. of bytes, response code, and round-trip latency.&lt;br&gt;
&lt;br&gt;
For example, I would like to ask the tool to &apos;ping&apos; my server once a minute for five minutes:&lt;br&gt;
&lt;br&gt;
webping http://www.example.com/foo -i 60 -c 5&lt;br&gt;
&lt;br&gt;
and see something like&lt;br&gt;
&lt;br&gt;
1200 bytes (200) from www.example.com: seq=1 time = 240ms&lt;br&gt;
1200 bytes (200) from www.example.com: seq=2 time = 240ms&lt;br&gt;
1200 bytes (200) from www.example.com: seq=3 time = 240ms&lt;br&gt;
1200 bytes (200) from www.example.com: seq=4 time = 240ms&lt;br&gt;
300 bytes (404) from www.example.com: seq=5 time = 1500ms&lt;br&gt;
&lt;br&gt;
Is there such a thing for linux/os-x? If not, is there a way to get what I want out of wget (shell / python munging of wget&apos;s STDOUT perfectly acceptable).</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.121188</guid>
	<pubDate>Sun, 03 May 2009 21:57:16 -0800</pubDate>
	<category>http</category>
	<category>http_ping</category>
	<category>httpping</category>
	<category>latency</category>
	<category>ping</category>
	<category>server</category>
	<category>web</category>
	<category>wget</category>
	<dc:creator>zippy</dc:creator>
	</item>
	<item>
	<title>Web design 101</title>
	<link>http://ask.metafilter.com/116310/Web%2Ddesign%2D101</link>	
	<description>How can I learn to create a website, a server, get the tools themselves ? I&apos;ve been asked to create a website for a non-profit organization. I don&apos;t know much about designing websites (I&apos;ve tried dreamweaver a few years ago) which means that I have to learn almost everything about it. Could you provide ideas, links, advice about creating a website from scratch ? &lt;br&gt;
I don&apos;t need a thorough course to be able to become a designer, I just need the survival kit, including where to get free tools, how to set up a server. &lt;br&gt;
Thanks !</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.116310</guid>
	<pubDate>Tue, 10 Mar 2009 05:36:16 -0800</pubDate>
	<category>create</category>
	<category>design</category>
	<category>server</category>
	<category>web</category>
	<category>website</category>
	<dc:creator>nicolin</dc:creator>
	</item>
	<item>
	<title>My application requests an XML file and I need to plan how to host that file so it&apos;s always available and zippy</title>
	<link>http://ask.metafilter.com/115649/My%2Dapplication%2Drequests%2Dan%2DXML%2Dfile%2Dand%2DI%2Dneed%2Dto%2Dplan%2Dhow%2Dto%2Dhost%2Dthat%2Dfile%2Dso%2Dits%2Dalways%2Davailable%2Dand%2Dzippy</link>	
	<description>Please give me some input on web hosting planning for a small XML file which might get a lot of requests. I&apos;m working on an application which allows the user to load an XML file.  The XML is less than 2K and will probably be loaded once per usage session, which could happen a few times a day.  I can&apos;t speculate about how many users there will be, but the  outcome that I need to (over)plan for is the one where there are metric fuckloads right out of the gate.&lt;br&gt;
&lt;br&gt;
How would you host this file to make sure it is always reachable and zippy?  Would you trust one single hosting company to host it?  Which one/which plan?  Which hosts would you avoid like the plague?  Or would you put your eggs in multiple baskets and have a couple of hosts which the app can try in sequence to see if they are reachable?  I&apos;m  willing to pay for bulletproof uptime and reliability, doesn&apos;t have to be a cheapass plan, but it might not be cost-effective to pay for a hosting plan oriented towards customers who need huge amounts of bandwidth or root access rather than the ability to handle lots of simultaneous low-bandwidth requests of one dinky file.&lt;br&gt;
&lt;br&gt;
Thanks very much for your input!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.115649</guid>
	<pubDate>Tue, 03 Mar 2009 05:17:36 -0800</pubDate>
	<category>host</category>
	<category>hosting</category>
	<category>reachability</category>
	<category>redundancy</category>
	<category>server</category>
	<category>software</category>
	<category>web</category>
	<category>xml</category>
	<dc:creator>Your Time Machine Sucks</dc:creator>
	</item>
	<item>
	<title>How can I study the server load/impact impact of my PHP scripts in a shared hosting environment?  </title>
	<link>http://ask.metafilter.com/104110/How%2Dcan%2DI%2Dstudy%2Dthe%2Dserver%2Dloadimpact%2Dimpact%2Dof%2Dmy%2DPHP%2Dscripts%2Din%2Da%2Dshared%2Dhosting%2Denvironment</link>	
	<description>How can I study the server load/impact of my PHP scripts in a shared hosting environment?  The hosting company isn&apos;t very helpful.  I want to be proactive and not wait for a call  that my scripts are causing trouble.  Also want a website that isn&apos;t slow and unresponsive.  The server is Apache2 w/PHP5&lt;br&gt;
&lt;br&gt;
I&apos;d like to learn in general terms about it but the specific case I have is as follows:&lt;br&gt;
&lt;br&gt;
I&apos;m building a website that does a lot of thumbnailing using phpthumb().  I send an AJAX request to the server to generate thumbnails and return a list of SRC tags.  This puts a certain load to the server.  phpthumb() caches the thumbnail so the load happens only once&lt;br&gt;
&lt;br&gt;
I want to also have PHP  look up and return the dimensions of the original image using getImageSize.  This is additional load and caching wouldn&apos;t happen.  If I do the lookup 100 times/second would it overwhelm  the server?  &lt;br&gt;
&lt;br&gt;
Is it something I should be concerned about?  I have no idea about how my scripts might affect the server.  The site gets about 15k hits per day and is growing.&lt;br&gt;
&lt;br&gt;
Thanks</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.104110</guid>
	<pubDate>Mon, 13 Oct 2008 09:35:39 -0800</pubDate>
	<category>development</category>
	<category>PHP</category>
	<category>server</category>
	<category>web</category>
	<dc:creator>jorlando</dc:creator>
	</item>
	<item>
	<title>Web Hosting With Generous Bandwidth Limits</title>
	<link>http://ask.metafilter.com/98541/Web%2DHosting%2DWith%2DGenerous%2DBandwidth%2DLimits</link>	
	<description>I need web hosting, and my needs are pretty narrow. I don&apos;t need fancy tools or applications, everything I&apos;m doing is pretty much text. I don&apos;t need hand-holding or customer service. But what I DO need is to not have to worry that if any of my domains (I&apos;ve got five or six) go viral, I&apos;ll be socked with $$$$ bandwidth overage bills. That happened to me once a long time ago, and I still have trauma scars.

I realize that no hosting service can offer, like, infinite bandwidth. At a certain point, service would either cut off or else overage charges will cut in. But are there any web hosting outfits out there known to have particularly generous bandwidth limits, and reasonably priced overage charges beyond those limits?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.98541</guid>
	<pubDate>Wed, 06 Aug 2008 19:53:26 -0800</pubDate>
	<category>bandwidth</category>
	<category>charge</category>
	<category>server</category>
	<category>web</category>
	<dc:creator>jimmyjimjim</dc:creator>
	</item>
	<item>
	<title>Can I combine htaccess and session variables from other systems?</title>
	<link>http://ask.metafilter.com/97321/Can%2DI%2Dcombine%2Dhtaccess%2Dand%2Dsession%2Dvariables%2Dfrom%2Dother%2Dsystems</link>	
	<description>Web server question. Can I combine htaccess and session variables from other systems? (more inside) OK, bear with me here--I&apos;m a page developer, not a server admin. I&apos;ve got an apache system that uses htaccess and a .db file to grant access to particular directories. I&apos;ve also got a set of users who aren&apos;t in the .db file, but will be logging in to another system (salesforce.com) and trying to access those restricted areas. Is there a way to allow the first set of users to continue logging in as always, but to allow a session variable that is established on the salesforce.com site to be passed, allowing this second set of users to access the area without having to log in again?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97321</guid>
	<pubDate>Wed, 23 Jul 2008 10:03:34 -0800</pubDate>
	<category>apache</category>
	<category>authentication</category>
	<category>htaccess</category>
	<category>server</category>
	<category>session</category>
	<category>variables</category>
	<category>web</category>
	<dc:creator>jpoulos</dc:creator>
	</item>
	<item>
	<title>Apache2, mod_php, suexec security confusion.</title>
	<link>http://ask.metafilter.com/93680/Apache2%2Dmodphp%2Dsuexec%2Dsecurity%2Dconfusion</link>	
	<description>Apache2 security theory; mod_php versus CGI php and the use of suExec: What is the non-theoretical problem with running Apache2 with mod_php and thus without using suexec on a dedicated system? I&apos;m setting up a typical LAMP environment. I&apos;ve used &lt;a href=&quot;http://phpsec.org/projects/phpsecinfo/index.html&quot;&gt;phpsecinfo&lt;/a&gt; to evaluate my current environment and implemented all of the recommended changes except for two, &lt;a href=&quot;http://phpsec.org/projects/phpsecinfo/tests/group_id.html&quot;&gt;Group ID&lt;/a&gt; and &lt;a href=&quot;http://phpsec.org/projects/phpsecinfo/tests/user_id.html&quot;&gt;User ID&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
The distribution is the most recent Ubuntu Server with the mostly-default Apache2 configuration, and the mostly-default PHP installation, with the exception of the changes recommended by &lt;strong&gt;phpsecinfo&lt;/strong&gt;.&lt;br&gt;
&lt;br&gt;
These warnings indicate that my group and user ID numbers are below 100 (33 to be specific), and therefore may be a problem. I am not sure how to interpret this.&lt;br&gt;
&lt;br&gt;
I followed the documentation links and was about to implement SuExec when I realized that this meant doing a lot of other reconfiguration, like not using mod_php, and that meant changing a lot of &lt;em&gt;other&lt;/em&gt; things, etc.&lt;br&gt;
&lt;br&gt;
This is not a shared system. It will only be used to host one company&apos;s applications through several virtual hosts. The applications will be PHP-based, and most frequently will use the &lt;a href=&quot;http://www.symfony-project.com&quot;&gt;Symfony&lt;/a&gt; framework. Apache currently runs as www-data, whose shell is /bin/false. SSH access to the system is by public-key authentication only and is further restricted at the daemon level to only specific real users.&lt;br&gt;
&lt;br&gt;
What do I need to do to run this securely? Resources, guides and real-world examples would be greatly appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.93680</guid>
	<pubDate>Tue, 10 Jun 2008 06:58:46 -0800</pubDate>
	<category>apache</category>
	<category>apache2</category>
	<category>http</category>
	<category>httpd</category>
	<category>php</category>
	<category>phpsecinfo</category>
	<category>security</category>
	<category>server</category>
	<category>web</category>
	<category>webserver</category>
	<category>www</category>
	<dc:creator>odinsdream</dc:creator>
	</item>
	<item>
	<title>getting .htaccess to do httpd.conf&apos;s job</title>
	<link>http://ask.metafilter.com/92955/getting%2Dhtaccess%2Dto%2Ddo%2Dhttpdconfs%2Djob</link>	
	<description>Mod_rewrite and subdirectories and subdomains, oh my! I&apos;m using a hosting service (Lunarpages) that maps the document root of subdomains to a corresponding subdirectory in the primary domain root (i.e. the public_html directory). Thus: &lt;tt&gt;sub1.mysite com&lt;/tt&gt; has &lt;tt&gt;mysite.com/sub1/&lt;/tt&gt; as its &lt;tt&gt;/&lt;/tt&gt; directory.&lt;br&gt;
&lt;br&gt;
I&apos;ve also got &lt;tt&gt;sub2.mysite.com&lt;/tt&gt;, which has its document root automatically and unalterably set to &lt;tt&gt;mysite.com/sub2/&lt;/tt&gt;. I would like URLs to &lt;tt&gt;sub2.mysite.com&lt;/tt&gt; to be rewritten so that they go to &lt;tt&gt;sub1.mysite.com&lt;/tt&gt;. A standard external redirect isn&apos;t going to work in this case, because the code in &lt;tt&gt;/foo/&lt;/tt&gt; needs to parse the incoming subdomain. &lt;br&gt;
&lt;br&gt;
Got .htaccess, anyone?&lt;br&gt;
&lt;br&gt;
(This is, of course, something that would take 0.3s to solve if I could get at the bloody httpd.conf.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.92955</guid>
	<pubDate>Mon, 02 Jun 2008 03:37:58 -0800</pubDate>
	<category>apache</category>
	<category>htaccess</category>
	<category>mod_rewrite</category>
	<category>server</category>
	<category>web</category>
	<dc:creator>holgate</dc:creator>
	</item>
	<item>
	<title>Free Home Chess Server</title>
	<link>http://ask.metafilter.com/90883/Free%2DHome%2DChess%2DServer</link>	
	<description>I am looking for Chess Server software to run on a home web server. I am looking for free(as in beer) chess server software for a home webserver. I want to play chess with some people, and I cannot use a public game server.&lt;br&gt;
&lt;br&gt;
I would like the users to be able to play the game via a web interface with no installation of software.&lt;br&gt;
&lt;br&gt;
Ideally it would have some cool admin options allowing for saved games, multiple games, and multiple users.&lt;br&gt;
&lt;br&gt;
I would like the server to be Multiplatform or at least run on Windows.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.90883</guid>
	<pubDate>Thu, 08 May 2008 08:15:42 -0800</pubDate>
	<category>chess</category>
	<category>server</category>
	<category>web</category>
	<dc:creator>ps6000</dc:creator>
	</item>
	<item>
	<title>Powerful, Web-friendly media indexing?</title>
	<link>http://ask.metafilter.com/89637/Powerful%2DWebfriendly%2Dmedia%2Dindexing</link>	
	<description>I work on the production team for a long-running public radio program. We have a massive archive of shows in digital format (MP3 and AIFF) which we need to collate into a powerful and highly flexible database - something like iTunes, but much more advanced. Does a program exist to do this? The program should meet the following criteria:&lt;br&gt;
&lt;br&gt;
- Simple interface (usable by audio pros and administrative staff alike)&lt;br&gt;
- Resides on a server (audio files can be shared and accessed on-demand by multiple users)&lt;br&gt;
- Web-interfaceable (outside users can log on and access database via the Web)&lt;br&gt;
- Streaming and preview capability (users can listen to files before pulling from server)&lt;br&gt;
- Flexible indexing and search (can be searched or sorted by media type, artist, show name, etc.)&lt;br&gt;
- Permissions capabilities (files are &quot;read-only&quot; to most, but read/write to certain key staff)&lt;br&gt;
- Supports (and, preferably, generates) ID3 and other media tags&lt;br&gt;
&lt;br&gt;
At the moment, it is strictly for internal use only, but there is some possiblity that we will convert it into a storefront in the future so folks can buy archived shows directly from the database ... but I&apos;m not worried about that right now.&lt;br&gt;
&lt;br&gt;
Is there a really high-powered media indexing program that can do all of these things? Or at least a significant subset of them?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.89637</guid>
	<pubDate>Wed, 23 Apr 2008 15:36:51 -0800</pubDate>
	<category>archive</category>
	<category>audio</category>
	<category>database</category>
	<category>indexing</category>
	<category>media</category>
	<category>mp3</category>
	<category>server</category>
	<category>web</category>
	<dc:creator>mykescipark</dc:creator>
	</item>
	<item>
	<title>Where can I find recommendations for my new server?</title>
	<link>http://ask.metafilter.com/88248/Where%2Dcan%2DI%2Dfind%2Drecommendations%2Dfor%2Dmy%2Dnew%2Dserver</link>	
	<description>I&apos;ve been offered funding to buy a shiny new web server.  Now the Chair wants me to give her some specs/costs.  How do I go about giving her a ballpark figure?

This machine will be serving an online academic journal with a lot of multimedia content; it needs to be super-stable and not burn out in a hurry since this is a one-time grant.  Now, obviously given my druthers I&apos;d go nuts and get a Mac Pro and OSX Server.  But, short of that, where&apos;s the best place to look for advice?  Must be Mac or LAMP; no Windows.&lt;br&gt;
&lt;br&gt;
&amp;amp; of course the Dean did not give me a budget amount.. we&apos;re playing Budget Chicken!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.88248</guid>
	<pubDate>Tue, 08 Apr 2008 16:46:24 -0800</pubDate>
	<category>mac</category>
	<category>server</category>
	<category>web</category>
	<dc:creator>media_itoku</dc:creator>
	</item>
	<item>
	<title>LAMP/Windows Comparisons</title>
	<link>http://ask.metafilter.com/86044/LAMPWindows%2DComparisons</link>	
	<description>I&apos;m looking for good, neutral, non-dogmatic comparisons of LAMP and Windows for building and hosting database-backed web applications. Comparisons of cost, security, stability, and maintenance would be especially helpful.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.86044</guid>
	<pubDate>Thu, 13 Mar 2008 09:27:41 -0800</pubDate>
	<category>application</category>
	<category>lamp</category>
	<category>server</category>
	<category>web</category>
	<category>windows</category>
	<dc:creator>kirkaracha</dc:creator>
	</item>
	<item>
	<title>Why won&apos;t they let me use Outlook?</title>
	<link>http://ask.metafilter.com/78473/Why%2Dwont%2Dthey%2Dlet%2Dme%2Duse%2DOutlook</link>	
	<description>Any particular reason a company would not allow access to MS Exchange via Outlook and/or cell phone only allow access via Outlook Web Mail? I am working for a small company and they are forcing me to use Outlook Web Mail. I want to use Outlook 2007 to manage my contacts, calendar, etc. I asked he IT guy and he says no way.&lt;br&gt;
What is the point of having MS Exchange server if you can only access via IE? Moreover, I can&apos;t even change column widths in Web Mail. Or add contacts. This seems totally weird to me?&lt;br&gt;
&lt;br&gt;
So I&apos;ll ask to community, is there any legit reason NOT to allow any employee to access Exchange via Outlook and/or phone (Blackberry/Treo)?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.78473</guid>
	<pubDate>Wed, 12 Dec 2007 11:17:04 -0800</pubDate>
	<category>exchange</category>
	<category>mail</category>
	<category>microsoft</category>
	<category>outlook</category>
	<category>server</category>
	<category>web</category>
	<dc:creator>thinktwice</dc:creator>
	</item>
	<item>
	<title>Pedos bad! Linking bad! Help!</title>
	<link>http://ask.metafilter.com/64803/Pedos%2Dbad%2DLinking%2Dbad%2DHelp</link>	
	<description>File this under disgusting. A pedophile site is linking to my friend&apos;s business site. They&apos;ve been contacted to take the link down. Is there any other option to block unacceptable linking like this?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.64803</guid>
	<pubDate>Thu, 14 Jun 2007 14:35:23 -0800</pubDate>
	<category>links</category>
	<category>server</category>
	<category>web</category>
	<dc:creator>miqueltegler</dc:creator>
	</item>
	<item>
	<title>How can I get a list of all files in a directory on a webserver?</title>
	<link>http://ask.metafilter.com/61000/How%2Dcan%2DI%2Dget%2Da%2Dlist%2Dof%2Dall%2Dfiles%2Din%2Da%2Ddirectory%2Don%2Da%2Dwebserver</link>	
	<description>I think the title explains it all:
I&apos;m looking to get a list of all files in a specific directory from a web server- www.site.com/docs/. The thing is, there&apos;s an index.htm file in that directory so if I browse to it, I just get the index file. Is there any way to find out the names of all files in that directory, scripting or otherwise? I don&apos;t have access to the system other than through the standard web interface(ie: no shell, etc.) Any ideas?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.61000</guid>
	<pubDate>Fri, 20 Apr 2007 08:09:28 -0800</pubDate>
	<category>browsing</category>
	<category>computers</category>
	<category>directory</category>
	<category>http</category>
	<category>internet</category>
	<category>listings</category>
	<category>server</category>
	<category>web</category>
	<dc:creator>newatom</dc:creator>
	</item>
	<item>
	<title>Temporary free server space?</title>
	<link>http://ask.metafilter.com/58216/Temporary%2Dfree%2Dserver%2Dspace</link>	
	<description>How can I get free web hosting for a few days or a week, just so I can post a message explaining why my web site is gone until I can work out a new permanent server situation? My brother  has been allowing me to mooch of the server he uses for his business. After a dispute with the company hosting his web presence, he&apos;s been booted from the server and my page has gone off line. My brother promises I can mooch off him again once he gets new server space set up, but it could be a few days or a week. In the meantime my URL won&apos;t load.&lt;br&gt;
&lt;br&gt;
I have a few hundred weekly readers, a few dozen daily readers, and I&apos;d like to pull together a temporary web site just explaining what&apos;s going on until I can re-establish the full journal on its new server. Is there any way to do this for free or ultra-cheap?&lt;br&gt;
&lt;br&gt;
We used to host my web site from home, but after getting hacked rather maliciously I&apos;d rather leave this stuff to professionals. &lt;br&gt;
&lt;br&gt;
There are a lot of google hits for this kind of stuff, but I don&apos;t know how to evaluate whether any are reputable.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.58216</guid>
	<pubDate>Tue, 06 Mar 2007 16:57:50 -0800</pubDate>
	<category>blog</category>
	<category>free</category>
	<category>server</category>
	<category>URL</category>
	<category>web</category>
	<category>webjournal</category>
	<dc:creator>croutonsupafreak</dc:creator>
	</item>
	<item>
	<title>Protecting mah bandwidth</title>
	<link>http://ask.metafilter.com/57747/Protecting%2Dmah%2Dbandwidth</link>	
	<description>Website admin question: I want to put up a website with about 10000+ charts.  I don&apos;t mind people copying images, but how can I protect against a site sucker barging in, scooping them up, and killing my bandwidth?  I wish I could generate a bunch of static HTML pages with simple IMG tags, but I&apos;m guessing this isn&apos;t possible.  What might PHP have to offer for protecting my content from site suckers?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.57747</guid>
	<pubDate>Mon, 26 Feb 2007 20:12:11 -0800</pubDate>
	<category>admin</category>
	<category>leech</category>
	<category>server</category>
	<category>site</category>
	<category>siteadmin</category>
	<category>sitesucker</category>
	<category>web</category>
	<category>webmaster</category>
	<category>webserver</category>
	<dc:creator>calhound</dc:creator>
	</item>
	<item>
	<title>Redirecting with htaccess</title>
	<link>http://ask.metafilter.com/54282/Redirecting%2Dwith%2Dhtaccess</link>	
	<description>Taking a site offline with .htaccess. I have a server which is running in production, but I want to take it offline for some maintenance. While I want everyone who calls at any URL to be redirected to index.html, I want admins to be able to view the site in full. I think something like this in .htaccess:&lt;br&gt;
RewriteEngine on&lt;br&gt;
RewriteCond %{REMOTE_ADDR} !xxx.xxx.xxx.xxx&lt;br&gt;
RewriteRule [regexp to rewrite anything.php to index.html]&lt;br&gt;
&lt;br&gt;
where xxx.xxx.xxx.xxx is a permitted IP address should work, but it seems not to. Any help? Even if the solution only allows access from localhost (I can run lynx on the server) it&apos;ll do fine.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.54282</guid>
	<pubDate>Wed, 03 Jan 2007 09:33:14 -0800</pubDate>
	<category>Apache</category>
	<category>htaccess</category>
	<category>production</category>
	<category>redirect</category>
	<category>server</category>
	<category>web</category>
	<dc:creator>fightorflight</dc:creator>
	</item>
	<item>
	<title>Web server hardware requirements</title>
	<link>http://ask.metafilter.com/52958/Web%2Dserver%2Dhardware%2Drequirements</link>	
	<description>How to calculate hardware requirements for a load balanced web server cluster?  The web servers will be running Windows 2003 with a back end DB server, I want to support about 1000 simultaneous connections per server.  The web application is fairly AJAX intensive.  Not sure how I go about determining what sort of hardware I need for the servers, any ideas or suggestions?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.52958</guid>
	<pubDate>Tue, 12 Dec 2006 07:03:30 -0800</pubDate>
	<category>hardware</category>
	<category>requirements</category>
	<category>server</category>
	<category>web</category>
	<dc:creator>RedMosquito</dc:creator>
	</item>
	<item>
	<title>Generate email response from database.</title>
	<link>http://ask.metafilter.com/49513/Generate%2Demail%2Dresponse%2Dfrom%2Ddatabase</link>	
	<description>Is there a free simple web to email gateway or scriptable email responder that will run on windows server 2003? I need to generate an email report based on the subject of a recieved email (an id number) and send it back the the requester. And I need to check the requester&apos;s email address against a user database. &lt;br&gt;
&lt;br&gt;
The website already generates the same report on a web page, but web access is not always available to my users. The report has to be generated upon request, it can&apos;t be generated on a schedule. &lt;br&gt;
&lt;br&gt;
The mail server is the very simple one built into windows server 2003. I don&apos;t have access to Exchange or anything like that. I thought of just watching the mailbox directory and triggering a program when a message showed up, but I don&apos;t have the windows programming skills to do that. &lt;br&gt;
&lt;br&gt;
The easiest thing would be to load the web page, save it, and send it back as an attachment. Is there an easy way to do that? The web is full of autoresponder programs for spammers that do nothing at all like what I need.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.49513</guid>
	<pubDate>Thu, 26 Oct 2006 14:37:27 -0800</pubDate>
	<category>autoresponder</category>
	<category>email</category>
	<category>mail</category>
	<category>programming</category>
	<category>server</category>
	<category>web</category>
	<dc:creator>Nothing</dc:creator>
	</item>
	<item>
	<title>Looking for a simple web site monitoring tool</title>
	<link>http://ask.metafilter.com/47264/Looking%2Dfor%2Da%2Dsimple%2Dweb%2Dsite%2Dmonitoring%2Dtool</link>	
	<description>I&apos;m Looking for a simple windows-based web server monitoring tool (preferably free) that can sit and run (as a service would be nice) and ping a remote website at a pre-determined interval and just fire off an e-mail notification if it does not get a response.  I checked out IPCheck but it does way more than I need.  Any suggestions?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.47264</guid>
	<pubDate>Mon, 25 Sep 2006 14:48:39 -0800</pubDate>
	<category>monitor</category>
	<category>notification</category>
	<category>ping</category>
	<category>server</category>
	<category>web</category>
	<dc:creator>RedMosquito</dc:creator>
	</item>
	
	</channel>
</rss>

