<?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 apache</title>
      <link>http://ask.metafilter.com/tags/web+apache</link>
      <description>Questions tagged with 'web' and 'apache' at Ask MetaFilter.</description>
	  <pubDate>Wed, 05 Nov 2008 11:34:43 -0800</pubDate> <lastBuildDate>Wed, 05 Nov 2008 11:34:43 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Theming multiple web applications</title>
	<link>http://ask.metafilter.com/106040/Theming%2Dmultiple%2Dweb%2Dapplications</link>	
	<description>At my office we&apos;re running a number of different third-party web applications for things like blogs, ticket tracking, cms, and so forth.  I would like to apply some consistent themes to these applications without having learn n different theming mechanisms.  I&apos;m hoping y&apos;all can provide me with some suggestions. I&apos;m familiar with &lt;a href=&quot;http://deliverance.openplans.org/&quot;&gt;deliverance&lt;/a&gt;, which so far seems like the best solution, although it seems to have wandered away from xpath queries, which made a lot of sense, into the mists of yet-another-*ml-query-language.&lt;br&gt;
&lt;br&gt;
Are there any other solutions out there?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.106040</guid>
	<pubDate>Wed, 05 Nov 2008 11:34:43 -0800</pubDate>
	<category>apache</category>
	<category>presentation</category>
	<category>themes</category>
	<category>web</category>
	<category>webdesign</category>
	<dc:creator>larsks</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>Please Stop Doing That</title>
	<link>http://ask.metafilter.com/93892/Please%2DStop%2DDoing%2DThat</link>	
	<description>Apache Filter: blocking logins after failed attempts. A coworker asked me this one first, but I&apos;m stumped, so I turn  to the hive mind. &lt;br&gt;
&lt;br&gt;
He&apos;s running a pretty vanilla Apache on FreeBSD to serve a website that has  a /members section protected by htaccess. He administers passwords and such fine, and he&apos;s happy with the security and reliability and such, but he&apos;s starting to have a problem with scripts/robots hammering his login pages with web-based brute force attacks, trying user names (aaron, adam, arthur, axel...) and common passwords.&lt;br&gt;
&lt;br&gt;
This isn&apos;t a huge security problem but it&apos;s proving to be a heck of a drag on his web server, and it&apos;s poisoning his traffic data. Apparently &quot;something like 90 percent&quot; of his traffic last weekend was just that kind of noise. I first suggested just blocking the offending IPs within the .htaccess itself, but the source IPs change every couple of hours, and some are from identifiably dynamic IPs like ADSL users, so temporary blocks are definitely the right way, here.&lt;br&gt;
&lt;br&gt;
Obviously, he&apos;d rather not reengineer a whole new authentication scheme, and that&apos;s probably beyond his ken anyway. So is there an Apache module or middleware script he could use as an add-on or (pre?)login, to provide temporary lockouts for given user names or IP numbers? The goal is something like the typical bank login response: &quot;Too many failed logins, please try again in (1 hour).&quot; where that (hour) is configurable.&lt;br&gt;
&lt;br&gt;
Captchas on login might work, but that strikes me as too strange and cruel, I think, to impose on every login. &lt;br&gt;
&lt;br&gt;
It&apos;s a straight HTML website right now, nothing fancy at all (he uploads members documents by FTP and uses some web-front end CGI from his ISP for adding/removing htaccess users) and he&apos;s not comfortable with Perl or PHP beyond install-and-forget. That said, I could probably lend a couple hours of my own help to implement something one-time, as long as it &quot;just works&quot; after that.&lt;br&gt;
&lt;br&gt;
Suggestions, geek-hive?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.93892</guid>
	<pubDate>Thu, 12 Jun 2008 08:12:45 -0800</pubDate>
	<category>apache</category>
	<category>login</category>
	<category>security</category>
	<category>web</category>
	<dc:creator>rokusan</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>Sending E-mails with PHP</title>
	<link>http://ask.metafilter.com/68725/Sending%2DEmails%2Dwith%2DPHP</link>	
	<description>How do I get PHP to send an e-mail. Is there a way to do it without recompiling PHP/Apache. If not, how do I recompile PHP/Apache on a linux system to do this? How do I get PHP to send an e-mail. Is there a way to do it without recompiling PHP/Apache. If not, how do I recompile PHP/Apache on a linux system to do this?&lt;br&gt;
