<?xml version="1.0" encoding="UTF-8"?>

<rss version='2.0' 
     xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
     xmlns:doap="http://usefulinc.com/ns/doap#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

    <channel>
        <!-- This XML Feed shows details for the page apache2 
             and everything recently tagged apache2 -->
        <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/
          </creativeCommons:license>
        <title>apache2 on SWiK</title>
		<link>http://swik.net/apache2</link>
        <doap:name>apache2</doap:name>
        <doap:description>&lt;p&gt;Please see &lt;a class="wikilink" href="http://swik.net/Apache"&gt;Apache&lt;/a&gt; for information about Apache httpd2, the latest version of the Apache Web Server.&lt;/p&gt;


	&lt;p&gt;Note that &lt;a class="wikilink" href="http://swik.net/SourceLabs"&gt;SourceLabs&lt;/a&gt; includes Apache2 in its &lt;a rel="nofollow" href="http://www.sourcelabs.com"&gt;Self Support for Linux and Open Source Java&lt;/a&gt; offering.&lt;/p&gt;
</doap:description>
        <description>Please see Apache for information about Apache httpd2, the latest version of the Apache Web Server.


	Note that SourceLabs includes Apache2 in its Self Support for Linux and Open Source Java offering.
</description> 
	  <!-- see doap:description for full description -->
        <link>http://swik.net/apache2</link>
                <category>SourceLabs</category>

        <pubDate>Wed, 12 Mar 2008 12:05:36 -0700</pubDate>
        <lastBuildDate>Wed, 12 Mar 2008 12:05:36 -0700</lastBuildDate>
            
        <item>
            <title>PHP, MySQL, Apache2 install HOWTO on Debian</title>
            <link>http://swik.net/User:davidapnic/PHP%2C+MySQL%2C+Apache2+install+HOWTO+on+Debian</link>
            <description>&lt;p&gt;http://www.adamsinfo.com/php-mysql-apache2-install-howto-on-debian/&lt;/p&gt;


	&lt;p&gt;Setting up a &lt;span class=&quot;caps&quot;&gt;PHP&lt;/span&gt;/MySQL/Apache2 environment on Debian is really easy. I’ll walk through a quick setup and optimization process. I’ve optimized it for a 1.5Gb to 2GB &lt;span class=&quot;caps&quot;&gt;RAM&lt;/span&gt; machine with reasonable load.
apt-get install apache2 php5 mysql-server-5.0 mysql-client-5.0 libapache2-mod-php5 php5-mysql php5-curl php5-cli php5-dev make gcc libc6-dev automake&lt;/p&gt;


	&lt;p&gt;mysqladmin password ‘NEWPASSWORD’&lt;/p&gt;


	&lt;p&gt;Now download eaccelerator from http://eaccelerator.net
tar -xjf eaccelerator.tar.bz2
phpize
./configure
make
sudo make install&lt;/p&gt;


	&lt;p&gt;Edit /etc/php5/apache2/php.ini and add the following at the bottom:
extension=”eaccelerator.so”
eaccelerator.shm_size=”64″
eaccelerator.cache_dir=”/tmp/eaccellerator”
eaccelerator.enable=”1″
eaccelerator.optimizer=”1″
eaccelerator.check_mtime=”1″
eaccelerator.debug=”0″
eaccelerator.filter=”&amp;#8221; 
eaccelerator.shm_max=”0″
eaccelerator.shm_ttl=”0″
eaccelerator.shm_prune_period=”0″
eaccelerator.shm_only=”0″
eaccelerator.compress=”1″
eaccelerator.compress_level=”9″&lt;/p&gt;


Edit /etc/mysql/my.cnf
#
	&lt;ol&gt;
	&lt;li&gt;* Fine Tuning
#
key_buffer              = 64M
max_allowed_packet      = 16M
thread_stack            = 128K
thread_cache_size       = 8
#max_connections        = 100
#table_cache            = 64
#thread_concurrency     = 10
#&lt;/li&gt;
		&lt;li&gt;* Query Cache Configuration
#
query_cache_limit       = 4M
query_cache_size        = 64M&lt;/li&gt;
	&lt;/ol&gt;


	&lt;p&gt;Restart services:
