<?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 webserver</title>
      <link>http://ask.metafilter.com/tags/webserver</link>
      <description>Questions tagged with 'webserver' at Ask MetaFilter.</description>
	  <pubDate>Wed, 09 Jan 2013 09:05:54 -0800</pubDate> <lastBuildDate>Wed, 09 Jan 2013 09:05:54 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Cool things to do with my virtual machine?</title>
	<link>http://ask.metafilter.com/232762/Cool%2Dthings%2Dto%2Ddo%2Dwith%2Dmy%2Dvirtual%2Dmachine</link>	
	<description>I&apos;ve just signed up for a virtual server, and I&apos;m looking for ideas of fun things to use it for. I&apos;m intending to run a web server, an instance of OwnCloud and a PyScrabble server from it. Is there anything else I should consider?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.232762</guid>
	<pubDate>Wed, 09 Jan 2013 09:05:54 -0800</pubDate>
	<category>owncloud</category>
	<category>pyscrabble</category>
	<category>server</category>
	<category>virtualmachine</category>
	<category>webserver</category>
	<dc:creator>teraspawn</dc:creator>
	</item>
	<item>
	<title>How to backup remote web server and email on servers?</title>
	<link>http://ask.metafilter.com/222475/How%2Dto%2Dbackup%2Dremote%2Dweb%2Dserver%2Dand%2Demail%2Don%2Dservers</link>	
	<description>Backing up a web server and the email on it to a local machine, how to do? If one is hosting a remote and a private webserver with two websites on it, along with email for various accounts, how does one back up all of the files on the webserver and said email accounts, to a local machine? No need for database backups, they&apos;re taken care of my the hosting company. But we&apos;re responsible for our files and email accounts.&lt;br&gt;
&lt;br&gt;
Ideally, this would be automated and the email would retain the folder structure of the various accounts.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.222475</guid>
	<pubDate>Fri, 17 Aug 2012 10:40:40 -0800</pubDate>
	<category>backup</category>
	<category>email</category>
	<category>server</category>
	<category>web</category>
	<category>webserver</category>
	<dc:creator>Brandon Blatcher</dc:creator>
	</item>
	<item>
	<title>There&apos;s no place like localhost... please help me get back there...</title>
	<link>http://ask.metafilter.com/216061/Theres%2Dno%2Dplace%2Dlike%2Dlocalhost%2Dplease%2Dhelp%2Dme%2Dget%2Dback%2Dthere</link>	
	<description>Just installed Apache on a new machine, and now any calls to localhost goes to one of my VirtualServers instead of the docroot. Help! I&apos;ve read a dozen promising looking posts on various sites, but none of them seem to touch my problem...&lt;br&gt;