&lt;br&gt;
Ideally, I would like to find a way without recompiling my software, but if there is not other way, I can recompile the software.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.68725</guid>
	<pubDate>Tue, 07 Aug 2007 06:57:35 -0800</pubDate>
	<category>Apache</category>
	<category>code</category>
	<category>coding</category>
	<category>Computer</category>
	<category>Computers</category>
	<category>e-mail</category>
	<category>linux</category>
	<category>PHP</category>
	<category>web</category>
	<dc:creator>kaozity</dc:creator>
	</item>
	<item>
	<title>Other frameworks akin to Ruby on Rails?</title>
	<link>http://ask.metafilter.com/66406/Other%2Dframeworks%2Dakin%2Dto%2DRuby%2Don%2DRails</link>	
	<description>What are the best database-driven Web application development frameworks out there right now?  More specifically, please orient me to toolsets you know of that are similar to Ruby on Rails. I have a couple of database-oriented Web applications I&apos;ll be working on in the near future.  I&apos;d love to avoid (re)writing lots of the low-level code (recordset handling, security, user input validation, &amp;amp;c, &amp;amp;c, &amp;amp;c ) that every such application needs in order to function, as I&apos;ve done numerous times in the past.  Rather than dust off some of my own home-rolled libraries, I&apos;d rather take the time to choose and learn one of the integrated open-source frameworks that have come into being over the past few years.&lt;br&gt;
&lt;br&gt;
I know of Ruby on Rails, obviously, and have heard of a a couple of python-based frameworks that seem philosophically similar to RoR.  Please note that I&apos;m totally language-agnostic -- I&apos;m quite handy with all the languages that form the &quot;P&quot; in &quot;LAMP&quot; and with some others as well, but I don&apos;t mind picking up some new syntax if it&apos;ll simplify my development task in the end.  &lt;br&gt;
&lt;br&gt;
Help me understand my options!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.66406</guid>
	<pubDate>Fri, 06 Jul 2007 16:14:49 -0800</pubDate>
	<category>apache</category>
	<category>database</category>
	<category>development</category>
	<category>LAMP-4-lyfe</category>
	<category>mysql</category>
	<category>perl</category>
	<category>php</category>
	<category>python</category>
	<category>ruby</category>
	<category>software</category>
	<category>Web</category>
	<category>Web2.0</category>
	<category>webapplication</category>
	<dc:creator>killdevil</dc:creator>
	</item>
	<item>
	<title>Mod_Rewrite Help Wanted, Apply Within</title>
	<link>http://ask.metafilter.com/57991/ModRewrite%2DHelp%2DWanted%2DApply%2DWithin</link>	
	<description>I am in mod_rewrite hell. What a syntax! Can someone smarter than me have a look and tell me I&apos;m not crazy? Thanks! Okay, mod_rewrite is working and respecting my .htaccess file, so there&apos;s no installation problem. I wish to shorten URLs in this form:&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;&lt;br&gt;
www.mysite.com/dynamicpages/newstory.shtml?shownews.tmpt&amp;amp;showstory=122&lt;br&gt;
&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
To something like this:&lt;br&gt;
&lt;br&gt;
&lt;tt&gt;&lt;br&gt;
www.mysite.com/news?122&lt;br&gt;
&lt;/tt&gt;&lt;br&gt;
&lt;br&gt;
So that users can type the latter and get the same results they would get from the &quot;expanded&quot; first version. &lt;br&gt;
&lt;br&gt;
I know this is exactly what mod_rewrite is for, but for the life of me I can&apos;t get it to produce anything other than nasty looping errors like &quot;Too many redirects.&quot;&lt;br&gt;
&lt;br&gt;
Can someone demonstrate the no-doubt three-liner I need? Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.57991</guid>
	<pubDate>Fri, 02 Mar 2007 09:27:54 -0800</pubDate>
	<category>apache</category>
	<category>modrewrite</category>
	<category>urls</category>
	<category>web</category>
	<dc:creator>rokusan</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>What&apos;s  the most robust bandwidth throttling method for my Apache web server?</title>
	<link>http://ask.metafilter.com/31817/Whats%2Dthe%2Dmost%2Drobust%2Dbandwidth%2Dthrottling%2Dmethod%2Dfor%2Dmy%2DApache%2Dweb%2Dserver</link>	
	<description>What&apos;s the best bandwidth throttling method for my Apache webserver? I run a website that serves a great deal of videos -- we host 50+ videos at around 10-40MB a pop, and receive a few thousand hits a day. We are in no danger of reaching our monthly bandwidth limit. The problem is our concurrent bandwidth limit -- if we average over 10Mbps for too long, we get a nastygram from our ISP. The site is run on a dedicated Apache / Linux server with cPanel and the like.&lt;br&gt;