/etc/init.d/apache2 restart
/etc/init.d/mysql restart&lt;/p&gt;
</description>
                        <category>LAMP</category>
            <category>apache2</category>
            <category>developer</category>
            <category>optimization</category>
            <category>php5</category>
            <category>MySQL</category>
            <category>PHP</category>
            <category>Debian</category>
            <category>Development</category>
            <category>programmer</category>

            <pubDate>Tue, 07 Oct 2008 04:16:08 -0700</pubDate>
        </item>
            
        <item>
            <title>http://www.kernel.org/pub/software/scm/git/docs/howto/setup-git-server-over-http.txt</title>
            <link>http://swik.net/git/del.icio.us+tag%2Fgit/http%3A%2F%2Fwww.kernel.org%2Fpub%2Fsoftware%2Fscm%2Fgit%2Fdocs%2Fhowto%2Fsetup-git-server-over-http.txt/cf21b</link>
            <description></description>
            
            <pubDate>Sat, 27 Sep 2008 20:13:53 -0700</pubDate>
        </item>
            
        <item>
            <title>[from jeoffw] jozjan&#039;s blog: .htaccess - Redirect to SSL (HTTPS) before Basic Authentication</title>
            <link>http://swik.net/User:jeyrb/jey%27s+network%27s+del.icio.us+bookmarks/%5Bfrom+jeoffw%5D+jozjan%27s+blog%3A+.htaccess+-+Redirect+to+SSL+%28HTTPS%29+before+Basic+Authentication/cfwjy</link>
            <description></description>
            
            <pubDate>Thu, 25 Sep 2008 19:18:45 -0700</pubDate>
        </item>
            
        <item>
            <title>How to configure Apache to use Radius for Two-factor Authentication | HowtoForge - Linux Howtos and Tutorials</title>
            <link>http://swik.net/RADIUS/del.icio.us%2Ftag%2Fradius/How+to+configure+Apache+to+use+Radius+for+Two-factor+Authentication+%7C+HowtoForge+-+Linux+Howtos+and+Tutorials/cfl3d</link>
            <description></description>
            
            <pubDate>Tue, 23 Sep 2008 07:11:35 -0700</pubDate>
        </item>
            
        <item>
            <title>how to run asp.net pages using apache - ASP.NET</title>
            <link>http://swik.net/WAMP/del.icio.us%2Ftag%2Fwamp/how+to+run+asp.net+pages+using+apache+-+ASP.NET/ceb8v</link>
            <description></description>
            
            <pubDate>Wed, 10 Sep 2008 18:00:00 -0700</pubDate>
        </item>
            
        <item>
            <title>Add DOM support to PHP? - LinuxQuestions.org</title>
            <link>http://swik.net/XML/del.icio.us%2Ftag%2Fxml/Add+DOM+support+to+PHP%3F+-+LinuxQuestions.org/cd91c</link>
            <description>php5 de dom xml  eklentisini aktifleştirmek</description>
            
            <pubDate>Wed, 10 Sep 2008 05:00:14 -0700</pubDate>
        </item>
            
        <item>
            <title>MediaWiki</title>
            <link>http://swik.net/MediaWiki/del.icio.us%2Ftag%2Fmediawiki/MediaWiki/cd7i2</link>
            <description>Please read the “Checking environment...” section in this page. You should be able to fix many issues by carefully reading this section.

