<?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>PCHijack &#187; WeBServers</title>
	<atom:link href="http://www.pchijack.com/category/internet/webservers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pchijack.com</link>
	<description>PC - Do it YourSelf...</description>
	<lastBuildDate>Tue, 31 Jan 2012 05:51:43 +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>Kolibri+ A New Portable Apache Alternative</title>
		<link>http://www.pchijack.com/internet/kolibri-a-new-portable-apache-alternative/</link>
		<comments>http://www.pchijack.com/internet/kolibri-a-new-portable-apache-alternative/#comments</comments>
		<pubDate>Mon, 04 May 2009 07:48:26 +0000</pubDate>
		<dc:creator>PChijack</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[WeBServers]]></category>
		<category><![CDATA[Apache Alternative]]></category>
		<category><![CDATA[Kolibri+]]></category>
		<category><![CDATA[Portable Webserver]]></category>
		<category><![CDATA[Run Website from USB]]></category>
		<category><![CDATA[WebServer Configuration in Runtime]]></category>

		<guid isPermaLink="false">http://www.pchijack.com/?p=66</guid>
		<description><![CDATA[ <p>Kolibri+ is another very simple to use HTTP Web server which can be used in place of ever popular Apache. It supports Dynamic PHP as well as it also have support for static PHP.</p> <p>Kolibri+ is build with very simple GUI and it&#8217;s also consumes very less amount of memory.It supports HEAD, GET and [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align:center;width:100%;margin:0px 0px 0px 10px;"><div style="margin:auto;"><script type="text/javascript"><!--
google_ad_client = "pub-4299734849302582";
/* PCHijack InText */
google_ad_slot = "4007600332";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div></div><div style="width:100%;min-width:100%;"><p>Kolibri+ is another very simple to use HTTP Web server which can be used in place of ever popular Apache. It supports Dynamic PHP as well as it also have support for static PHP.</p>
<p>Kolibri+ is build with very simple GUI and it&#8217;s also consumes very less amount of memory.It supports HEAD, GET and POST function of Web servers, and you ca change the Servers configuration at run time. This means you need not to restart the server for changes to take effect.  You can also run multiple instances of Kolibri+ web server and each of them can have same or different document root as specified by you.</p>
<p>Apart from all other features, it is portable as well You can run it from USB stick or CD or DVD, Thus it is quite good for demonstration purpose. You need not to install webserver on client&#8217;s machine in order to show them demo of your web design.  It also have Integrated PHP support and Customizable logging functionality.</p>
<p>Kolibri+ was developed for testing and demonstration purpose, or for delivering a working copy of website using CD&#8217;s. Developers of this new webservers does not advice it to be used on production servers or actual webservers. This is a good alternative who are new to web design and learning HTML or PHP.</p>
<p>For all non commercial personal use Kolibri+ is free but if you want to use it for commercial purpose you might have to pay some fees for that.</p>
<p>You can download Kolibri+ complete package including PHP 5.2.6 packaged with it as package distribution. It is also available as windows installer or Zip archive. If you planning to run it from portable drive use Zip archive otherwise use windows installer.  After downloading Zip archive unpack it to your desired folder and run KolibriPlus.exe. rest of the setup and all are self explanatory and very easy to do.</p>
<p>To test, configure doc root to be sample folder (X:KolibriPlussample) and open browser to <a href="http://localhost:8080/">http://localhost:8080/</a>. If you see phpinfo output, your installation is working properly.</p>
<p>Also, if you already have PHP 5.2.x installed, you could download basic package containing Kolibri+ only. For Kolibri+ to use your existing PHP installation just include PHP installation directory PATH environment variable of your system.</p>
<p><strong>PHP.INI considerations</strong><strong> </strong></p>
<p>If you using complete Kolibri+ package, PHP.INI file can be found in the folder you installed Kolibri+.  Default setting of PHP.ini has only mysql extension enabled. To add more functionality you can use methods described on official PHP site.</p>
<p><span id="more-66"></span></p>
<p>You can use your own PHP.ini files as well, for that you have to set PHPRC variable and you are done.</p>
<p><strong>Configuring Kolibri+<br />
</strong></p>
<p>most of the option available in Kolibri+ can be changed while server is running, but there are few which can&#8217;t.  These can be done using GUI settings available. Also we are listing few of them below -</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="130" valign="top"><strong>Document   Root</strong><strong></strong></td>
<td width="587" valign="top">This is the root   folder where your website resides. It can be changed only when server is   stopped.</td>
</tr>
<tr>
<td width="130" valign="top"><strong>PHP   file extension</strong><strong></strong></td>
<td width="587" valign="top">If resource with this   extension is requested, Kolibri+ will assume it is PHP script and will invoke   PHP processor.</td>
</tr>
<tr>
<td width="130" valign="top"><strong>Default   file</strong><strong></strong></td>
<td width="587" valign="top">This is the file   server will return on &#8220;/&#8221; request. Default is   &#8220;index.php&#8221;. For example, if request is   &#8220;http://localhost:8080/&#8221; it becomes equivalent to   &#8220;http://localhost:8080/index.php&#8221;.</td>
</tr>
<tr>
<td width="130" valign="top"><strong>Listen   on Port</strong><strong></strong></td>
<td width="587" valign="top">Port to listen for   incoming connections. By default it&#8217;s 8080. Can be changed only if server is   stopped. You can run multiple instances of the server as long as they listen   on different ports.</td>
</tr>
<tr>
<td width="130" valign="top"><strong>Logging</strong><strong></strong></td>
<td width="587" valign="top">Choose one of the 4   available logging options:</p>
<p>1)   <em>None</em>: No logging at all</p>
<p>2)   <em>Basic</em>: Log only request URL and method and response status. Minimal   impact on performance</p>
<p>3)   <em>Full (no response content)</em>: log full request data including headers   and content (for example if POST request) and response headers. Impacts   response times.</p>
<p>4)   <em>Full (with response content)</em>: Same as #3 but also logs full response   content if test (images and binary content not logged). This option may   impact performance significantly.</td>
</tr>
<tr>
<td width="130" valign="top"><strong>Service   status</strong><strong></strong></td>
<td width="587" valign="top">Displays the current   status of the service (Running or Stopped).</td>
</tr>
<tr>
<td width="130" valign="top"><strong>Start   page URL</strong><strong></strong></td>
<td width="587" valign="top">Convenient link to   open start page in your browser. Available only when server running.</td>
</tr>
</tbody>
</table>
<p>Hope you like this Tip, if yes leave a comment or bookmark us using bookmarking toolbar below.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.pchijack.com/application/guide-to-norton-online-backups/' title='Guide to Norton Online Backups'>Guide to Norton Online Backups</a></li>
</ul>
<div class="simplesocialbuttons">
<div class="simplesocialbutton ssb-button-googleplus"><!-- Google Plus One--><g:plusone size="medium" count="true" href="http://www.pchijack.com/internet/kolibri-a-new-portable-apache-alternative/"></g:plusone></div>
<div class="simplesocialbutton ssb-button-fblike"><!-- Facebook like--><div id="fb-root"></div><fb:like href="http://www.pchijack.com/internet/kolibri-a-new-portable-apache-alternative/" send="false" layout="button_count" width="100" show_faces="false" action="like" font=""></fb:like></div>
<div class="simplesocialbutton ssb-buttom-twitter"><!-- Twitter--><a name="twitter_share" data-count="horizontal" href="http://twitter.com/share" data-text="Kolibri+ A New Portable Apache Alternative" data-url="http://www.pchijack.com/internet/kolibri-a-new-portable-apache-alternative/" class="twitter-share-button" rel="nofollow"></a></div>
</div>
</div>]]></content:encoded>
			<wfw:commentRss>http://www.pchijack.com/internet/kolibri-a-new-portable-apache-alternative/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

