<?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>Ralph's TechBlog &#187; Apache</title>
	<atom:link href="http://techblog.ralph-schuster.eu/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.ralph-schuster.eu</link>
	<description>Technical stuff for IT experts</description>
	<lastBuildDate>Tue, 27 Dec 2011 09:38:41 +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>Subversion Web Browsing</title>
		<link>http://techblog.ralph-schuster.eu/2010/10/14/subversion-web-browsing/</link>
		<comments>http://techblog.ralph-schuster.eu/2010/10/14/subversion-web-browsing/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 11:56:18 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[WebSVN]]></category>

		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?p=226</guid>
		<description><![CDATA[The default solution to subversion browsing is WebDAV within Apache. However, it has some drawbacks. You cannot browse history, see comment histories or even check filestamps. WebSVN provides all these features and comes along with a very modern style. The best of all: You don&#8217;t need to install any additional modules. All that WebSVN requires [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2010%2F10%2F14%2Fsubversion-web-browsing%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2010%2F10%2F14%2Fsubversion-web-browsing%2F&amp;source=TechnicalG&amp;style=compact&amp;hashtags=Apache,Subversion,WebSVN&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The default solution to subversion browsing is WebDAV within Apache. However, it has some drawbacks. You cannot browse history, see comment histories or even check filestamps.</p>
<p><a title="WebSVN" href="http://www.websvn.info/" target="_blank">WebSVN</a> provides all these features and comes along with a very modern style. The best of all: You don&#8217;t need to install any additional modules. All that WebSVN requires is a current PHP version.</p>
<p>I just switched from the WebDAV solution here on my server to WebSVN. <a title="Subversion Repositories" href="http://www.ralph-schuster.eu/subversion/?" target="_blank">So, check it out&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.ralph-schuster.eu/2010/10/14/subversion-web-browsing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Bugzilla</title>
		<link>http://techblog.ralph-schuster.eu/2009/05/20/installing-bugzilla/</link>
		<comments>http://techblog.ralph-schuster.eu/2009/05/20/installing-bugzilla/#comments</comments>
		<pubDate>Wed, 20 May 2009 17:44:45 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Bugzilla]]></category>
		<category><![CDATA[CGI]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/?p=111</guid>
		<description><![CDATA[This was weird. I lately tried to install Bugzilla on one of my virtual hosts but it&#8217;s testserver.pl script failed with: Use of uninitialized value in pattern match (m//) at ./testserver.pl line 110. Use of uninitialized value in pattern match (m//) at ./testserver.pl line 110. TEST-FAILED Webserver is not executing CGI files. The Apache error [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2009%2F05%2F20%2Finstalling-bugzilla%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2009%2F05%2F20%2Finstalling-bugzilla%2F&amp;source=TechnicalG&amp;style=compact&amp;hashtags=Apache,Bugzilla,CGI,Plesk&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This was weird. I lately tried to install Bugzilla on one of my virtual hosts but it&#8217;s testserver.pl script failed with:</p>

<div class="wp_syntax"><div class="code"><pre class="log" style="font-family:monospace;">Use of uninitialized value in pattern match (m//) at ./testserver.pl line 110.
Use of uninitialized value in pattern match (m//) at ./testserver.pl line 110.
TEST-FAILED Webserver is not executing CGI files.</pre></div></div>

<p>The Apache error log told nothing more than</p>

<div class="wp_syntax"><div class="code"><pre class="log" style="font-family:monospace;">Premature end of script headers: testagent.cgi</pre></div></div>

<p>All Google lookups failed to solve my problem. Although I had the impression that my CGI setup was somehow wrong, I couldn&#8217;t find the reason. Then I intensively checked the VirtualHost directive. The server uses a Plesk 8.0 installation for setting up hosts. The default configuration for virtual hosts with CGI there is to include a &#8220;SuexecUserGroup&#8221; directive. After removing it, the Bugzilla installation succeeded.</p>
<p>So you might wanna give it a try <img src='http://techblog.ralph-schuster.eu/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.ralph-schuster.eu/2009/05/20/installing-bugzilla/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