For more details, please refer to the MediaWiki web site.</description>
            
            <pubDate>Tue, 09 Sep 2008 12:08:13 -0700</pubDate>
        </item>
            
        <item>
            <title>http://www.kernel.org/pub/software/scm/git/docs/howto/setup-git-server-over-http.txt</title>
            <link>http://swik.net/git/del.icio.us+tag%2Fgit/http%3A%2F%2Fwww.kernel.org%2Fpub%2Fsoftware%2Fscm%2Fgit%2Fdocs%2Fhowto%2Fsetup-git-server-over-http.txt/cd1pm</link>
            <description>notes on installing git with apache2 and web dav</description>
            
            <pubDate>Mon, 08 Sep 2008 04:02:16 -0700</pubDate>
        </item>
            
        <item>
            <title>ProxyPass with zimbra | Delodder.be</title>
            <link>http://swik.net/Zimbra/del.icio.us+tag%2Fzimbra/ProxyPass+with+zimbra+%7C+Delodder.be/cd0jp</link>
            <description>proxy pass with zimbra</description>
            
            <pubDate>Sun, 07 Sep 2008 20:02:26 -0700</pubDate>
        </item>
            
        <item>
            <title>Running JSP Through Apache with mod_proxy_ajp or mod_jk2 - RimuHosting</title>
            <link>http://swik.net/jetty/del.icio.us%2Ftag%2Fjetty/Running+JSP+Through+Apache+with+mod_proxy_ajp+or+mod_jk2+-+RimuHosting/cda05</link>
            <description></description>
            
            <pubDate>Sun, 31 Aug 2008 13:01:03 -0700</pubDate>
        </item>
            
        <item>
            <title>バグトラッキングシステム「Trac」インストール|A Day In The Boy&#039;s Life</title>
            <link>http://swik.net/Trac/del.icio.us%2Ftag%2Ftrac/%E3%83%90%E3%82%B0%E3%83%88%E3%83%A9%E3%83%83%E3%82%AD%E3%83%B3%E3%82%B0%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0%E3%80%8CTrac%E3%80%8D%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%7CA+Day+In+The+Boy%27s+Life/cc4li</link>
            <description></description>
            
            <pubDate>Fri, 29 Aug 2008 07:01:19 -0700</pubDate>
        </item>
            
        <item>
            <title>TracModPython - アクセンスのおまけ - Trac</title>
            <link>http://swik.net/Trac/del.icio.us%2Ftag%2Ftrac/TracModPython+-+%E3%82%A2%E3%82%AF%E3%82%BB%E3%83%B3%E3%82%B9%E3%81%AE%E3%81%8A%E3%81%BE%E3%81%91+-+Trac/cc4lh</link>
            <description></description>
            
            <pubDate>Fri, 29 Aug 2008 07:01:19 -0700</pubDate>
        </item>
            
        <item>
            <title>[J] 国際化対応済み (標準で日本語化されている) Trac 0.12dev をインストール - Jamz (Tech)</title>
            <link>http://swik.net/Trac/del.icio.us%2Ftag%2Ftrac/%5BJ%5D+%E5%9B%BD%E9%9A%9B%E5%8C%96%E5%AF%BE%E5%BF%9C%E6%B8%88%E3%81%BF+%28%E6%A8%99%E6%BA%96%E3%81%A7%E6%97%A5%E6%9C%AC%E8%AA%9E%E5%8C%96%E3%81%95%E3%82%8C%E3%81%A6%E3%81%84%E3%82%8B%29+Trac+0.12dev+%E3%82%92%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB+-+Jamz+%28Tech%29/cc4lg</link>
            <description></description>
            
            <pubDate>Fri, 29 Aug 2008 07:01:19 -0700</pubDate>
        </item>
            
        <item>
            <title>Subversion と Trac のインストール方法とハマりポイントのまとめ (Clouder::Blogger)</title>
            <link>http://swik.net/Trac/del.icio.us%2Ftag%2Ftrac/Subversion+%E3%81%A8+Trac+%E3%81%AE%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E6%96%B9%E6%B3%95%E3%81%A8%E3%83%8F%E3%83%9E%E3%82%8A%E3%83%9D%E3%82%A4%E3%83%B3%E3%83%88%E3%81%AE%E3%81%BE%E3%81%A8%E3%82%81+%28Clouder%3A%3ABlogger%29/cc4lf</link>
            <description></description>
            
            <pubDate>Fri, 29 Aug 2008 07:01:19 -0700</pubDate>
        </item>
            
        <item>
            <title>2007-06-04 - daily dayflower</title>
            <link>http://swik.net/Trac/del.icio.us%2Ftag%2Ftrac/2007-06-04+-+daily+dayflower/cc4le</link>
            <description></description>
            
            <pubDate>Fri, 29 Aug 2008 07:01:19 -0700</pubDate>
        </item>
            
        <item>
            <title>trac と trac-ja をインストール - 途中までで休憩 - kawaguti&#039;s chronicle</title>
            <link>http://swik.net/Trac/del.icio.us%2Ftag%2Ftrac/trac+%E3%81%A8+trac-ja+%E3%82%92%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB+-+%E9%80%94%E4%B8%AD%E3%81%BE%E3%81%A7%E3%81%A7%E4%BC%91%E6%86%A9+-+kawaguti%27s+chronicle/cc4ld</link>
            <description></description>
            
            <pubDate>Fri, 29 Aug 2008 07:01:19 -0700</pubDate>
        </item>
            
        <item>
            <title>Mac OSX 10.5 LeopardでRails環境を整える〜Tracのインストール - ザリガニが見ていた...。</title>
            <link>http://swik.net/Trac/del.icio.us%2Ftag%2Ftrac/Mac+OSX+10.5+Leopard%E3%81%A7Rails%E7%92%B0%E5%A2%83%E3%82%92%E6%95%B4%E3%81%88%E3%82%8B%E3%80%9CTrac%E3%81%AE%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB+-+%E3%82%B6%E3%83%AA%E3%82%AC%E3%83%8B%E3%81%8C%E8%A6%8B%E3%81%A6%E3%81%84%E3%81%9F...%E3%80%82/cc4lc</link>
            <description></description>
            
            <pubDate>Fri, 29 Aug 2008 07:01:19 -0700</pubDate>
        </item>
            
        <item>
            <title>Mac OS X 10.5 LeopardにTrac0.11を入れようとしてハマったログ - IT-Walker on hatena</title>
            <link>http://swik.net/Trac/del.icio.us%2Ftag%2Ftrac/Mac+OS+X+10.5+Leopard%E3%81%ABTrac0.11%E3%82%92%E5%85%A5%E3%82%8C%E3%82%88%E3%81%86%E3%81%A8%E3%81%97%E3%81%A6%E3%83%8F%E3%83%9E%E3%81%A3%E3%81%9F%E3%83%AD%E3%82%B0+-+IT-Walker+on+hatena/cc4lb</link>
            <description></description>
            
            <pubDate>Fri, 29 Aug 2008 07:01:19 -0700</pubDate>
        </item>
            
        <item>
            <title>subversion trac on gentoo | digi-log</title>
            <link>http://swik.net/Trac/del.icio.us%2Ftag%2Ftrac/subversion+trac+on+gentoo+%7C+digi-log/cc4k9</link>
            <description></description>
            
            <pubDate>Fri, 29 Aug 2008 07:01:19 -0700</pubDate>
        </item>
            
        <item>
            <title>Trac-ja Subversion(2) - SubversionとTracをテストする - Zipping, Zapping, Zooming Blog</title>
            <link>http://swik.net/Trac/del.icio.us%2Ftag%2Ftrac/Trac-ja+Subversion%282%29+-+Subversion%E3%81%A8Trac%E3%82%92%E3%83%86%E3%82%B9%E3%83%88%E3%81%99%E3%82%8B+-+Zipping%2C+Zapping%2C+Zooming+Blog/cc4k8</link>
            <description></description>
            
            <pubDate>Fri, 29 Aug 2008 07:01:19 -0700</pubDate>
        </item>
            
        <item>
            <title>Running Vhosts With Apache2 mpm-itk On Debian</title>
            <link>http://swik.net/Debian/Debian+Admin+Step+By+Step+Tutorials+and+articles+with+screenshots/Running+Vhosts+With+Apache2+mpm-itk+On+Debian/cc00o</link>
            <description>