&lt;br&gt;
Before I continue, a proviso: I&apos;m new to all of this. I know my way around a command-line, and can follow tutorials, but I have never tried configuring Apache by hand, normally leaving it up to the cPanel/WHM interface (a web app that can handle most common server config tasks through its GUI). So a) I might get some terms wrong, and b) the more information in your answers, the better -- &quot;Just set up a Widget in your .gadgets file&quot; isn&apos;t going to help me much -- full paths or links to tutorials will. Thanks.&lt;br&gt;
&lt;br&gt;
Anyway, the story -- when we got the server, I enlisted an internet acquaintence (since incommunicado, and thus unavailable for futher help) to set it up for us. He tried Apache&apos;s &quot;modbandwith&quot; (I believe is the name) first, but that established too hard of a limit on our bandwidth output -- out of ten users, the first one or two would get all the bandwidth, and the rest would get nothing, and no bursting was possible. We needed a fuzzier solution, in which the &lt;b&gt;average&lt;/b&gt; rate would be lowered if there was too much usage, but still allowed bursting. The acquaintence whipped up a solution by which all references to .mov or .mp4 files are redirected (via an .htaccess file) to another web server, THTTPD, which resides on a different port. THTTPD is a &quot;tiny, throttling&quot; web server, and its throttling has served us pretty well so far, but lately it&apos;s been struggling a bit. Add to that the fact that &lt;code&gt;top&lt;/code&gt; shows THTTPD using 70% of our memory and that it&apos;s not under active development, and I need a different solution.&lt;br&gt;
&lt;br&gt;
So the question is: Is there a means to get Apache to do the sort of bandwidth throttling I need? That is, to have it monitor the average bitrate out and reduce it, rather than establishing a hard limit? I would prefer the solution to be Apache based, so I don&apos;t need to manage yet another process-I-have-a-hazy-understanding-of on my server, but I want the most robust solution available, and if that means not doing it through Apache, I&apos;m open to it.&lt;br&gt;
&lt;br&gt;
Again, I&apos;m not a system administrator or Linux power-user -- compiling is beyond me, and I don&apos;t know beans about configuring Apache, so concrete responses like &quot;type this at the command line&quot; or links to packages I should install would be most helpful. Thanks so much!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.31817</guid>
	<pubDate>Tue, 31 Jan 2006 10:46:10 -0800</pubDate>
	<category>apache</category>
	<category>linux</category>
	<category>server</category>
	<category>web</category>
	<dc:creator>tweebiscuit</dc:creator>
	</item>
	<item>
	<title>Refresh vs. Form Re-submission</title>
	<link>http://ask.metafilter.com/24127/Refresh%2Dvs%2DForm%2DResubmission</link>	
	<description>Form re-submission woes!

