<?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>PLATFORMedia LLC &#187; lighttpd</title>
	<atom:link href="http://platformedia.com/oss-blog/tag/lighttpd/feed/" rel="self" type="application/rss+xml" />
	<link>http://platformedia.com</link>
	<description>Corporate Web Site</description>
	<lastBuildDate>Sun, 08 Jan 2012 06:55:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Running rsync from a webserver (using sudo)</title>
		<link>http://platformedia.com/oss-blog/running-rsync-from-a-webserver-using-sudo/</link>
		<comments>http://platformedia.com/oss-blog/running-rsync-from-a-webserver-using-sudo/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 14:51:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[sudo]]></category>

		<guid isPermaLink="false">http://platformedia.com/index.php/2009/10/running-rsync-from-a-webserver-using-sudo/</guid>
		<description><![CDATA[Situation
I want to have &#8216;rsync&#8217; run when a user presses a button on the webserver.  The software stack is as follows (though this was largely a red-herring, see below) :

Fedora &#8211; server
lighttpd &#8211; webserver
Twiki &#8211; intranet setup
perl &#8211; plugin language for Twiki
bash &#8211; perl launches a script to run the rsync
sudo &#8211; to &#8216;change [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/running-rsync-from-a-webserver-using-sudo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>roundcube and twiki integration</title>
		<link>http://platformedia.com/oss-blog/roundcube-and-twiki-integration/</link>
		<comments>http://platformedia.com/oss-blog/roundcube-and-twiki-integration/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 18:43:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[roundcube]]></category>
		<category><![CDATA[twiki]]></category>

		<guid isPermaLink="false">http://platformedia.com/index.php/2009/06/roundcube-and-twiki-integration/</guid>
		<description><![CDATA[Roundcube is a beautiful IMAP webmail client.  In order to integrate is properly with an enterprise TWiki installation, &#8217;single authentication&#8217; needed to be implemented &#8211; so that the sign-on for TWiki (which is htpasswd style authenticated by lighttpd) can be used for the roundcube authentication seamlessly.
Since the TWiki login/passwords are different from the IMAP [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/roundcube-and-twiki-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lighttpd and twiki : Managing htpasswd file</title>
		<link>http://platformedia.com/oss-blog/lighttpd-and-twiki-managing-htpasswd-file/</link>
		<comments>http://platformedia.com/oss-blog/lighttpd-and-twiki-managing-htpasswd-file/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 13:20:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[twiki]]></category>

		<guid isPermaLink="false">http://platformedia.com/index.php/2009/06/lighttpd-and-twiki-managing-htpasswd-file/</guid>
		<description><![CDATA[Using twiki with lighttpd is not yet as simple as it should be.  One particular problem is that twiki writes out htpasswd files that lighttpd doesn&#8217;t parse correctly (twiki includes an unnecessary &#8216;:$email&#8217; entry).
To fix the problem (so that users can manage their own passwords) here&#8217;s a quick fix for {twiki}/lib/TWiki/Users/HtPasswdUser.pm :

sub _dumpPasswd &#123;
my [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/lighttpd-and-twiki-managing-htpasswd-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure Development Laptop</title>
		<link>http://platformedia.com/oss-blog/secure-development-laptop/</link>
		<comments>http://platformedia.com/oss-blog/secure-development-laptop/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 07:23:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[encfs]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://platformedia.com/index.php/2008/12/secure-development-laptop/</guid>
		<description><![CDATA[So that I could continue developing the &#8216;Trading Account Management&#8217; system while on the road, the installation of lighttpd/database had to be secured.  In particular, sqlite had to be used rather than mysql, since the data in the database itself was critical to the business (and there was no time to conjure up &#8216;fake [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/secure-development-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpMyAdmin, lighttpd and Fedora 9</title>
		<link>http://platformedia.com/oss-blog/phpmyadmin-lighttpd-and-fedora-9/</link>
		<comments>http://platformedia.com/oss-blog/phpmyadmin-lighttpd-and-fedora-9/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 23:01:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fc9]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[phpMyAdmin]]></category>

		<guid isPermaLink="false">http://platformedia.com/index.php/2008/11/phpmyadmin-lighttpd-and-fedora-9/</guid>
		<description><![CDATA[yum install mysql-server   lighttpd   php php-mysql   phpMyAdmin
This puts the phpMyAdmin install in
/usr/share/phpMyAdmin
.
Add a new configuration file called
/etc/lighttpd/lighttpd-phpMyAdmin.conf
 :
# server.bind = &#8220;phpmyadmin.example.com&#8221; # If there isn&#8217;t a server.bind already
# Ensure the modules we need are loaded inserver.modules += ( &#8220;mod_cgi&#8221; )# server.modules += ( &#8220;mod_alias&#8221;, &#8220;mod_cgi&#8221; )
$HTTP["host"] == &#8220;phpmyadmin.example.com&#8221; { [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/phpmyadmin-lighttpd-and-fedora-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MythWeb with lighttpd for Fedora</title>
		<link>http://platformedia.com/oss-blog/mythweb-with-lighttpd-for-fedora/</link>
		<comments>http://platformedia.com/oss-blog/mythweb-with-lighttpd-for-fedora/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 02:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[MythTV]]></category>

		<guid isPermaLink="false">http://platformedia.com/index.php/2008/04/mythweb-with-lighttpd-for-fedora/</guid>
		<description><![CDATA[Add a lighttpd configuration file in
/etc/lighttpd/conf.d/lighttpd-myth.conf
  (where my machine hostname is &#8216;americas&#8217; on the local network) :
#! /bin/bash # Just for SciTE language hint
$HTTP["host"] == &#8220;myth.americas&#8221; {        var.root=&#8221;/var/www/html/mythweb&#8221;        server.document-root = var.root
        url.rewrite = [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/mythweb-with-lighttpd-for-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

