<?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/"
>
<channel>
	<title>pberndt.com: httpd</title>
	<link>http://www.pberndt.com/Programme/Netzwerk/httpd/index.html</link>
	<description>Summary of index.html</description>
	<pubDate>Wed, 30 Oct 2013 17:36:30 +0000</pubDate>
	<language>de</language>
	<ttl>2880</ttl>
	<item>
	<title>Über das Projekt</title>
	<link>http://www.pberndt.com/Programme/Netzwerk/httpd/index.html</link>
	<comments>http://www.pberndt.com/Programme/Netzwerk/httpd/index.html</comments>
	<description><![CDATA[ 
		<p>
			<em>httpd</em> ist, wie dem Namen schon zu entnehmen ist, ein Webserver.
		</p>
		<p>
			Da ich häufig Webseiten entwickele, aber keine Lust habe, mir lokal eine komplette
			LAMP Umgebung zu installieren,
			habe ich einen kleinen, abgespeckten Webserver in Python implementiert.
		</p>
		<p>
			Im Grunde stellt selbiger nur eine Erweiterung der ohnehin vorhandenen
			<code>CGIHTTPServer</code>-Klasse um häufig benötigte Features
			dar.
		</p>
		<p>
			Zu betonen ist, dass dieser Server <em>zum testen</em>, <strong>keinesfalls</strong>
			aber zum Produktiveinsatz gedacht ist! Er enthält <em>keinerlei</em>
			sicherheitsrelevante Aspekte.
		</p>
		 ]]></description>
	</item>
	<item>
	<title>Features</title>
	<link>http://www.pberndt.com/Programme/Netzwerk/httpd/index.html</link>
	<comments>http://www.pberndt.com/Programme/Netzwerk/httpd/index.html</comments>
	<description><![CDATA[ 
		<ul>
			<li>Support für beliebige CGIs (Php, Perl, Python, etc.)</li>
			<li>Support für <a href="http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">mod_rewrite</a> aus
				<a href="http://httpd.apache.org/docs/2.2/configuring.html#htaccess">.htaccess Dateien</a>, solange
				selbige im Basisverzeichnis des Webservers liegen.</li>
		</ul>
		 ]]></description>
	</item>
	<item>
	<title>Verwendung</title>
	<link>http://www.pberndt.com/Programme/Netzwerk/httpd/index.html</link>
	<comments>http://www.pberndt.com/Programme/Netzwerk/httpd/index.html</comments>
	<description><![CDATA[ 
		<p>
			Die Verwendung von <em>httpd</em> ist simpel:<br/>
			<code>$ ./httpd.py &lt;port&gt;</code><br/>
			startet den Webserver auf dem angegebenen Port, standardmäßig
			mit dem aktuellen Verzeichnis als Basisverzeichnis.
		</p>
		 ]]></description>
	</item>
	<item>
	<title>Download</title>
	<link>http://www.pberndt.com/Programme/Netzwerk/httpd/index.html</link>
	<comments>http://www.pberndt.com/Programme/Netzwerk/httpd/index.html</comments>
	<description><![CDATA[ 
		<p>
			Das Projekt kann <a href="_Download/httpd.py">hier heruntergeladen</a> werden.
		</p>
	 ]]></description>
	</item>
</channel>
</rss>
