<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux etc. &#187; Apache</title>
	<atom:link href="http://promberger.info/linux/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://promberger.info/linux</link>
	<description>my outsourced memory for your perusal</description>
	<lastBuildDate>Mon, 02 Aug 2010 11:32:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Where my Apache settings are</title>
		<link>http://promberger.info/linux/2008/03/21/where-my-apache-settings-are/</link>
		<comments>http://promberger.info/linux/2008/03/21/where-my-apache-settings-are/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 17:29:20 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://promberger.info/linux/2008/03/21/where-my-apache-settings-are/</guid>
		<description><![CDATA[This is just a note to self, because I run Apache to test some online experiments locally.
Settings are in /etc/apache2
I changed the document root to my home directory; this setting is in /etc/apache2/sites-available/default. I allow only connections from 127.0.0.1 (localhost), this setting is also in that file.
More general settings are in /etc/apache2/httpd.conf and in /etc/apache2/apache2.conf. [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a note to self, because I run Apache to test some online experiments locally.</p>
<p>Settings are in <code>/etc/apache2</code></p>
<p>I changed the document root to my home directory; this setting is in <code>/etc/apache2/sites-available/default</code>. I allow only connections from 127.0.0.1 (localhost), this setting is also in that file.</p>
<p>More general settings are in <code>/etc/apache2/httpd.conf</code> and in <code>/etc/apache2/apache2.conf</code>. I don&#8217;t think I&#8217;ve changed anything in those files. <code>httpd.conf</code> seems to load the PHP module, I may have set that.</p>
<h3>Addendum</h3>
<p>To make your settings take effect, gracefully restart Apache 2:</p>
<pre>sudo apache2ctl restart</pre>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2008/03/21/where-my-apache-settings-are/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to run a web server off a usb flash drive</title>
		<link>http://promberger.info/linux/2007/11/19/how-to-run-a-web-server-off-a-usb-flash-drive/</link>
		<comments>http://promberger.info/linux/2007/11/19/how-to-run-a-web-server-off-a-usb-flash-drive/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 09:58:16 +0000</pubDate>
		<dc:creator>Marianne</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Slax]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://promberger.info/linux/2007/11/19/how-to-run-a-web-server-off-a-usb-flash-drive/</guid>
		<description><![CDATA[Actually, turns out to be really easy:

Install Slax on the USB flash drive. Here&#8217;s how I did it.
Download the Xampp module for Slax. I got version 1.6.2 from here.
Copy the Xampp_1_*_.mo file that you downloaded to the modules folder on your USB flash drive.
Boot off the USB flash drive.
Open a terminal and type:
/opt/lampp/lampp start

Open Konqueror [...]]]></description>
			<content:encoded><![CDATA[<p>Actually, turns out to be really easy:</p>
<ol>
<li>Install Slax on the USB flash drive. Here&#8217;s <a href="http://promberger.info/linux/2007/07/31/slax-on-a-usb-drive/">how I did it.</a></li>
<li>Download the Xampp module for Slax. I got version 1.6.2 <a href="http://slax.hosting4p.com/modules.php?action=download&#038;id=2636">from here</a>.</li>
<li>Copy the <code>Xampp_1_*_.mo</code> file that you downloaded to the <code>modules</code> folder on your USB flash drive.</li>
<li>Boot off the USB flash drive.</li>
<li>Open a terminal and type:
<pre>/opt/lampp/lampp start</pre>
</li>
<li>Open Konqueror and navigate to the URL <code>http://127.0.0.1</code>. You should see the Xampp info screen.</li>
<li>To see what your webroot directory is, look at <code>/opt/lampp/etc/httpd.conf</code>. Here, it is <code>/opt/lampp/htdocs</code>.</li>
<li>I added a symlink in <code>opt/lampp/htdocs</code> to a directory called <code>slax_files</code> on the larger data partition on the usb drive (I had partitioned the drive and put Slax on the smaller partition). I can now access files in that folder at <code>http://127.0.0.1:slax_drives/</code> (This symlink does not survive a reboot. See the next post on how to make it permanent.)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://promberger.info/linux/2007/11/19/how-to-run-a-web-server-off-a-usb-flash-drive/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
	</channel>
</rss>