&lt;p&gt;&lt;a href=&quot;http://feedads.googleadservices.com/~a/NnBSTirQ7-kN-2QfvGFc0vivXS4/a&quot;&gt;&lt;img src=&quot;http://feedads.googleadservices.com/~a/NnBSTirQ7-kN-2QfvGFc0vivXS4/i&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;KonaBody&quot;&gt;&lt;p&gt; apache2-mpm-itk (just mpm-itk for short) is an MPM (Multi-Processing Module) for the Apache 2 web server. mpm-itk allows you to run each of your vhost under a separate uid and gid &amp;#8212; in short, the scripts and configuration files for one vhost no longer have to be readable for all the other vhosts.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
	&lt;p&gt;(...)&lt;br/&gt;Read the rest of &lt;a href=&quot;http://www.debianadmin.com/running-vhosts-with-apache2-mpm-itk-on-debian.html&quot;&gt;Running Vhosts With Apache2 mpm-itk On Debian &lt;/a&gt; (419 words)&lt;/p&gt;
	&lt;hr style=&quot;margin:0;height:1px&quot;/&gt;
	&lt;p&gt;&amp;#169; Admin for &lt;a href=&quot;http://www.debianadmin.com&quot;&gt;Debian Admin&lt;/a&gt;, 2008. |
	  &lt;a href=&quot;http://www.debianadmin.com/running-vhosts-with-apache2-mpm-itk-on-debian.html&quot;&gt;Permalink&lt;/a&gt; |
	  &lt;a href=&quot;http://www.debianadmin.com/running-vhosts-with-apache2-mpm-itk-on-debian.html#comments&quot;&gt;2 comments&lt;/a&gt;&lt;/p&gt;
	&lt;p&gt;Add to &lt;a href=&quot;http://del.icio.us/post?url=http://www.debianadmin.com/running-vhosts-with-apache2-mpm-itk-on-debian.html&amp;amp;title=Running Vhosts With Apache2 mpm-itk On Debian &quot;&gt;del.icio.us&lt;/a&gt; &lt;/p&gt;
	&lt;p&gt;Search blogs linking this post with &lt;a href=&quot;http://www.technorati.com/search/http://www.debianadmin.com/running-vhosts-with-apache2-mpm-itk-on-debian.html&quot; title=&quot;Search on Technorati&quot;&gt;Technorati&lt;/a&gt;&lt;/p&gt;
	&lt;p&gt;Want more on these topics ? Browse the archive of posts filed under &lt;a href=&quot;http://www.debianadmin.com/category/webserver/&quot; title=&quot;View all posts in Webserver&quot; rel=&quot;category tag&quot;&gt;Webserver&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;---&lt;br/&gt;Related Articles at Debian Admin:&lt;li&gt;&lt;a href=&quot;http://www.debianadmin.com/webdav-configuration-with-apache2-on-debian-etch.html&quot;&gt;WebDAV Configuration With Apache2 On Debian Etch &lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.debianadmin.com/how-to-setup-geoip-support-for-apache2-on-debian-etch.html&quot;&gt;How to setup GeoIP support for apache2 On Debian Etch &lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.debianadmin.com/how-to-split-apache-logs-with-vlogger-in-debian-etch.html&quot;&gt;How to Split apache Logs With vlogger in debian etch&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.debianadmin.com/how-to-split-lighttpd-logs-with-vlogger-in-debian-etch.html&quot;&gt;How to Split lighttpd Logs With vlogger in Debian Etch&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.debianadmin.com/setup-easy-hosting-control-panel-ehcp-for-debianubuntu.html&quot;&gt;Setup Easy Hosting Control Panel (ehcp) for Debian/Ubuntu&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html&quot;&gt;How to setup Apache Tomcat 5.5 on Debian Etch&lt;/a&gt;&lt;/li&gt;&lt;/p&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feedproxy.google.com/~f/debiansystemadmin?a=2hsKV1Kw&quot;&gt;&lt;img src=&quot;http://feedproxy.google.com/~f/debiansystemadmin?d=41&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feedproxy.google.com/~f/debiansystemadmin?a=ov6ZNTB6&quot;&gt;&lt;img src=&quot;http://feedproxy.google.com/~f/debiansystemadmin?i=ov6ZNTB6&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feedproxy.google.com/~f/debiansystemadmin?a=x4gzZnMd&quot;&gt;&lt;img src=&quot;http://feedproxy.google.com/~f/debiansystemadmin?d=52&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feedproxy.google.com/~f/debiansystemadmin?a=qD4WwO51&quot;&gt;&lt;img src=&quot;http://feedproxy.google.com/~f/debiansystemadmin?d=54&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feedproxy.google.com/~f/debiansystemadmin?a=ONQbTwX4&quot;&gt;&lt;img src=&quot;http://feedproxy.google.com/~f/debiansystemadmin?i=ONQbTwX4&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feedproxy.google.com/~f/debiansystemadmin?a=Jpf30ooT&quot;&gt;&lt;img src=&quot;http://feedproxy.google.com/~f/debiansystemadmin?d=129&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
            
            <pubDate>Thu, 28 Aug 2008 18:09:09 -0700</pubDate>
        </item>
            
        <item>
            <title>Coming Up for Air &quot; Virtual Hosting using Apache and GlassFish</title>
            <link>http://swik.net/GlassFish/del.icio.us%2Ftag%2Fglassfish/Coming+Up+for+Air+%22+Virtual+Hosting+using+Apache+and+GlassFish/cb6gy</link>
            <description></description>
            
            <pubDate>Mon, 11 Aug 2008 05:04:10 -0700</pubDate>
        </item>
            
        <item>
            <title>Instalar varios servicios en FreeBSD</title>
            <link>http://swik.net/k3b/del.icio.us%2Ftag%2Fk3b/Instalar+varios+servicios+en+FreeBSD/cbugv</link>
            <description></description>
            
            <pubDate>Thu, 07 Aug 2008 13:14:33 -0700</pubDate>
        </item>
            
        <item>
            <title>Yet another blog: Using mod_jk 1.2.x with JBoss/Tomcat bundle and Apache2 with Suse 10</title>
            <link>http://swik.net/JBoss/del.icio.us+tag%2Fjboss/Yet+another+blog%3A+Using+mod_jk+1.2.x+with+JBoss%2FTomcat+bundle+and+Apache2+with+Suse+10/canc3</link>
            <description>setting up apache2, mod_jk, and JBoss for load balancing and port forwarding</description>
            
            <pubDate>Thu, 17 Jul 2008 08:51:07 -0700</pubDate>
        </item>
            
        <item>
            <title>Maven - The Maven Integration for Eclipse</title>
            <link>http://swik.net/Maven/del.icio.us%2Ftag%2Fmaven/Maven+-+The+Maven+Integration+for+Eclipse/cablo</link>
            <description>http://m2eclipse.sonatype.org/update/</description>
            
            <pubDate>Mon, 14 Jul 2008 23:52:38 -0700</pubDate>
        </item>
            
        <item>
            <title>Axis 2.0 - Code Generator Wizard - Eclipse Plug-in</title>
            <link>http://swik.net/Eclipse/del.icio.us%2Ftag%2Feclipse/Axis+2.0+-+Code+Generator+Wizard+-+Eclipse+Plug-in/b90bd</link>
            <description></description>
            
            <pubDate>Fri, 11 Jul 2008 09:51:40 -0700</pubDate>
        </item>
            
        <item>
            <title>The Perfect Server - Ubuntu Hardy Heron (Ubuntu 8.04 LTS Server) - Page 3 | HowtoForge - Linux Howtos and Tutorials</title>
            <link>http://swik.net/Postfix/del.icio.us%2Ftag%2Fpostfix/The+Perfect+Server+-+Ubuntu+Hardy+Heron+%28Ubuntu+8.04+LTS+Server%29+-+Page+3+%7C+HowtoForge+-+Linux+Howtos+and+Tutorials/b7ngl</link>
            <description></description>
            
            <pubDate>Mon, 16 Jun 2008 20:12:30 -0700</pubDate>
        </item>
            
        <item>
            <title>Proxy your Trac site to a tracd with Apache</title>
            <link>http://swik.net/Trac/del.icio.us%2Ftag%2Ftrac/Proxy+your+Trac+site+to+a+tracd+with+Apache/b7a3j</link>
            <description></description>
            
            <pubDate>Thu, 12 Jun 2008 14:21:17 -0700</pubDate>
        </item>
            
        <item>
            <title>TracStandalone – The Trac Project – Trac</title>
            <link>http://swik.net/Trac/del.icio.us%2Ftag%2Ftrac/TracStandalone+%E2%80%93+The+Trac+Project+%E2%80%93+Trac/b7avz</link>
            <description></description>
            
            <pubDate>Thu, 12 Jun 2008 13:22:13 -0700</pubDate>
        </item>
            
        <item>
            <title>mod_xsendfile</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/mod_xsendfile/b6cpy</link>
            <description>mod para descargas de apache</description>
            
            <pubDate>Sun, 01 Jun 2008 13:45:57 -0700</pubDate>
        </item>
                </channel>
</rss>
