<?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: Ubuntu Linux + Apache2 + Virtual Hosts + Syslog Server</title>
	<atom:link href="http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ashvin</title>
		<link>http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html/comment-page-1#comment-26949</link>
		<dc:creator>Ashvin</dc:creator>
		<pubDate>Sat, 03 Apr 2010 06:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html#comment-26949</guid>
		<description>I had also the same problem while I was executing the following code.

$fp=fopen(&quot;userpoll.txt&quot;,&quot;w&quot;);

Another problem is that, the solution given by you works only with the existing file.
Now, what if I want to open a file which is not exist, than what about the permission of that file.</description>
		<content:encoded><![CDATA[<p>I had also the same problem while I was executing the following code.</p>
<p>$fp=fopen(&#8220;userpoll.txt&#8221;,&#8221;w&#8221;);</p>
<p>Another problem is that, the solution given by you works only with the existing file.<br />
Now, what if I want to open a file which is not exist, than what about the permission of that file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html/comment-page-1#comment-6496</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 10 Mar 2009 14:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html#comment-6496</guid>
		<description>Actually I did.  I had to run &quot;sudo chmod o=r logger.log&quot; to give the &quot;Other&quot; group read permission to the log file itself.  Once that was done, I had no problems seeing the webpage.

Hope this helps others in the future.</description>
		<content:encoded><![CDATA[<p>Actually I did.  I had to run &#8220;sudo chmod o=r logger.log&#8221; to give the &#8220;Other&#8221; group read permission to the log file itself.  Once that was done, I had no problems seeing the webpage.</p>
<p>Hope this helps others in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html/comment-page-1#comment-6468</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 09 Mar 2009 17:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html#comment-6468</guid>
		<description>I&#039;ve followed the steps to the letter (I believe) and when I go to the newly created web page I get this:

Warning: fopen(logger.log) [function.fopen]: failed to open stream: Permission denied in /var/log/index.php on line 8
Error while reading log file :( 

Did I miss something?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve followed the steps to the letter (I believe) and when I go to the newly created web page I get this:</p>
<p>Warning: fopen(logger.log) [function.fopen]: failed to open stream: Permission denied in /var/log/index.php on line 8<br />
Error while reading log file <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </p>
<p>Did I miss something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html/comment-page-1#comment-6357</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Wed, 04 Mar 2009 23:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html#comment-6357</guid>
		<description>&lt;blockquote&gt;ServerAdmin you@mail.com
ServerName myname.homelinux.com
ServerAlias myname.homelinux.com
DirectoryIndex index.php
DocumentRoot /logs&lt;/blockquote&gt;

Are you for real? apache2 doesn&#039;t like that idea.
Sure there aren&#039;t any tags missing there?</description>
		<content:encoded><![CDATA[<blockquote><p>ServerAdmin <a href="mailto:you@mail.com">you@mail.com</a><br />
ServerName myname.homelinux.com<br />
ServerAlias myname.homelinux.com<br />
DirectoryIndex index.php<br />
DocumentRoot /logs</p></blockquote>
<p>Are you for real? apache2 doesn&#8217;t like that idea.<br />
Sure there aren&#8217;t any tags missing there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rod hart</title>
		<link>http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html/comment-page-1#comment-2172</link>
		<dc:creator>rod hart</dc:creator>
		<pubDate>Wed, 05 Nov 2008 15:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html#comment-2172</guid>
		<description>I believe I have followed all instructions to the letter but I get an Alert &quot;The URL is not valid and cannot be loaded&quot; a few seconds after my test index.html is displayed. This is really strange because everything seems to work OK until that alert pops up. I am setting up ubutu 8.10 with apache2 using vhost.</description>
		<content:encoded><![CDATA[<p>I believe I have followed all instructions to the letter but I get an Alert &#8220;The URL is not valid and cannot be loaded&#8221; a few seconds after my test index.html is displayed. This is really strange because everything seems to work OK until that alert pops up. I am setting up ubutu 8.10 with apache2 using vhost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html/comment-page-1#comment-2173</link>
		<dc:creator>james</dc:creator>
		<pubDate>Sat, 30 Aug 2008 17:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html#comment-2173</guid>
		<description>larger font: hold the &quot;Cntrl&quot; key and use your middle scroll wheel on your mouse... no middle scroll wheel? Time to upgrade a bit... ;-)</description>
		<content:encoded><![CDATA[<p>larger font: hold the &#8220;Cntrl&#8221; key and use your middle scroll wheel on your mouse&#8230; no middle scroll wheel? Time to upgrade a bit&#8230; <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gary</title>
		<link>http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html/comment-page-1#comment-2171</link>
		<dc:creator>gary</dc:creator>
		<pubDate>Sat, 02 Aug 2008 22:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html#comment-2171</guid>
		<description>PLease assist

On Localhost i can see my webpage following your procedure. I can FTP into this via www.myname.homelinux.com, dir meanining that dynamic dns is working. I have open port 80 for port forwarding as well as port 21. But i can not open my webpage via wwww. Any ideas or next thing to check. Your help would be appreciated.</description>
		<content:encoded><![CDATA[<p>PLease assist</p>
<p>On Localhost i can see my webpage following your procedure. I can FTP into this via <a href="http://www.myname.homelinux.com" rel="nofollow">http://www.myname.homelinux.com</a>, dir meanining that dynamic dns is working. I have open port 80 for port forwarding as well as port 21. But i can not open my webpage via wwww. Any ideas or next thing to check. Your help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pneaveill</title>
		<link>http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html/comment-page-1#comment-2170</link>
		<dc:creator>Pneaveill</dc:creator>
		<pubDate>Sat, 08 Dec 2007 03:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html#comment-2170</guid>
		<description>Must have missed something above, as I have done it 3x now from start to finish and still don&#039;t have the server seeing the outside world yet.

&lt;code&gt; VirtualHost *:443 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
[Fri Dec 07 21:48:37 2007] [warn] NameVirtualHost xxx.xxx.xxx.xxx has no VirtualHosts
[Fri Dec 07 21:48:37 2007] [warn] NameVirtualHost neaveillmin.org:0 has no VirtualHosts
[Fri Dec 07 21:48:37 2007] [warn] NameVirtualHost localhost:0 has no VirtualHosts
[Fri Dec 07 21:48:37 2007] [warn] NameVirtualHost localhost:0 has no VirtualHosts&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Must have missed something above, as I have done it 3x now from start to finish and still don&#8217;t have the server seeing the outside world yet.</p>
<p><code> VirtualHost *:443 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results<br />
[Fri Dec 07 21:48:37 2007] [warn] NameVirtualHost xxx.xxx.xxx.xxx has no VirtualHosts<br />
[Fri Dec 07 21:48:37 2007] [warn] NameVirtualHost neaveillmin.org:0 has no VirtualHosts<br />
[Fri Dec 07 21:48:37 2007] [warn] NameVirtualHost localhost:0 has no VirtualHosts<br />
[Fri Dec 07 21:48:37 2007] [warn] NameVirtualHost localhost:0 has no VirtualHosts</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronny</title>
		<link>http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html/comment-page-1#comment-2169</link>
		<dc:creator>Ronny</dc:creator>
		<pubDate>Tue, 04 Sep 2007 14:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html#comment-2169</guid>
		<description>i use the logs  &quot;/var/logs&quot;

/etc/init.d/ksyslogd is wrong. the name of the daemon is &quot;sysklogd&quot;
and I didn&#039;t modify anything, because &#039;SYSLOGD=&quot;-u syslog&quot;&#039; logs already what i need to know.</description>
		<content:encoded><![CDATA[<p>i use the logs  &#8220;/var/logs&#8221;</p>
<p>/etc/init.d/ksyslogd is wrong. the name of the daemon is &#8220;sysklogd&#8221;<br />
and I didn&#8217;t modify anything, because &#8216;SYSLOGD=&#8221;-u syslog&#8221;&#8216; logs already what i need to know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phar0z</title>
		<link>http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html/comment-page-1#comment-2168</link>
		<dc:creator>phar0z</dc:creator>
		<pubDate>Sun, 02 Sep 2007 17:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html#comment-2168</guid>
		<description>no problem! sorry for the little font, I was a little bit absent-minded. I hope the admin can enlarge the font :)</description>
		<content:encoded><![CDATA[<p>no problem! sorry for the little font, I was a little bit absent-minded. I hope the admin can enlarge the font <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beta3</title>
		<link>http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html/comment-page-1#comment-2167</link>
		<dc:creator>Beta3</dc:creator>
		<pubDate>Sun, 02 Sep 2007 10:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/ubuntu-linux-apache2-virtual-hosts-syslog-server.html#comment-2167</guid>
		<description>It would have been much more helpful if the text  was bit larger. Thanx a lot anyways :D</description>
		<content:encoded><![CDATA[<p>It would have been much more helpful if the text  was bit larger. Thanx a lot anyways <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

