<?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>LAMP Tips! &#187; Apache</title>
	<atom:link href="http://lamptips.com/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://lamptips.com</link>
	<description>Tips, tricks and (good) hacks</description>
	<lastBuildDate>Tue, 12 May 2009 22:04:48 +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>Hide Apache Version Number</title>
		<link>http://lamptips.com/2008/04/hide-apache-version-number/</link>
		<comments>http://lamptips.com/2008/04/hide-apache-version-number/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 18:39:27 +0000</pubDate>
		<dc:creator>Geoff W.</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[hide apache version]]></category>

		<guid isPermaLink="false">http://lamptips.com/?p=7</guid>
		<description><![CDATA[Add to httpd.conf

ServerSignature Off
ServerTokens Prod
]]></description>
			<content:encoded><![CDATA[<p>Add to httpd.conf</p>
<p><span id="more-7"></span></p>
<p><strong>ServerSignature Off<br />
ServerTokens Prod</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://lamptips.com/2008/04/hide-apache-version-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable HTTP Trace Method</title>
		<link>http://lamptips.com/2008/04/disable-http-trace-method/</link>
		<comments>http://lamptips.com/2008/04/disable-http-trace-method/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 17:55:00 +0000</pubDate>
		<dc:creator>Geoff W.</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Apache Trace]]></category>
		<category><![CDATA[Disable TRACE]]></category>
		<category><![CDATA[http trace]]></category>
		<category><![CDATA[TRACE Method]]></category>

		<guid isPermaLink="false">http://lamptips.com/?p=6</guid>
		<description><![CDATA[Disable the TRACE Method for PCI Compliance

Add this to your httpd.conf
TraceEnable off
Alternatively, if not using 1.3.34 or 2.0.55+, you can add this to your httpd.conf:
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* - [F]
]]></description>
			<content:encoded><![CDATA[<p>Disable the TRACE Method for PCI Compliance</p>
<p><span id="more-6"></span></p>
<p>Add this to your httpd.conf</p>
<p><strong>TraceEnable off</strong></p>
<p>Alternatively, if not using 1.3.34 or 2.0.55+, you can add this to your httpd.conf:</p>
<p><strong>RewriteEngine On<br />
RewriteCond %{REQUEST_METHOD} ^TRACE<br />
RewriteRule .* - [F]</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://lamptips.com/2008/04/disable-http-trace-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable weak ciphers and older TLS support</title>
		<link>http://lamptips.com/2008/04/disable-weak-ciphers-and-older-tls-support/</link>
		<comments>http://lamptips.com/2008/04/disable-weak-ciphers-and-older-tls-support/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 17:46:28 +0000</pubDate>
		<dc:creator>Geoff W.</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Disable SSL2]]></category>
		<category><![CDATA[Disable SSLv2]]></category>

		<guid isPermaLink="false">http://lamptips.com/?p=5</guid>
		<description><![CDATA[Disable SSLv2/TLS1 for PCI Compliance

Add the following to httpd.conf:
SSLProtocol all -SSLv2
SSLCipherSuite ALL:!ADH:!EXPORT56:+HIGH:+MEDIUM:-SSLv2:-RC4:+EXP
]]></description>
			<content:encoded><![CDATA[<p>Disable SSLv2/TLS1 for PCI Compliance</p>
<p><span id="more-5"></span></p>
<p>Add the following to httpd.conf:</p>
<p><strong>SSLProtocol all -SSLv2<br />
SSLCipherSuite ALL:!ADH:!EXPORT56:+HIGH:+MEDIUM:-SSLv2:-RC4:+EXP</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://lamptips.com/2008/04/disable-weak-ciphers-and-older-tls-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