&lt;br&gt;
I have a dev machine here (win7 / apache 2.2.21) which is supposed to be serving three things - localhost, site1.dev and site2.dev . No matter what I do, any attempt to browse the url http://localhost is serving me site1.dev instead.&lt;br&gt;
&lt;br&gt;
Here&apos;s what looks like the relevant bits of my httpd.conf (irrelevant bits snipped ([...]).&lt;br&gt;
&lt;br&gt;
&lt;blockquote&gt;&lt;br&gt;
[...]&lt;br&gt;
&lt;br&gt;
Listen *:80&lt;br&gt;
&lt;br&gt;
[...]&lt;br&gt;
&lt;br&gt;
ServerName localhost:80&lt;br&gt;
DocumentRoot &quot;W:/wamp/www/&quot;&lt;br&gt;
&amp;lt;Directory &quot;W:/wamp/www/&quot;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;Options Indexes FollowSymLinks&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;AllowOverride all&lt;br&gt;
#   onlineoffline tag - don&apos;t remove&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;Order Deny,Allow&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;Deny from all&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;Allow from 127.0.0.1&lt;br&gt;
&amp;lt;/Directory&amp;gt;&lt;br&gt;
&lt;br&gt;
[...]&lt;br&gt;
&lt;br&gt;
NameVirtualHost *:80&lt;br&gt;
&lt;br&gt;
&amp;lt;virtualHost *:80&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;ServerName site1.dev&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;DocumentRoot &quot;W:\wamp\www\site1&quot;&lt;br&gt;
&amp;lt;/VirtualHost&amp;gt;&lt;br&gt;
&lt;br&gt;
&amp;lt;virtualHost *:80&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;ServerName site2.dev&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;DocumentRoot &quot;W:\wamp\www\site2&quot;&lt;br&gt;
&amp;lt;/VirtualHost&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;&lt;br&gt;
&lt;br&gt;
Any suggestions as to what I&apos;m getting wrong?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.216061</guid>
	<pubDate>Wed, 23 May 2012 10:12:21 -0800</pubDate>
	<category>apache</category>
	<category>httpdconf</category>
	<category>localhost</category>
	<category>resolved</category>
	<category>virtualserver</category>
	<category>web</category>
	<category>webdev</category>
	<category>webserver</category>
	<dc:creator>sodium lights the horizon</dc:creator>
	</item>
	<item>
	<title>Please help me configure and secure my Ubuntu-based combined home file server/public web server/VNC server!</title>
	<link>http://ask.metafilter.com/197933/Please%2Dhelp%2Dme%2Dconfigure%2Dand%2Dsecure%2Dmy%2DUbuntubased%2Dcombined%2Dhome%2Dfile%2Dserverpublic%2Dweb%2DserverVNC%2Dserver</link>	
	<description>Please help me configure and secure my Ubuntu-based combined home file server/public web server/VNC server!  I am building a low-ish power home file server, which will likely run Ubuntu 11.04 or 11.10 (possibly server edition), and I should be able to set up a basic samba share easily enough. But I would also like to use the same computer to serve a few basic webpages, and I would like to provide ssh and ideally VNC or RDP-like access from outside the LAN.  I can probably get the basic software set up, but I&apos;m a n00b when it comes to NAT stuff, firewalls, and security issues generally.  I would also appreciate help with setting up dynamic DNS. My primary goals are, in order of priority: (1) to have my personal files stored centrally on a machine I physically and logically control at home; (2) to have those files accessible by me (and only me) from anywhere (and accessible without authentication by anyone on my home LAN); (3) to host low-traffic, personal, non-commercial, publicly accessible websites on my own server; and (4) to be able to remote into the server via VNC, RDP, or some similar method/protocol - all to the extent I can do so without opening myself to significant data security risks.  I&apos;d also love to host my own mail/SMTP server at some point, but I don&apos;t plan on tackling that anytime soon.&lt;br&gt;
&lt;br&gt;
To achieve &lt;strong&gt;goal (1)&lt;/strong&gt;, I was planning on setting up a dedicated HDD (possibly a RAID array, but I&apos;m leaning toward just rsync-ing the primary HDD nightly to another disk) as a samba share with no authentication.  That should be accessible by the five Windows computers in our household and any other computer on our LAN.  This setup should be fairly straightforward (though I welcome comments on any common pitfalls).&lt;br&gt;
&lt;br&gt;
To complete &lt;strong&gt;goal (2)&lt;/strong&gt;, I plan to configure ssh to allow limited users access from outside the LAN, which would allow sftp or scp.  I currently have ssh access to a NAS box at home, which I accomplished by forwarding port 22 to the NAS.  I initially plan to replace the NAS with this new server, and simply continue to have port 22 forwarded, but am not well educated on the security risks of doing so (though I haven&apos;t experienced any problems so far - that I know of).  The challenge is with DNS: I don&apos;t have a static IP address WAN-side, so I need to find a way to do dynamic DNS.  See also Goal 3:&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Goal (3)&lt;/strong&gt; is where I start having real trouble.  Given a static IP address, I can configure apache and just fine, and I&apos;ve been using the free &lt;a href=&quot;http://zoneedit.com/&quot;&gt;ZoneEdit&lt;/a&gt; for DNS for websites hosted on a server with a static IP address.  But I&apos;d like to get rid of that server account and move everything to a home server, and (a) I don&apos;t have a static IP address WAN-side, (b) I don&apos;t know anything about setting up dynamic DNS updating on the server, (c) I don&apos;t know how a dynamic IP address will affect the apache config (is listening on ports 80 and 443 enough? do I have to mess with the hosts file?), and (d) I have no idea what security risks I will face running apache on a home webserver with ports 80/443 forwarded to it.  Any good suggestions or links for dynamic DNS (preferably free), and how to get it to work locally?  I am happy to use DNS services like ZoneEdit, and do not need to run my own DNS (or do I??).  Do I have to do anything with BIND?  Because I don&apos;t understand BIND at all.  Or DNS generally, really.  Websites are very low-traffic and non-commercial.  I currently have four domain names I use.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Goal (4)&lt;/strong&gt;: I assume I can install &lt;a href=&quot;http://openvpn.net/index.php/open-source.html&quot;&gt;OpenVPN&lt;/a&gt; and use &lt;a href=&quot;http://www.tightvnc.com/&quot;&gt;TightVNC&lt;/a&gt;, &lt;a href=&quot;http://www.xrdp.org/&quot;&gt;xrdp&lt;/a&gt;, &lt;a href=&quot;http://www.cendio.com/products/thinlinc/&quot;&gt;ThinLinc&lt;/a&gt;, or something similar that does not go through a fixed third-party server or require subscription.  Ideal solution would be something with a portable client that I could run from my work computer, on which I have very limited privileges (but I can run PortableApps apps, for example).  I&apos;ve never set up anything like these programs, but I can probably get through it.  But to the extent I need to tunnel them through ssh, I don&apos;t know how to do that at all.  Is that set up in the VNC/rdp config file (e.g., by just setting an option flag to use ssh)?  Or is it more complicated than that?  And will I run into NAT issues?  I would rather not use something like Hamachi that requires an account on a proprietary server elsewhere.  Any good suggestions for what to use?  Know of any good tutorials?  The more functionality the better: I&apos;d love to be able to transfer files, remote audio playback, mouse/keyboard integration, etc.&lt;br&gt;
&lt;br&gt;
Security concerns: the server will be directly connected to a D-Link DIR-655 router, which currently has near-default security settings (it is password protected, with web admin disabled, but that&apos;s about it).  I have no other firewall or security hardware.  Do I need to set up a firewall on the Ubuntu server?  Suggestions on which one to use, and how to set it up?  For what it&apos;s worth, I&apos;ve not been able to make sense of any iptables documentation, so I&apos;ll need a dummy&apos;s guide to anything like that.  Other security measures I need to take, e.g., beefing up the /etc/hosts file or running other protective software?&lt;br&gt;
&lt;br&gt;
The hardware I have for the server &lt;em&gt;should&lt;/em&gt; be adequate for my needs: I got an AMD E-350 APU (&lt;a href=&quot;http://www.newegg.com/Product/Product.aspx?Item=N82E16813157247&quot;&gt;mobo&lt;/a&gt;) with 8 Gb DDR3 RAM, which should be plenty of CPU and more than enough memory.  If I run linux, I&apos;ll probably set up a large, dedicated swap partition.  I&apos;ll be running the OS on a separate HDD from the shared drives to minimize wear to the shared drives.  The server will be connected to the LAN through a gigabit connection to the router.&lt;br&gt;
&lt;br&gt;
As far as software is concerned, I am much more comfortable with linux than Windows for server-related functions (and Ubuntu more than other distros), and Ubuntu is free, so I am inclined to run some version of Ubuntu, but I am open to other suggestions, e.g., if running WHS with a virtualized linux webserver, say, is a vastly superior option for some reason.&lt;br&gt;
&lt;br&gt;
A couple of limitations: I cannot have a separate, dedicated web server (whether in a DMZ or otherwise) - Comcast&apos;s terms of service for our home internet service prohibit running a dedicated web server, but I believe they do not forbid serving non-commercial web pages from a machine not solely dedicated to that purpose.  Additionally, I would rather not incur the expense of building an additional server.  So if possible, I would like to keep the web server on the same machine as the file server.  Finally, I am a lawyer with no formal CS training or education, and have no real understanding of routing, TCP/IP, DNS, or the general operation of the intarwebs.  As far as I know, &quot;packets&quot; are what ketchup (or catsup) come in.  So while I can navigate the linux command line, I&apos;m a dummy when it comes to the important stuff.&lt;br&gt;
&lt;br&gt;
Do you have any security tips for me or good links that a n00b like me can make sense of?  Suggestions for remote access packages, or for how to configure them for security and ease of use?  Any pointers or pitfalls to watch for in setting up a webserver on a machine that also holds all my important personal data?  Am I crazy to even try?  And, of course, much of this may depend on me getting a dynamic DNS system set up, so I would greatly appreciate tips or suggestions in that arena.&lt;br&gt;
&lt;br&gt;
Thanks in advance for your help!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2011:site.197933</guid>
	<pubDate>Fri, 07 Oct 2011 15:20:21 -0800</pubDate>
	<category>fileserver</category>
	<category>firewall</category>
	<category>resolved</category>
	<category>security</category>
	<category>server</category>
	<category>SSHtunneling</category>
	<category>VNC</category>
	<category>VPN</category>
	<category>webserver</category>
	<dc:creator>dilettanti</dc:creator>
	</item>
	<item>
	<title>Advice on website hosting</title>
	<link>http://ask.metafilter.com/196810/Advice%2Don%2Dwebsite%2Dhosting</link>	
	<description>Who do you recommend for small-scale web hosting? I&apos;m looking to change internet hosting and wondering what the hive-mind recommends. I currently have shared linux hosting on GoDaddy (and subsequently a website with some mysql databases, and a wordpress blog, as well as domain names registered with GoDaddy). The reason that I need new hosting is because I now need admin access to linux for some software that I want to install (postgresql and postgis). &lt;br&gt;
&lt;br&gt;
I&apos;ve heard a few anti-recommendations for GoDaddy from friends (and seen quite a few online) but I can&apos;t personally fault it aside from my wordpress blog running very slowly. I do find that moving from their cheapest web-hosting to a virtual server is quite an increase in price. As I have very little knowledge about how much it should cost, I&apos;m wondering if paying for ~$30 for 1 GB RAM, 15GB storage and 500 GB/mo bandwidth is good value. &lt;br&gt;
&lt;br&gt;
Part of the reason I am considering staying with GoDaddy is because I thought it would be easier to move my current site/blog to the new server but it turns out that I can&apos;t migrate any of it anyway, so I have to set up everything from scratch. &lt;br&gt;
&lt;br&gt;
Also, although I&apos;m becoming more familiar with how the various pieces fit together, I&apos;m also not sure I can do it all using just ssh access. Is it worth paying extra for something like plesk or cPanel for managing such a server?&lt;br&gt;
&lt;br&gt;
The general objective of this site is to showcase some aspects of my academic research. At the moment it receives a low level of traffic, but I would expect this to slowly grow so bandwidth limitations are not an issue!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2011:site.196810</guid>
	<pubDate>Sat, 24 Sep 2011 10:39:20 -0800</pubDate>
	<category>godaddy</category>
	<category>hosting</category>
	<category>linux</category>
	<category>webserver</category>
	<dc:creator>a womble is an active kind of sloth</dc:creator>
	</item>
	<item>
	<title>How can I get IIS&apos;s Directory Browser to sort numbers like numbers, and not alphabetically?</title>
	<link>http://ask.metafilter.com/195368/How%2Dcan%2DI%2Dget%2DIISs%2DDirectory%2DBrowser%2Dto%2Dsort%2Dnumbers%2Dlike%2Dnumbers%2Dand%2Dnot%2Dalphabetically</link>	
	<description>How can I get IIS&apos;s Directory Browser to sort numbers like numbers, and not alphabetically? Is there a way (or a third-party module I can use instead) that will let IIS&apos;s Directory Browsing module sort numbers like 1,2,3,4,5... instead of 1,10,11,12...19,2,20,21... ?&lt;br&gt;
&lt;br&gt;
If you&apos;re not sure what I mean, I have &lt;a href=&quot;http://www.jkenfisher.com/pictures/dirbrowsing.png&quot;&gt;a screenshot here&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
IIS7 on Windows 7 Pro, if it matters.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2011:site.195368</guid>
	<pubDate>Tue, 06 Sep 2011 11:55:30 -0800</pubDate>
	<category>alphabetical</category>
	<category>directorybrowsing</category>
	<category>iis</category>
	<category>iis7</category>
	<category>webserver</category>
	<category>windows7</category>
	<dc:creator>John Kenneth Fisher</dc:creator>
	</item>
	<item>
	<title>How do I manage a single database with multiple web servers?</title>
	<link>http://ask.metafilter.com/192009/How%2Ddo%2DI%2Dmanage%2Da%2Dsingle%2Ddatabase%2Dwith%2Dmultiple%2Dweb%2Dservers</link>	
	<description>How do I ensure data integrity when using multiple load-balancing servers? I&apos;m sure this is a simple question for some of you, but this is a new area for me. The basic setup is this: I&apos;ve got a single database server that&apos;s used to create giant lists of emails to be sent out (not spam! I promise!). In order to increase throughput, I intend to create multiple load balance servers on my rackspace cloud. So basically each of these servers will do nothing but query the database and get a bunch of information about what to send, then send it, then report back to the db about what&apos;s been sent. The question is this: what&apos;s the most effective means for keeping the load balanced servers from stepping on each others&apos; toes, datawise (i.e., how do I stop two servers from accidentally grabbing the same data between the SELECT and UPDATE queries)? I&apos;m sure there&apos;s a simple answer to this, but I don&apos;t know what it is.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2011:site.192009</guid>
	<pubDate>Thu, 28 Jul 2011 15:41:10 -0800</pubDate>
	<category>database</category>
	<category>loadbalancing</category>
	<category>webserver</category>
	<dc:creator>vraxoin</dc:creator>
	</item>
	<item>
	<title>How can I manually backup/restore an entire WHM/cPanel account?</title>
	<link>http://ask.metafilter.com/178713/How%2Dcan%2DI%2Dmanually%2Dbackuprestore%2Dan%2Dentire%2DWHMcPanel%2Daccount</link>	
	<description>I&apos;m looking for a manual alternative to the WHM&apos;s built in &quot;Copy an account...&quot; function. I&apos;m wondering how to manually carry out the WHM &quot;Copy an account from another server&quot; function. I&apos;m decent with the command line and am comfortable (though admittedly n00bish) writing a script to do this. My purpose is to avoid having to rely upon WHM&apos;s black box and know how to perform this type of backup/restore myself. (I&apos;m also not 100% sure that this black box function will backup/restore *everything*.)&lt;br&gt;
&lt;br&gt;
What I&apos;d like to do is make complete backups of a small server (CentOS) that I have, so that if it ever dies, I can restore said backups onto another CentOS server (if the server burns to the ground, the built-in WHM option won&apos;t be much use, heh). I&apos;d love to just be able to copy/paste files from the backup to the new server, but I know I&apos;ll have to do some permissions tweaking. What I&apos;d like to do is get the tweaking down to a minimum so that I can restore the server as quickly as possible if worst comes to worst.&lt;br&gt;
&lt;br&gt;
The account I want to back up has several users attached to it, custom software installed under it (which I can re-install if need be) and a fairly complicated permissions system setup for a data repository that said users utilize on a daily basis. It also has several mySQL databases, and I&apos;ve already got cron scripts that back up the raw data and mySQL databases to a location offsite from the server, but I really want to get something more complete in place so that I&apos;m not scurrying around trying to re-create user accounts and such if I ever need to perform a restoration.&lt;br&gt;
&lt;br&gt;
Another thing I have set up is an rsync between a server that is an exact duplicate of the original one, so that all of the raw data is synced up between the two servers under the same user account. I set up the second server identically to the first one, created the same user accounts under the main WHM account, installed the custom software, then just set up an rsync to mirror the primary server&apos;s data to the secondary server. Whenever I visit the secondary server to check up on it, everything functions on it just like it does on the primary server. What I don&apos;t want to have to do in an emergency (unless I absolutely have to) is go through a long process of replicating the exact user account setup on a brand new server, then copying in the data from a backup. I&apos;d rather have all of the settings and user accounts and data in a tarball and then be able to dump that tarball on the new server, restart a few services and be up and running. I know it&apos;ll be more complex than that, but I really just want to minimize my downtime in an emergency.&lt;br&gt;
&lt;br&gt;
I&apos;ve tried googling, but my google-fu has failed me so far in finding manual alternatives to the built-in WHM solution. Step-by-step instructions (even if slightly simplified) would be perfect, but I&apos;ll take anything I can get. &lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2011:site.178713</guid>
	<pubDate>Thu, 17 Feb 2011 10:54:47 -0800</pubDate>
	<category>apache</category>
	<category>backup</category>
	<category>centos</category>
	<category>restore</category>
	<category>webserver</category>
	<category>whm</category>
	<dc:creator>ofcourseican</dc:creator>
	</item>
	<item>
	<title>Bizarre Apache/PHP issue.</title>
	<link>http://ask.metafilter.com/177059/Bizarre%2DApachePHP%2Dissue</link>	
	<description>I have a &lt;em&gt;really&lt;/em&gt; weird Apache/PHP problem. Ubuntu 8.04 LTS Server, fairly typical webhosting setup. One of our sites returns 404s randomly through the day, typically late at night, but sometimes in the morning. It&apos;ll do this for an hour or two and then start working all on it&apos;s own. The other sites are fine. If it helps, this site is a CakePHP deal. I&apos;m 99% sure it&apos;s not anything in cron because although it typically happens around 1am-4am, the times are very inconsistent. Once it happened for 15 minutes in the middle of the day, sometimes it happens around 7am for about an hour. In a browser, it will load part of the page, then 404.&lt;br&gt;
&lt;br&gt;
The apache log looks like this:&lt;br&gt;
[28/Jan/2011:02:38:58 -0700] &quot;GET / HTTP/1.0&quot; 404 9444 &quot;-&quot; &quot;mon.d/http.monitor&quot;&lt;br&gt;
&lt;br&gt;
The few times I&apos;ve caught it while it&apos;s happening, load does not seem to be very high, maybe a little higher than average, but nothing above 1.0. &lt;br&gt;
&lt;br&gt;
I&apos;m pretty stumped here, any help would be appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2011:site.177059</guid>
	<pubDate>Sat, 29 Jan 2011 12:08:49 -0800</pubDate>
	<category>apache</category>
	<category>cron</category>
	<category>linux</category>
	<category>php</category>
	<category>webserver</category>
	<category>weird</category>
	<dc:creator>signalnine</dc:creator>
	</item>
	<item>
	<title>pound is not playing nice. :( </title>
	<link>http://ask.metafilter.com/172644/pound%2Dis%2Dnot%2Dplaying%2Dnice</link>	
	<description>Can you help me use pound as a reverse proxy and load balancer? I have a server running Debain with Hiawatha Webserver and Pound installed. I have hiawatha listening on port 8080. &quot;wget 127.0.0.1&quot; downloads the page i currently have up there, so I know for sure that hiawatha is working. I&apos;m trying to get Pound to listen at port 80 and pass on hiawatha, i.e., proxy to port 80. &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://pastebin.com/f1gndPBP&quot;&gt;Here is pound.cfg.&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
It&apos;s not working at the moment. &quot;wget 127.0.01:80&quot; gets &quot;Connecting to 127.0.0.1:80... failed: Connection refused.&quot; It&apos;s not an issue with port 80 because hiawatha works fine if I configure it to listen at port 80 and stop pound. I&apos;m also pretty sure it&apos;s not a firewall or port forwarding problem. I have restarted pound since I changed to configuration file.&lt;br&gt;
&lt;br&gt;
I want to maybe eventually use load balancing. The big thing right now, though, is that I want to be able to have some other web application (like Diaspora or etherpad) listening at a port that is not port 80 and to be able to proxy it over to a domain name. If I can&apos;t this simple configuration to work, though, something tells me that won&apos;t work either. I would be forever grateful if you could tell me (a) what I&apos;m doing wrong or (b) a different, simple way to do what I&apos;m trying to do. Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.172644</guid>
	<pubDate>Wed, 08 Dec 2010 19:29:42 -0800</pubDate>
	<category>hiawatha</category>
	<category>port80</category>
	<category>port8080</category>
	<category>pound</category>
	<category>resolved</category>
	<category>server</category>
	<category>webserver</category>
	<dc:creator>wayland</dc:creator>
	</item>
	<item>
	<title>CMS for web presence</title>
	<link>http://ask.metafilter.com/167233/CMS%2Dfor%2Dweb%2Dpresence</link>	
	<description>I need a web presence for articles and pictures, and a way for readers to comment on both. I know a lot about web servers, and squat/all about web design, and I don&apos;t have oodles of free time... help me pick a CMS. I have a static IP, and some serious unix-fu. I don&apos;t have a lot of web design chops, and even less time to learn some. I need to put a few articles online, with comments on them enabled, and an image gallery, with same. Maybe a few dozen articles, and not even that many pics. It doesn&apos;t need to be amazing, but it should look good with factory defaults and a small amount of tweaking... the last thing I need in my life right now is a crash course in CSS and Dreamweaver.* I understand that a good CMS will do what I want, but there are a &lt;em&gt;&lt;strong&gt;lot&lt;/strong&gt;&lt;/em&gt; of them out there... which one will do the best job with the least hassle?&lt;br&gt;
&lt;br&gt;
(*A crash course in CSS and Dreamweaver will likely be another AskMeFi question in the future...)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.167233</guid>
	<pubDate>Thu, 07 Oct 2010 20:30:48 -0800</pubDate>
	<category>CMS</category>
	<category>unix-fu</category>
	<category>web</category>
	<category>webdesign</category>
	<category>webpage</category>
	<category>webpresence</category>
	<category>webserver</category>
	<dc:creator>Slap*Happy</dc:creator>
	</item>
	<item>
	<title>How can I use .htaccess to shorten URLs?</title>
	<link>http://ask.metafilter.com/146757/How%2Dcan%2DI%2Duse%2Dhtaccess%2Dto%2Dshorten%2DURLs</link>	
	<description>I need some specific help with my .htaccess file.  I&apos;m new to the Rewrite module and can&apos;t quite figure out what I need to do to serve my pages (which live inside some nested directories) up with a nice short URL. So I&apos;ve got all my new web pages in a directory a few levels deep, i.e.:&lt;br&gt;
&lt;br&gt;
 domain.com/newstuff/pages/page_title.php&lt;br&gt;
&lt;br&gt;
and I&apos;d like their URLs to display in the browser address bar as:&lt;br&gt;
&lt;br&gt;
 domain.com/page_title.php&lt;br&gt;
&lt;br&gt;
Also, I&apos;d like users (and my internal links) to be able to use the short form as well.  I&apos;ve already got redirects set up to forward the latter to the former, but the URL reflects that (showing the long form in the address bar), and I&apos;d like it to be nice &amp;amp; short, consistently.  Any advice would be greatly appreciated!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.146757</guid>
	<pubDate>Tue, 23 Feb 2010 15:15:37 -0800</pubDate>
	<category>htaccess</category>
	<category>resolved</category>
	<category>rewrite</category>
	<category>webserver</category>
	<dc:creator>Aquaman</dc:creator>
	</item>
	<item>
	<title>Giant but simple database - how to build</title>
	<link>http://ask.metafilter.com/145108/Giant%2Dbut%2Dsimple%2Ddatabase%2Dhow%2Dto%2Dbuild</link>	
	<description>What is best method to create a non-techy local interface for a 40M+ record database that I&apos;d like to host on my web server?  I&apos;d like to regularly import new data, crunch it, and export specific CSV reports (which will be much smaller than 40M rows). The data will be essentially a 40M row record of address files.  I will receive new data every month.  I want to query it and export reports that will be a 70K row DB.  Ideally these could be automated and output to a webserver.&lt;br&gt;
&lt;br&gt;
I will also want an easy way to just look at and play with the data a bit.  I am familiar with MS Access in running basic reports, etc, and would love to be able to use that to play with the data (rather than getting fancy with SQL all the time).  &lt;br&gt;
&lt;br&gt;
I have a webserver with mySQL setup and running.&lt;br&gt;
&lt;br&gt;
I plan on using an Elancer to set this up for me  and get it running with sample data.  What should I ask them to do?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.145108</guid>
	<pubDate>Fri, 05 Feb 2010 05:53:17 -0800</pubDate>
	<category>access</category>
	<category>database</category>
	<category>DB</category>
	<category>mySQL</category>
	<category>webserver</category>
	<dc:creator>mtstover</dc:creator>
	</item>
	<item>
	<title>I thought WAMPserver was, like, for idiots. I feel like an idiot so why doesn&apos;t it work?</title>
	<link>http://ask.metafilter.com/127996/I%2Dthought%2DWAMPserver%2Dwas%2Dlike%2Dfor%2Didiots%2DI%2Dfeel%2Dlike%2Dan%2Didiot%2Dso%2Dwhy%2Ddoesnt%2Dit%2Dwork</link>	
	<description>I am following a tutorial on how to install WAMPserver and Wordpress on my Windows machine to kickstart my learning of CM systems and PHP. A crucial component won&apos;t install and I don&apos;t know nuthin&apos; about how to fix the problem. I found &lt;a href=&quot;http://www.ampercent.com/web-design/install-wordpress-computer-wamp-server/1079/&quot;&gt;This tutorial&lt;/a&gt; on installing and configuring WAMPserver, which is ideal for a dunderhead like myself who can barely compute. When I get to the part where they tell you to go to SQLitemanager, I realized that it wasn&apos;t in my WAMPserver menu. I have unistalled and reinstalled twice and it doesn&apos;t show up. I have tried to duplicate their instructions using a SQLite Manager plugin for Firefox but it isn&apos;t working. I have searched for evidence of other people having the same problem but came up empty-handed. I am at a loss to find a solution. Am I looking for the answers in the wrong places? This is being installed on a machine without windows server software.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.127996</guid>
	<pubDate>Tue, 21 Jul 2009 11:49:39 -0800</pubDate>
	<category>apache</category>
	<category>mysql</category>
	<category>php</category>
	<category>sqlitemanager</category>
	<category>wampserver</category>
	<category>webserver</category>
	<dc:creator>Foam Pants</dc:creator>
	</item>
	<item>
	<title>redirecting Coldfusion without software installed</title>
	<link>http://ask.metafilter.com/123921/redirecting%2DColdfusion%2Dwithout%2Dsoftware%2Dinstalled</link>	
	<description>My new webserver doesn&apos;t have Coldfusion so I am hosting my .cfm pages on another server. Can I redirect traffic to these new addresses using a .htaccess file or do I have to have the software installed to even get a redirect on a .cfm page? How would you do it?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.123921</guid>
	<pubDate>Thu, 04 Jun 2009 16:56:48 -0800</pubDate>
	<category>coldfusion</category>
	<category>redirect</category>
	<category>webserver</category>
	<dc:creator>Foam Pants</dc:creator>
	</item>
	<item>
	<title>SSL Client Certificates</title>
	<link>http://ask.metafilter.com/122192/SSL%2DClient%2DCertificates</link>	
	<description>Please help a noob with client-side SSL certificates. What is the process for generating SSL client certs? What kind of information is needed? Who generates them? I have a web server SSL cert installed (IIS), when users try to connect they are prompted to choose their client certificate from a list. (This is the behavior I want). The web server SSL certificate was issued by Entrust.net</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.122192</guid>
	<pubDate>Fri, 15 May 2009 08:45:51 -0800</pubDate>
	<category>authentication</category>
	<category>certificates</category>
	<category>SSL</category>
	<category>webserver</category>
	<dc:creator>banshee</dc:creator>
	</item>
	<item>
	<title>Wait a minute Mr. Postman!</title>
	<link>http://ask.metafilter.com/121423/Wait%2Da%2Dminute%2DMr%2DPostman</link>	
	<description>Why are some random automated messages suddenly not being delivered through our email server? We have a linux server over at The Planet running WHM/cPanel. We&apos;ve never had issues with our email until recently. Two recent events have led me to believe that some emails are not getting through:&lt;br&gt;
&lt;br&gt;
1.) An example email address on our troubled server is siclik@example.com. I have Ooma as my personal VoIP provider and have yet to receive a voice mail notification email (or password reminder email) at siclik@example.com. When I use siclik@hotmail.com, notifications arrive immediately. I&apos;ve triple checked that I&apos;ve entered my email address correctly.&lt;br&gt;
&lt;br&gt;
2.) Our accountant told me just today that he&apos;s not receiving end-of-the-day automated credit card batch confirmations through his accountant@example.com email address. &lt;br&gt;
&lt;br&gt;
Our server is running SpamAssassin, however I&apos;ve added both Ooma and the credit card company to the spam filter&apos;s white list, so emails should be going through, right?&lt;br&gt;
&lt;br&gt;
Anyone have experience with this and willing to share some knowledge?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.121423</guid>
	<pubDate>Wed, 06 May 2009 11:10:16 -0800</pubDate>
	<category>cpanel</category>
	<category>email</category>
	<category>linux</category>
	<category>spamassassin</category>
	<category>webserver</category>
	<category>whm</category>
	<dc:creator>siclik</dc:creator>
	</item>
	<item>
	<title>this webpage is for loading and unloading only.  no bookmarking</title>
	<link>http://ask.metafilter.com/120473/this%2Dwebpage%2Dis%2Dfor%2Dloading%2Dand%2Dunloading%2Donly%2Dno%2Dbookmarking</link>	
	<description>Is there anyway with apache redirect&apos;s (mod_rewrite with a 301 rule) for the underlying web page to detect the redirect and run some JS or PHP (or anything really) to say, &apos;HEY USER!!!  Ya you!  Change your bookmarks please!&apos;? I would like to change the domain name for a website I have and I can handle the actual rewrite rules just fine, but I would really like people to notice when they have been redirected so I can eventually phase out the old domain name.&lt;br&gt;
&lt;br&gt;
Ideally, this could be bit of inline text above the banner for the web page.  (Maybe I could make it blood red or blinking if I was feeling evil....)&lt;br&gt;
&lt;br&gt;
I do *not* want to use pop-ups.  Not web page pop-ups nor notification pop-ups.  (You know, those &apos;OK or Cancel&apos; ones).  That would be annoying.&lt;br&gt;
&lt;br&gt;
PS - I am aware that changing the domain name will kill page rank, etc.  It is a very low traffic site and I am not concerned about that at all.  &lt;br&gt;
&lt;br&gt;
And now that I logically follow that through... It being low traffic, I guess this is a slightly moot question, but now that I am stumped it is going to bug me until I find an answer.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.120473</guid>
	<pubDate>Sat, 25 Apr 2009 07:26:49 -0800</pubDate>
	<category>apache</category>
	<category>mod_rewrite</category>
	<category>redirect</category>
	<category>webserver</category>
	<dc:creator>cayla</dc:creator>
	</item>
	<item>
	<title>Need a book recommendation for J2EE</title>
	<link>http://ask.metafilter.com/119786/Need%2Da%2Dbook%2Drecommendation%2Dfor%2DJ2EE</link>	
	<description>I&apos;d like to learn more about design patterns and designing a maintainable infrastructure for a J2EE web application. Do you have any book recommendations?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.119786</guid>
	<pubDate>Fri, 17 Apr 2009 10:46:47 -0800</pubDate>
	<category>book</category>
	<category>designpatterns</category>
	<category>internet</category>
	<category>j2ee</category>
	<category>java</category>
	<category>webserver</category>
	<dc:creator>smurdah</dc:creator>
	</item>
	<item>
	<title>www-wrong</title>
	<link>http://ask.metafilter.com/110995/wwwwrong</link>	
	<description>How do I prevent Firefox from adding &apos;www&apos; and &apos;.com&apos; to local URLs? I have a web server on my local network that I access via http://test/&lt;br&gt;
&lt;br&gt;
Whenever I forget to turn on this server (or if it goes into standby or whatever), Firefox first tries the corrrect URL, then tries http://www.test.com. I find this more annoying that I probably should.&lt;br&gt;
&lt;br&gt;
Any idea how I can prevent this second-guessing by Firefox? It&apos;s got to be in about:config somewhere, but I&apos;m blessed if I can find it.&lt;br&gt;
&lt;br&gt;
Failing that, how do I learn to be less anal?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.110995</guid>
	<pubDate>Wed, 07 Jan 2009 05:56:48 -0800</pubDate>
	<category>aboutconfig</category>
	<category>autocorrect</category>
	<category>firefox</category>
	<category>resolved</category>
	<category>urls</category>
	<category>webserver</category>
	<dc:creator>le morte de bea arthur</dc:creator>
	</item>
	<item>
	<title>Quantifying the Slashdot Effect</title>
	<link>http://ask.metafilter.com/105119/Quantifying%2Dthe%2DSlashdot%2DEffect</link>	
	<description>I&apos;m trying to figure out if a server I&apos;m working on can withstand being linked to by very high traffic websites. Can anyone tell me the basic traffic characteristics of, say, a front page link from: Drudge Report, Yahoo! Buzz, Huffington Post, Slashdot, Reddit, or Digg? I&apos;m using ab (ApacheBench) and I&apos;d like to have some idea of how many requests, and at what level of concurrency, I should be trying to make this server capable of pushing out. Thanks! I already know what to do (log and observe, cache cache cache, tune and tweak db and web server configuration, etc) and am experienced in that process. I just need some typical numbers to help me figure out when I&apos;m done!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.105119</guid>
	<pubDate>Fri, 24 Oct 2008 16:54:19 -0800</pubDate>
	<category>apachebench</category>
	<category>benchmarking</category>
	<category>digg</category>
	<category>drudgereport</category>
	<category>huffingtonpost</category>
	<category>reddit</category>
	<category>serveroptimization</category>
	<category>slashdot</category>
	<category>traffic</category>
	<category>webserver</category>
	<category>yahoobuzz</category>
	<dc:creator>evariste</dc:creator>
	</item>
	<item>
	<title>How do i get a VM to share a local folder?</title>
	<link>http://ask.metafilter.com/102810/How%2Ddo%2Di%2Dget%2Da%2DVM%2Dto%2Dshare%2Da%2Dlocal%2Dfolder</link>	
	<description>How do I get a vmware machine to mount a folder on it&apos;s host machine? I&apos;m trying to emulate something we do at work on a home machine. I&apos;m a web developer, and have a great sysadmin to work his black magic at work, and am at a loss at how to get it working at home. &lt;br&gt;
At work we have VMware machines that emulate our web server enviroment on our dev machines. We run the virtual and map local.whatever.com in the hosts file to the virtual machine as a web server. The directory that holds the files for local.whatever.com is on the drive of the host machine, so we can do our development there, test in local.whatever.com, and life is good.&lt;br&gt;
So, on  a home machine, I&apos;ve setup an ubuntu server, apache, etc. I have my router forwarding http traffic to it, it&apos;s working fine. &lt;br&gt;
What i&apos;d like it to do is: mount a folder on the home machine as the root of a site, set up apache to serve files from there. There&apos;s a setting in the vmware workstation for shared folders, but besides enabling and disabling there doesn&apos;t seem to be any useful options. &lt;br&gt;
The only alternate solution I&apos;ve thought of is setting up the folder inside the VM, setting up SVN on it, and just transferring from a local folder to the one inside the VM with SVN. It might be a better solution, but I&apos;d like to at least know how to get the original plan to work. Any ideas?&lt;br&gt;
env info: machine is running XP, VM is running ubuntu server, apache2, php, mysql, etc.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.102810</guid>
	<pubDate>Sat, 27 Sep 2008 14:05:11 -0800</pubDate>
	<category>diskmounting</category>
	<category>sharedfolders</category>
	<category>vmware</category>
	<category>webserver</category>
	<dc:creator>muddylemon</dc:creator>
	</item>
	<item>
	<title>VMWare: Web server on guest OS, accessed from Host?</title>
	<link>http://ask.metafilter.com/102711/VMWare%2DWeb%2Dserver%2Don%2Dguest%2DOS%2Daccessed%2Dfrom%2DHost</link>	
	<description>VMWare Fusion as dev server: How can I set things up so I can access a web server running under the guest OS (Red Hat Enterprise Linux 5) from the host machine? Bonus points if it can be done without plugging into an ethernet network.
I&apos;ve got a web app that will eventually be deployed under Red Hat Enterprise Linux 5, and the client sent me a VMWare image of the production machine so I could test in an environment as similar to theirs as possible (I usually just run the AMP stack under OS X, but they&apos;re using older versions of each piece of software, and are unlikely to upgrade soon because of some legacy apps, and we all know php installations vary wildly anyway, so this seems to make sense).&lt;br&gt;
&lt;br&gt;
Since I&apos;ve got VMWare Fusion, I figured this&apos;d be a snap, but there appear to be two challenges:&lt;br&gt;
&lt;br&gt;
1) Red Hat Enterprise Linux appears to be expecting an wired Ethernet connection by default. I&apos;m primarily doing work on a MacBook Pro with connectivity done by WiFi. Having to plug in would suck... but this might be the part where getting WiFi to work under Linux would suck more.&lt;br&gt;
&lt;br&gt;
2) I&apos;m not sure what tack to take for the general network settings for VMWare (probably &quot;Bridged&quot; or &quot;Host Only&quot;?) and corresponding appropriate TCP/IP settings for the guest OS. &lt;br&gt;
&lt;br&gt;
I&apos;d love it if someone could post or point to a comprehensive explanation for making this work, but if you can help with either point #1 or point #2 (or offer any other advice), that&apos;d be great too.&lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.102711</guid>
	<pubDate>Fri, 26 Sep 2008 10:40:26 -0800</pubDate>
	<category>client</category>
	<category>fusion</category>
	<category>guestos</category>
	<category>hostos</category>
	<category>osx</category>
	<category>redhat</category>
	<category>rhel</category>
	<category>vmware</category>
	<category>webserver</category>
	<dc:creator>weston</dc:creator>
	</item>
	<item>
	<title>Using Apache to (almost) bypass Apache?</title>
	<link>http://ask.metafilter.com/101672/Using%2DApache%2Dto%2Dalmost%2Dbypass%2DApache</link>	
	<description>Is there a simple way to use Apache&apos;s &lt;tt&gt;ProxyPass&lt;/tt&gt; directive so that everything &lt;i&gt;apart&lt;/i&gt; from a directory beneath the webroot gets passed on to another server? If not, can it be done another way? I&apos;m wanting to combine lighttpd with Apache to take some load of a server, but unlike the standard ProxyPass setup, I&apos;d like the httpd.conf to direct things like this:&lt;br&gt;
&lt;br&gt;
http://mysite.com/        -&amp;gt; lighttpd running on port 81&lt;br&gt;
http://mysite.com/foo/   -&amp;gt; Apache running on port 80&lt;br&gt;
&lt;br&gt;
Is that possible with ProxyPass? If not, can it be done another way, perhaps by swapping the ports and putting it in the lighttpd config?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.101672</guid>
	<pubDate>Sun, 14 Sep 2008 12:18:20 -0800</pubDate>
	<category>apache</category>
	<category>lighttpd</category>
	<category>proxy</category>
	<category>webserver</category>
	<dc:creator>holgate</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>
	
	</channel>
</rss>

