<?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>Tech-Recipes &#187; Apache web server</title>
	<atom:link href="http://www.tech-recipes.com/category/internet/http/apache-web-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:32:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HowTo: Reboot the Apache Server Safely</title>
		<link>http://www.tech-recipes.com/rx/1148/howto-reboot-the-apache-server-safely/</link>
		<comments>http://www.tech-recipes.com/rx/1148/howto-reboot-the-apache-server-safely/#comments</comments>
		<pubDate>Sun, 22 Jan 2006 07:20:21 +0000</pubDate>
		<dc:creator>MickeyMouse</dc:creator>
				<category><![CDATA[Apache web server]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[What do you do when you server freezes?  This explains the safest steps for rebooting your apache webserver.

We&#8217;ve all been there.  You try to access your site and nothing works.  You can ping and login through your shell, but apache isn&#8217;t spitting out any info.  Here is how to fix it.
Short [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1148/howto-reboot-the-apache-server-safely/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rewrite domain.com to www.domain.com using htaccess in Apache</title>
		<link>http://www.tech-recipes.com/rx/296/rewrite-domaincom-to-wwwdomaincom-using-htaccess-in-apache/</link>
		<comments>http://www.tech-recipes.com/rx/296/rewrite-domaincom-to-wwwdomaincom-using-htaccess-in-apache/#comments</comments>
		<pubDate>Sat, 27 Dec 2003 22:04:03 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Apache web server]]></category>
		<category><![CDATA[apapche]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[You may want all visitors to your site using www in front of your domain name (www.yourdomain.com) instead of just your domain name (yourdomain.com).  By implementing a simple .htaccess RewriteRule, visitors to yourdomain.com will see the URL change in their browser as they are redirected to the correct URL.

To redirect a URL such as [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/296/rewrite-domaincom-to-wwwdomaincom-using-htaccess-in-apache/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Password protect a web directory with .htaccess</title>
		<link>http://www.tech-recipes.com/rx/171/password-protect-a-web-directory-with-htaccess/</link>
		<comments>http://www.tech-recipes.com/rx/171/password-protect-a-web-directory-with-htaccess/#comments</comments>
		<pubDate>Wed, 08 Oct 2003 17:01:00 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Apache web server]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Apache references the .htaccess file in web document directories for access control information and other uses.  A simple configuration allows password protection with multiple username/password combinations.

In the directory to be protected, create a .htaccess file with contents like this:
AuthType Basic
AuthUserFile /safe/dir/htpasswd
AuthName "Text displayed in popup"
require valid-user
There are many other options for .htaccess, but these [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/171/password-protect-a-web-directory-with-htaccess/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Test the Apache configuration file httpd.conf</title>
		<link>http://www.tech-recipes.com/rx/112/test-the-apache-configuration-file-httpdconf/</link>
		<comments>http://www.tech-recipes.com/rx/112/test-the-apache-configuration-file-httpdconf/#comments</comments>
		<pubDate>Wed, 24 Sep 2003 12:06:46 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Apache web server]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[After making changes to the Apache configuration file, it is a good practice to test the configuration before implementing it.

To test the Apache configuration file for errors:
apachectl configtest
If the configuration file is fine, this command will return Syntax Ok.  Otherwise, it will return detailed information about the error discovered.
If apachectl is not in your [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/112/test-the-apache-configuration-file-httpdconf/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Stop Apache server processes</title>
		<link>http://www.tech-recipes.com/rx/111/stop-apache-server-processes/</link>
		<comments>http://www.tech-recipes.com/rx/111/stop-apache-server-processes/#comments</comments>
		<pubDate>Wed, 24 Sep 2003 12:04:00 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Apache web server]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[This command will safely stop apache server processes.

To stop Apache :
apachectl stop
If apachectl is not in your PATH and you don&#8217;t know where it is, refer to the recipe Find a file by name to find the location of apachectl, then run it with the fully qualified path, for example:
/usr/local/apache/bin/apachectl stop
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/111/stop-apache-server-processes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restart Apache without closing open connections</title>
		<link>http://www.tech-recipes.com/rx/110/restart-apache-without-closing-open-connections/</link>
		<comments>http://www.tech-recipes.com/rx/110/restart-apache-without-closing-open-connections/#comments</comments>
		<pubDate>Wed, 24 Sep 2003 11:27:27 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[Apache web server]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[restart]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[After making changes to Apache&#8217;s configuration file (httpd.conf), it is necessary to restart Apache for the changes to take effect.  A normal restart will close active connections which may cause problems for users.

To restart Apache gracefully without aborting open connections or to start Apache if it is not running:
apachectl graceful
If apachectl is not in [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/110/restart-apache-without-closing-open-connections/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 4/10 queries in 0.552 seconds using memcached
Object Caching 450/469 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 03:02:06 -->