How can I catch page refreshes and prevent form values from being re-submitted? I&apos;ve read a lot on the subject and tried varying tactics to counteract the problem.  From hidden form variables and plain old user education, no methodology has worked quite as well as I had anticipated upon implementation.  However, a lot of sites seem fairly successful in protecting against this problem so there must be something I&apos;m missing (well, more than &lt;em&gt;one&lt;/em&gt; something).&lt;br&gt;
&lt;br&gt;
What am I missing?  Does anyone have any tried-and-true methods that they&apos;ve used?  If so, are their any caveats to your preferred method?&lt;br&gt;
&lt;br&gt;
(This is particularly for Perl/PHP with Apache and/or IIS.  I&apos;m hoping for one solution that can be modularized for varying projects, but anything is appreciated.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.24127</guid>
	<pubDate>Fri, 16 Sep 2005 10:54:09 -0800</pubDate>
	<category>apache</category>
	<category>form</category>
	<category>http</category>
	<category>iis</category>
	<category>perl</category>
	<category>php</category>
	<category>refresh</category>
	<category>web</category>
	<category>webdesign</category>
	<dc:creator>purephase</dc:creator>
	</item>
	<item>
	<title>Separating vhosts in combined apache logfile?</title>
	<link>http://ask.metafilter.com/22740/Separating%2Dvhosts%2Din%2Dcombined%2Dapache%2Dlogfile</link>	
	<description>I am in a shared hosting environment, but I host multiple domains using mod_rewrite. Of course, this means all the domains get lumped together in one logfile. I need to be able to separate the individual domains for log analysis, without using a CustomLog statement.  Let&apos;s take care of the obvious: I can&apos;t afford individual accounts for each domain, or upgrading to a dedicated server. I don&apos;t have access to httpd.conf, so I can&apos;t use &lt;virtualhost&gt; with accompanying CustomLog statements. &lt;br&gt;
&lt;br&gt;
It would seem that one would be able to infer which request is for which domain by looking at requests in aggregate (e.g. first request is for &quot;/&quot; with the referring page as the referrer, and the second request is for the page&apos;s style sheet, graphics, etc, with the requested domain&apos;s docroot as the referrer. )&lt;br&gt;
&lt;br&gt;
I suppose some perl is the answer, but that&apos;s a frightening prospect for me. There&apos;s got to be a way to either tag or otherwise indicate in the log entry which domain is being requested, somewhere in .htaccess (where the mod_rewrite rules live, and which is the only apache config to which I have access).&lt;br&gt;
&lt;br&gt;
Possible ideas: Can RewriteLog be hacked to do this? Or I could do an AddHandler to a shell script that created the appropriate logs, but that would create serious performance issues. &lt;br&gt;
&lt;br&gt;
Or perhaps there&apos;s a way to do this in Sawmill, my logfile analyser.&lt;br&gt;
&lt;br&gt;
I can&apos;t be the only one in this situation, but Google has yielded zilch.&lt;/virtualhost&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.22740</guid>
	<pubDate>Wed, 17 Aug 2005 17:17:14 -0800</pubDate>
	<category>apache</category>
	<category>internet</category>
	<category>logs</category>
	<category>perl</category>
	<category>web</category>
	<category>webhosting</category>
	<dc:creator>joshwa</dc:creator>
	</item>
	<item>
	<title>&quot;You&apos;ll gonna need a more sophisticated solution.&quot;</title>
	<link>http://ask.metafilter.com/21524/Youll%2Dgonna%2Dneed%2Da%2Dmore%2Dsophisticated%2Dsolution</link>	
	<description>I&apos;ve just learnt (after an afternoon of struggling) that Apache&apos;s  mod_write module doesn&apos;t work for embedded media, like a video in object tags. The best response I could get to my problem was &quot;You&apos;ll gonna need a more sophisticated solution.&quot;. Well thanks. Any pointers? I&apos;m trying to prevent hotlinking (for sensitivity reasons rather than bandwidth) a series of wmv&apos;s on a remote http server.&lt;br&gt;
&lt;br&gt;
I can protect them nicely if I&apos;m happy to just link to them but if I want to embed them nothing happens. I know I could put embed them in a html file on the remote and protect that html file, but that&apos;s not the solution I&apos;m looking for.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.21524</guid>
	<pubDate>Thu, 21 Jul 2005 10:35:37 -0800</pubDate>
	<category>Apache</category>
	<category>mod_rewrite</category>
	<category>web</category>
	<category>webserver</category>
	<dc:creator>handybitesize</dc:creator>
	</item>
	<item>
	<title>Perl, CGI, and Apache</title>
	<link>http://ask.metafilter.com/16367/Perl%2DCGI%2Dand%2DApache</link>	
	<description>I have a Perl script which is supposed to handle user registration. It works fine from the command line (perl blah.pl &quot;username=blah&amp;amp;password=blah&quot;) but doesn&apos;t modify the file it&apos;s supposed to modify when run as a CGI script in Apache 2.0.  I&apos;m assuming this is some sort of permissions issue, but I&apos;ve done chmod a+w and chmod 777 on the file in question and still no luck. Is there something I need in my httpd.conf?&lt;br&gt;
&lt;br&gt;
Apologies if this is a really inane question, but my brain is fried right now and the Apache docs might as well be Greek.&lt;br&gt;
&lt;br&gt;
(Also: I know I shouldn&apos;t keep my user data in a file. Eventually I will switch to some sort of SQL database. For the moment, though, I&apos;d like to get the authentication crap out of the way so I can work on the fun bits of my webapp.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.16367</guid>
	<pubDate>Tue, 15 Mar 2005 21:56:58 -0800</pubDate>
	<category>apache</category>
	<category>cgi</category>
	<category>perl</category>
	<category>programming</category>
	<category>web</category>
	<dc:creator>IshmaelGraves</dc:creator>
	</item>
	<item>
	<title>Database-driven web sites using using Linux, Apache, MySQL, PHP, etc?</title>
	<link>http://ask.metafilter.com/12794/Databasedriven%2Dweb%2Dsites%2Dusing%2Dusing%2DLinux%2DApache%2DMySQL%2DPHP%2Detc</link>	
	<description>I know how to make database-driven web sites using Windows servers, Access, IIS, and ASP.&lt;br&gt;
&lt;br&gt;
I want to learn how to do the same using Linux, Apache, MySQL, PHP, and... whatever you use instead of Access.&lt;br&gt;
&lt;br&gt;
Where do I start?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.12794</guid>
	<pubDate>Fri, 10 Dec 2004 17:25:57 -0800</pubDate>
	<category>Apache</category>
	<category>database</category>
	<category>LAMP</category>
	<category>learning</category>
	<category>Linux</category>
	<category>MySQL</category>
	<category>PHP</category>
	<category>programming</category>
	<category>web</category>
	<category>WebDevelopment</category>
	<category>websites</category>
	<dc:creator>Mwongozi</dc:creator>
	</item>
	<item>
	<title>Looking for good, cheap hosting</title>
	<link>http://ask.metafilter.com/10604/Looking%2Dfor%2Dgood%2Dcheap%2Dhosting</link>	
	<description>Since web hosting companies tend to come and go like ships on the tide, I would like &lt;a href=&quot;http://ask.metafilter.com/mefi/4940&lt;br &quot;&gt;
&quot;&amp;gt;to revisit this question&lt;/a&gt; ... with a few alterations.  I want the price to stay below $10 a month, possibly even under $5.  Instead of 20mb of space, I want 500mb or more.  Also, I want PHP, MySql, CGI scripting, FTP, webmail, etc ... and if their servers run on Apache, then all the better.  Any recommendations?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.10604</guid>
	<pubDate>Fri, 01 Oct 2004 10:18:58 -0800</pubDate>
	<category>apache</category>
	<category>host</category>
	<category>hosting</category>
	<category>storage</category>
	<category>web</category>
	<dc:creator>grabbingsand</dc:creator>
	</item>
	<item>
	<title>Managing JAlbum</title>
	<link>http://ask.metafilter.com/9939/Managing%2DJAlbum</link>	
	<description>I know, I know -- not &lt;i&gt;another&lt;/i&gt; web photogallery AskMe question, but: I&apos;ve actually settled on the gallery itself. I&apos;m using JAlbum. Having made the choice, though, I&apos;m left with two questions:&lt;br&gt;
&lt;br&gt;
1. JAlbum makes nice galleries, but doesn&apos;t create a top-level index page. (I could hand-code it, but my wife will be doing most of the updating and I don&apos;t want her to have to go mucking around in HTML.) The easiest solution, I&apos;d think, would be just to reformat the directory listing into something attractive -- all I really need to communicate to the user is descriptive folder names and upload dates, but I&apos;d prefer to make something more handsome than the standard Apache page. Can anyone recommend a particular PHP file system manager or other solution?&lt;br&gt;
&lt;br&gt;
2. JAlbum&apos;s auto upload is ridiculously slow -- better just to FTP it. When JAblum makes a gallery, though, it includes a lot of stuff I&apos;m not using -- icon sets, borders, etc. It&apos;s not a ton of space, but I&apos;m going to uploading a lot of these galleries, and it&apos;ll add up. Is there a programmatic way I can stop JAlbum from including all this, instead of weeding it out before each upload? (I&apos;m using the BluPlusPlus skin.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.9939</guid>
	<pubDate>Sun, 05 Sep 2004 08:54:22 -0800</pubDate>
	<category>apache</category>
	<category>database</category>
	<category>gallery</category>
	<category>html</category>
	<category>index</category>
	<category>jalbum</category>
	<category>library</category>
	<category>organization</category>
	<category>php</category>
	<category>web</category>
	<dc:creator>blueshammer</dc:creator>
	</item>
	<item>
	<title>What&apos;s your favorite WAMP installer and why?</title>
	<link>http://ask.metafilter.com/8826/Whats%2Dyour%2Dfavorite%2DWAMP%2Dinstaller%2Dand%2Dwhy</link>	
	<description>What&apos;s your favorite WAMP installer? (and, of course ,why?)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.8826</guid>
	<pubDate>Mon, 19 Jul 2004 12:41:24 -0800</pubDate>
	<category>apache</category>
	<category>dev</category>
	<category>mysql</category>
	<category>php</category>
	<category>wamp</category>
	<category>web</category>
	<dc:creator>signal</dc:creator>
	</item>
	<item>
	<title>Problem with Apache (Win2K) on a local network</title>
	<link>http://ask.metafilter.com/5245/Problem%2Dwith%2DApache%2DWin2K%2Don%2Da%2Dlocal%2Dnetwork</link>	
	<description>Problem with Apache (Win2K) on a local network . . . I have an install of Apache that runs fine on my Windows 2000 machine. I&apos;ve added an XP laptop and I want to keep the 2000 machine as my server but work from the XP machine. Trying to browse to the root IP of the 2000 machine gets me an Apache 403 error.&lt;br&gt;
&lt;br&gt;
For convenience, I&apos;ve set up a virtual domain called &quot;tpc-dev&quot;, pointed it at the Web Root folder and made an entry on both machines&apos; &lt;em&gt;hosts&lt;/em&gt; files. This has gotten me no further, but at least provided a place to put an Allow From All, Allow From 192.168 -type statement which did me no good. But looks professional.&lt;br&gt;
&lt;br&gt;
I&apos;m working entirely in the httpd.conf file; there&apos;s nothing in .htaccess. Could this be a network user permissions issue? It doesn&apos;t seem like a router issue (D-Link wireless router + access point) since I can see Apache.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.5245</guid>
	<pubDate>Mon, 09 Feb 2004 14:24:14 -0800</pubDate>
	<category>apache</category>
	<category>microsoft</category>
	<category>server</category>
	<category>service</category>
	<category>w2k</category>
	<category>web</category>
	<category>win2k</category>
	<category>windows</category>
	<dc:creator>yerfatma</dc:creator>
	</item>
	<item>
	<title>Is it difficult to change to LAMP/Java from ASP/.NET? Is the open source thing really sticking?</title>
	<link>http://ask.metafilter.com/4506/Is%2Dit%2Ddifficult%2Dto%2Dchange%2Dto%2DLAMPJava%2Dfrom%2DASPNET%2DIs%2Dthe%2Dopen%2Dsource%2Dthing%2Dreally%2Dsticking</link>	
	<description>I have been looking at changing my web development focus from Windows/ASP/.NET to LAMP(Linux, Apache, MySQL, PHP/Python/Perl) because my gut is telling me that this is where things are going. Oh, Java should be in there as well.&lt;br&gt;
&lt;br&gt;
What&apos;s the skinny on LAMP in the real world (Netcraft &lt;a href=&quot;http://news.netcraft.com/archives/web_server_survey.html&quot; title=&quot;Netcraft Web Server Survey&quot;&gt;surveys&lt;/a&gt; aside)? Is it difficult to change to LAMP/Java? Is the open source thing really sticking?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.4506</guid>
	<pubDate>Fri, 09 Jan 2004 07:40:13 -0800</pubDate>
	<category>Apache</category>
	<category>Java</category>
	<category>LAMP</category>
	<category>Linux</category>
	<category>MySQL</category>
	<category>perl</category>
	<category>PHP</category>
	<category>Python</category>
	<category>web</category>
	<category>webdevelopment</category>
	<category>Windows</category>
	<dc:creator>grefo</dc:creator>
	</item>
	
	</channel>
</rss>

