<?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>Sheepdog IT &#187; Apache</title>
	<atom:link href="http://www.sheepdogit.com/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sheepdogit.com</link>
	<description>Herding Penguins for over 5 years</description>
	<lastBuildDate>Fri, 04 Nov 2011 23:04:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>&quot;No input file specified&quot; mod_rewrite Problem</title>
		<link>http://www.sheepdogit.com/2008/07/29/no-input-file-specified-mod_rewrite-problem/</link>
		<comments>http://www.sheepdogit.com/2008/07/29/no-input-file-specified-mod_rewrite-problem/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 05:14:52 +0000</pubDate>
		<dc:creator>Bozzie</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://bozziesfw.wordpress.com/?p=68</guid>
		<description><![CDATA[I made several changes to some mod_rewrite rules which were working fine on my local Apache server.  I then published to a staging site hosted on GoDaddy for further testing. The rules which directed permalinks to a PHP program stopped working; &#8220;no input file specified&#8221; appeared on my browser instead. No access to the error [...]]]></description>
		<wfw:commentRss>http://www.sheepdogit.com/2008/07/29/no-input-file-specified-mod_rewrite-problem/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Canonical Web URLs using the Apache Rewrite Engine</title>
		<link>http://www.sheepdogit.com/2007/06/11/canonical-web-urls-apache-rewrite-engine-2/</link>
		<comments>http://www.sheepdogit.com/2007/06/11/canonical-web-urls-apache-rewrite-engine-2/#comments</comments>
		<pubDate>Tue, 12 Jun 2007 01:47:49 +0000</pubDate>
		<dc:creator>Bozzie</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://bozziesfw.wordpress.com/2007/06/11/new/</guid>
		<description><![CDATA[With current browsers and typical ISP web hosting account http server setups, surfers can view a web site by typing either www.example.com or example.com into their browser&#8217;s URL field. Prevailing wisdom in the SEO community is that web administors should convert all visits to one or the other. They suggest that if your site&#8217;s visitors [...]]]></description>
		<wfw:commentRss>http://www.sheepdogit.com/2007/06/11/canonical-web-urls-apache-rewrite-engine-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web Hosting Notes, Requirements, Comparison</title>
		<link>http://www.sheepdogit.com/2007/06/03/web-hosting-notes-requirements-comparison/</link>
		<comments>http://www.sheepdogit.com/2007/06/03/web-hosting-notes-requirements-comparison/#comments</comments>
		<pubDate>Sun, 03 Jun 2007 11:12:04 +0000</pubDate>
		<dc:creator>Bozzie</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[WebHosting]]></category>

		<guid isPermaLink="false">http://bozziesfw.wordpress.com/2007/06/03/linux-isp-notes-requirements-comparison/</guid>
		<description><![CDATA[I now have 3 different Apache hosting environments: my openSUSE 10.2 workstation, GoDaddy, and A2Hosting. Signing up for a month is the only way to determine if a web application will work on an ISP&#8217;s service. Their hosting environments are all slightly different. Here are the issues I&#8217;ve encountered getting a PHP web application running [...]]]></description>
		<wfw:commentRss>http://www.sheepdogit.com/2007/06/03/web-hosting-notes-requirements-comparison/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Apache using YaST, openSUSE 10.2</title>
		<link>http://www.sheepdogit.com/2007/02/24/configuring-apache-using-yast-opensuse-102/</link>
		<comments>http://www.sheepdogit.com/2007/02/24/configuring-apache-using-yast-opensuse-102/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 11:36:38 +0000</pubDate>
		<dc:creator>Bozzie</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[SUSE]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[YaST]]></category>

		<guid isPermaLink="false">http://bozziesfw.wordpress.com/2007/02/24/configure-apache-with-yast/</guid>
		<description><![CDATA[Configure Apache2 on openSUSE 10.2 with YaST instead of editing conf files. YaST is very efficient for initial Apache installation and for adding, enabling, and disabling server modules.]]></description>
		<wfw:commentRss>http://www.sheepdogit.com/2007/02/24/configuring-apache-using-yast-opensuse-102/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Apache Configuration for SVN, WebDAV</title>
		<link>http://www.sheepdogit.com/2007/01/24/apache-configuration-for-svn-webdav/</link>
		<comments>http://www.sheepdogit.com/2007/01/24/apache-configuration-for-svn-webdav/#comments</comments>
		<pubDate>Wed, 24 Jan 2007 10:57:39 +0000</pubDate>
		<dc:creator>Bozzie</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[webdav]]></category>

		<guid isPermaLink="false">http://bozziesfw.wordpress.com/2007/01/24/apache-configuration-for-svn-webdav/</guid>
		<description><![CDATA[Here is my current Apache2 config file&#8217;s subsection for serving Subversion and WebDAV folders: default-server.conf (webdav fragment). Comments: I&#8217;m using AuthType Basic for svn, viewcvs, and filesystem DAV access. It provides some security, and is also necessary for WindowsXP, which apparently will not connect to a Web Folder with no authentication. The viewCVS location needs its [...]]]></description>
		<wfw:commentRss>http://www.sheepdogit.com/2007/01/24/apache-configuration-for-svn-webdav/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows XP and WebDAV</title>
		<link>http://www.sheepdogit.com/2006/11/15/windows-xp-and-webdav/</link>
		<comments>http://www.sheepdogit.com/2006/11/15/windows-xp-and-webdav/#comments</comments>
		<pubDate>Wed, 15 Nov 2006 10:09:37 +0000</pubDate>
		<dc:creator>Bozzie</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[webdav]]></category>

		<guid isPermaLink="false">http://bozziesfw.wordpress.com/2006/11/15/windows-xp-and-webdav/</guid>
		<description><![CDATA[Tried to connect to my SVN WebDAV folder from Windows XP, both from Add Network Place and using FrontPage. FrontPage worked first try and was able to download the repository. To upload, I need a dav_fs filesystem, not dav_svn. Add Network Place failed as described in a Caltech web page found with Google(Windows XP WebDAV [...]]]></description>
		<wfw:commentRss>http://www.sheepdogit.com/2006/11/15/windows-xp-and-webdav/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVN &#8211; Apache Authentication, ViewCVS</title>
		<link>http://www.sheepdogit.com/2006/11/14/svn-apache-authentication-viewcvs/</link>
		<comments>http://www.sheepdogit.com/2006/11/14/svn-apache-authentication-viewcvs/#comments</comments>
		<pubDate>Wed, 15 Nov 2006 06:52:56 +0000</pubDate>
		<dc:creator>Bozzie</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://bozziesfw.wordpress.com/2006/11/14/svn-apache-authentication-viewcvs/</guid>
		<description><![CDATA[Adding Basic Authentication As detailed on 14 Nov, the lack of httpd authentication prevents svn updates from getting an author assigned. So now I&#8217;m installing authentication per the Subversion instructions: htpasswd2 -cm /etc/apache2/basicHTTPpasswd bozzie Cut &#38; pasted the Auth{Type,Name,User} directives from the instructions into the &#60;Location&#62; /svn section of my default-server.conf file. Cut &#38; pasted [...]]]></description>
		<wfw:commentRss>http://www.sheepdogit.com/2006/11/14/svn-apache-authentication-viewcvs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CVS to Subversion Conversion</title>
		<link>http://www.sheepdogit.com/2006/11/14/cvs-to-subversion-conversion/</link>
		<comments>http://www.sheepdogit.com/2006/11/14/cvs-to-subversion-conversion/#comments</comments>
		<pubDate>Tue, 14 Nov 2006 11:09:32 +0000</pubDate>
		<dc:creator>Bozzie</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://bozziesfw.wordpress.com/2006/11/14/cvs-to-subversion-conversion/</guid>
		<description><![CDATA[One of the main advantages of Subversion (SVN) over CVS is provision for network access via WebDAV vs. the custom CVS server. That being the case, I decided to set up SVN with httpd access right from the start. Apache Modifications: Added mod_dav &#38; mod_dav_syn using the SuSE Yast, Network Services, HTTPD screen. This GUI [...]]]></description>
		<wfw:commentRss>http://www.sheepdogit.com/2006/11/14/cvs-to-subversion-conversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

