<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Apache, PHP and MySQL setup</title>
	<atom:link href="http://www.dikant.de/2007/08/13/apache-php-and-mysql-setup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dikant.de/2007/08/13/apache-php-and-mysql-setup/</link>
	<description>Personal blog of Peter Dikant</description>
	<lastBuildDate>Sat, 04 Feb 2012 13:19:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Peter</title>
		<link>http://www.dikant.de/2007/08/13/apache-php-and-mysql-setup/comment-page-1/#comment-77</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 09 Oct 2007 08:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dikant.de/2007/08/13/apache-php-and-mysql-setup/#comment-77</guid>
		<description>What do you mean with &quot;On my system, this will not work due to contention over the log file.&quot;?

If you place the ErrorLog and CustomLog statements inside a VirtualHost directive, the specified logfile will only contain the logs for exactly that virtual host. See: &lt;a href=&quot;http://httpd.apache.org/docs/2.0/logs.html&quot; rel=&quot;nofollow&quot;&gt;Apache Logging Documentation&lt;/a&gt;.

In my example above the logfiles for different virtual hosts will be in different directories. If you want to separate also SSL from non-SSL traffic, just specify another filepath in the SSL-Host for ErrorLog and CustomLog.</description>
		<content:encoded><![CDATA[<p>What do you mean with &#8220;On my system, this will not work due to contention over the log file.&#8221;?</p>
<p>If you place the ErrorLog and CustomLog statements inside a VirtualHost directive, the specified logfile will only contain the logs for exactly that virtual host. See: <a href="http://httpd.apache.org/docs/2.0/logs.html" rel="nofollow">Apache Logging Documentation</a>.</p>
<p>In my example above the logfiles for different virtual hosts will be in different directories. If you want to separate also SSL from non-SSL traffic, just specify another filepath in the SSL-Host for ErrorLog and CustomLog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.dikant.de/2007/08/13/apache-php-and-mysql-setup/comment-page-1/#comment-73</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 03 Oct 2007 17:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.dikant.de/2007/08/13/apache-php-and-mysql-setup/#comment-73</guid>
		<description>This statement &quot;The logfiles are now stored in separate directories&quot; seems untrue.  Both the SSL and non-SSL virtual hosts are logging to the same access/error logs in the same directory.  On my system, this will not work due to contention over the log file.</description>
		<content:encoded><![CDATA[<p>This statement &#8220;The logfiles are now stored in separate directories&#8221; seems untrue.  Both the SSL and non-SSL virtual hosts are logging to the same access/error logs in the same directory.  On my system, this will not work due to contention over the log file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

