<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Apache vs. lighttpd</title>
	<atom:link href="http://changelog.complete.org/archives/1197-apache-vs-lighttpd/feed" rel="self" type="application/rss+xml" />
	<link>http://changelog.complete.org/archives/1197-apache-vs-lighttpd</link>
	<description>Viewpoints on technology, society, and government</description>
	<lastBuildDate>Sun, 05 Feb 2012 03:11:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jed</title>
		<link>http://changelog.complete.org/archives/1197-apache-vs-lighttpd/comment-page-1#comment-8747</link>
		<dc:creator>Jed</dc:creator>
		<pubDate>Sun, 10 Apr 2011 15:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://changelog.complete.org/?p=1197#comment-8747</guid>
		<description>The G-Wan server does not use any configuration file, and it is massively faster than Nginx, Cherokee or Lighttpd.

Plus, it comes with an embedded script engine to generate dynamic contents which is much faster than PHP, C# or Java.

Makes life easier... and less expensive!</description>
		<content:encoded><![CDATA[<p>The G-Wan server does not use any configuration file, and it is massively faster than Nginx, Cherokee or Lighttpd.</p>
<p>Plus, it comes with an embedded script engine to generate dynamic contents which is much faster than PHP, C# or Java.</p>
<p>Makes life easier&#8230; and less expensive!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Np237</title>
		<link>http://changelog.complete.org/archives/1197-apache-vs-lighttpd/comment-page-1#comment-4811</link>
		<dc:creator>Np237</dc:creator>
		<pubDate>Sun, 01 Nov 2009 20:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://changelog.complete.org/?p=1197#comment-4811</guid>
		<description>The real interest of lighttpd over Apache is not performance, unless your site has very high traffic. It is not memory, unless you have a very small amount of it (except for mod_php/mod_python of course, these are shit). The real interest is having a configuration file that doesn’t look like a voodoo incantation. Lighty’s configuration is simple and very powerful, it allows for complex setups without difficulties.</description>
		<content:encoded><![CDATA[<p>The real interest of lighttpd over Apache is not performance, unless your site has very high traffic. It is not memory, unless you have a very small amount of it (except for mod_php/mod_python of course, these are shit). The real interest is having a configuration file that doesn’t look like a voodoo incantation. Lighty’s configuration is simple and very powerful, it allows for complex setups without difficulties.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Apache Update &#124; The Changelog</title>
		<link>http://changelog.complete.org/archives/1197-apache-vs-lighttpd/comment-page-1#comment-4745</link>
		<dc:creator>Apache Update &#124; The Changelog</dc:creator>
		<pubDate>Thu, 29 Oct 2009 01:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://changelog.complete.org/?p=1197#comment-4745</guid>
		<description>[...] everyone for the helpful comments yesterday on Apache vs. lighttpd. I&#8217;ve taken the first few steps towards improving things. I&#8217;ve [...]</description>
		<content:encoded><![CDATA[<p>[...] everyone for the helpful comments yesterday on Apache vs. lighttpd. I&#8217;ve taken the first few steps towards improving things. I&#8217;ve [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: niq</title>
		<link>http://changelog.complete.org/archives/1197-apache-vs-lighttpd/comment-page-1#comment-4744</link>
		<dc:creator>niq</dc:creator>
		<pubDate>Wed, 28 Oct 2009 23:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://changelog.complete.org/?p=1197#comment-4744</guid>
		<description>1. If apache+php is eating excessive memory, then moving to fastcgi (and worker or event MPM) is a worthwhile solution - and indeed brings you into line with the recommended lighttpd configuration.  mod_fcgid has recently been donated to Apache, and will be included in future releases.

2. If it&#039;s just serving as a web server with PHP, then any of the &quot;usual suspects&quot; will do just fine.  It&#039;s possible a lightweight server may outperform a bigger one (Apache 2.x is much more of an appserver than Apache1/lighttpd/nginx/etc), but any difference is dwarfed by PHP&#039;s footprint.

3. Fanboys for minority webservers love to bash apache, but in doing so they often report ridiculously poor figures for apache.  Serious users get serious performance from it.</description>
		<content:encoded><![CDATA[<p>1. If apache+php is eating excessive memory, then moving to fastcgi (and worker or event MPM) is a worthwhile solution &#8211; and indeed brings you into line with the recommended lighttpd configuration.  mod_fcgid has recently been donated to Apache, and will be included in future releases.</p>
<p>2. If it&#8217;s just serving as a web server with PHP, then any of the &#8220;usual suspects&#8221; will do just fine.  It&#8217;s possible a lightweight server may outperform a bigger one (Apache 2.x is much more of an appserver than Apache1/lighttpd/nginx/etc), but any difference is dwarfed by PHP&#8217;s footprint.</p>
<p>3. Fanboys for minority webservers love to bash apache, but in doing so they often report ridiculously poor figures for apache.  Serious users get serious performance from it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Alan Dorman</title>
		<link>http://changelog.complete.org/archives/1197-apache-vs-lighttpd/comment-page-1#comment-4739</link>
		<dc:creator>Michael Alan Dorman</dc:creator>
		<pubDate>Wed, 28 Oct 2009 16:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://changelog.complete.org/?p=1197#comment-4739</guid>
		<description>Of the new wave of &quot;lightweight&quot; httpds, I&#039;ve been most pleased with cherokee.

Lest I be accused of being a simple fanboy:

I used lighttpd for a couple of years, but when I decided to convert some small linodes from apache about six month ago I looked around, and the project seems to have stalled---they became way too ambitious about 2.0 and it appears to be perpetually on the horizon.

I also use nginx on some production servers, but it has some limitations that make it less general purpose than the others---no straight-up CGI, for instance---so I only use it in very specialised places, in this case as IMAP/POP proxies.

So I tried cherokee, and it does everything I want at least as simply.  If I had any criticism, it&#039;s that they&#039;re very oriented towards their web-based admin tool.  This has turned out to annoy me less than I expected, but it&#039;s something to consider.

All of that said, I think many of your issues could be resolved by moving the PHP code out to fast cgi, using suexec with mod_fcgid to move away from www-data for everything, and just use a different MPM---I have many production systems doing this and they haven&#039;t annoyed me enough to move to cherokee yet.</description>
		<content:encoded><![CDATA[<p>Of the new wave of &#8220;lightweight&#8221; httpds, I&#8217;ve been most pleased with cherokee.</p>
<p>Lest I be accused of being a simple fanboy:</p>
<p>I used lighttpd for a couple of years, but when I decided to convert some small linodes from apache about six month ago I looked around, and the project seems to have stalled&#8212;they became way too ambitious about 2.0 and it appears to be perpetually on the horizon.</p>
<p>I also use nginx on some production servers, but it has some limitations that make it less general purpose than the others&#8212;no straight-up CGI, for instance&#8212;so I only use it in very specialised places, in this case as IMAP/POP proxies.</p>
<p>So I tried cherokee, and it does everything I want at least as simply.  If I had any criticism, it&#8217;s that they&#8217;re very oriented towards their web-based admin tool.  This has turned out to annoy me less than I expected, but it&#8217;s something to consider.</p>
<p>All of that said, I think many of your issues could be resolved by moving the PHP code out to fast cgi, using suexec with mod_fcgid to move away from www-data for everything, and just use a different MPM&#8212;I have many production systems doing this and they haven&#8217;t annoyed me enough to move to cherokee yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cate</title>
		<link>http://changelog.complete.org/archives/1197-apache-vs-lighttpd/comment-page-1#comment-4737</link>
		<dc:creator>cate</dc:creator>
		<pubDate>Wed, 28 Oct 2009 14:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://changelog.complete.org/?p=1197#comment-4737</guid>
		<description>Now I use lighttpd without problems. The configuration is different, but easy to learn, and simpler to maintain.

But if you need less memory footprint, look for alternatives to wordpress. IMHO it is unacceptable that an web-application requires 64MB per process (an PHP hard limit to 32MB make wordpress unusable). With few calculations you will find that few user could take down your server.</description>
		<content:encoded><![CDATA[<p>Now I use lighttpd without problems. The configuration is different, but easy to learn, and simpler to maintain.</p>
<p>But if you need less memory footprint, look for alternatives to wordpress. IMHO it is unacceptable that an web-application requires 64MB per process (an PHP hard limit to 32MB make wordpress unusable). With few calculations you will find that few user could take down your server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Goerzen</title>
		<link>http://changelog.complete.org/archives/1197-apache-vs-lighttpd/comment-page-1#comment-4736</link>
		<dc:creator>John Goerzen</dc:creator>
		<pubDate>Wed, 28 Oct 2009 13:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://changelog.complete.org/?p=1197#comment-4736</guid>
		<description>I&#039;m very unhappy with redmine, but I&#039;m happier with it than the alternatives.  I know it IS part of the problem, though its botblock module has helped some.  http://changelog.complete.org/archives/1123-free-software-project-hosting</description>
		<content:encoded><![CDATA[<p>I&#8217;m very unhappy with redmine, but I&#8217;m happier with it than the alternatives.  I know it IS part of the problem, though its botblock module has helped some.  <a href="http://changelog.complete.org/archives/1123-free-software-project-hosting" rel="nofollow">http://changelog.complete.org/archives/1123-free-software-project-hosting</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Van Buggenhout</title>
		<link>http://changelog.complete.org/archives/1197-apache-vs-lighttpd/comment-page-1#comment-4735</link>
		<dc:creator>Jan Van Buggenhout</dc:creator>
		<pubDate>Wed, 28 Oct 2009 10:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://changelog.complete.org/?p=1197#comment-4735</guid>
		<description>A while back, I did some research about all the possible ways of combining apache &amp; php. I&#039;ve written down a list of all the options I could find, with some notes:

http://chipzz.safehex.be/apache-php.html

The list is fairly incomplete, in that it doesn&#039;t give credit to where I found the information (it was after all only meant for my own usage). Hope this helps.</description>
		<content:encoded><![CDATA[<p>A while back, I did some research about all the possible ways of combining apache &amp; php. I&#8217;ve written down a list of all the options I could find, with some notes:</p>
<p><a href="http://chipzz.safehex.be/apache-php.html" rel="nofollow">http://chipzz.safehex.be/apache-php.html</a></p>
<p>The list is fairly incomplete, in that it doesn&#8217;t give credit to where I found the information (it was after all only meant for my own usage). Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stig</title>
		<link>http://changelog.complete.org/archives/1197-apache-vs-lighttpd/comment-page-1#comment-4734</link>
		<dc:creator>Stig</dc:creator>
		<pubDate>Wed, 28 Oct 2009 09:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://changelog.complete.org/?p=1197#comment-4734</guid>
		<description>If you want to move the moinmoins to separate processes, each running with another user, you can do what I&#039;ve documented at http://fnord.no/sysadmin/web/moinmoin-spring-cleaning

That&#039;s Apache HTTPD, mod_wsgi and moin. Varnish in front, with a small 30MB cache, speeds up the wikis immensely, and moiinmoin serves the correct headers to tell Varnish what to do.</description>
		<content:encoded><![CDATA[<p>If you want to move the moinmoins to separate processes, each running with another user, you can do what I&#8217;ve documented at <a href="http://fnord.no/sysadmin/web/moinmoin-spring-cleaning" rel="nofollow">http://fnord.no/sysadmin/web/moinmoin-spring-cleaning</a></p>
<p>That&#8217;s Apache HTTPD, mod_wsgi and moin. Varnish in front, with a small 30MB cache, speeds up the wikis immensely, and moiinmoin serves the correct headers to tell Varnish what to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://changelog.complete.org/archives/1197-apache-vs-lighttpd/comment-page-1#comment-4733</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Wed, 28 Oct 2009 09:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://changelog.complete.org/?p=1197#comment-4733</guid>
		<description>I second the suggestion to use a reverse proxy. Try varnish 
http://varnish.projects.linpro.no/ . You can deploy it  without changing your webserver configuration or changing very little.
Regarding Apache vs Lighttpd, I use extensively both.
Lighttpd has a smaller memory footprint and is super-fast in serving static files, but regardind php/fastcgi I think most on the problems reside in the php court. I didn&#039;t see a large improvement switching to lighttpd/fastcgi, and the configuration is quite different (but well documented). Of course YMMV, depending on the php applications you are using.</description>
		<content:encoded><![CDATA[<p>I second the suggestion to use a reverse proxy. Try varnish<br />
<a href="http://varnish.projects.linpro.no/" rel="nofollow">http://varnish.projects.linpro.no/</a> . You can deploy it  without changing your webserver configuration or changing very little.<br />
Regarding Apache vs Lighttpd, I use extensively both.<br />
Lighttpd has a smaller memory footprint and is super-fast in serving static files, but regardind php/fastcgi I think most on the problems reside in the php court. I didn&#8217;t see a large improvement switching to lighttpd/fastcgi, and the configuration is quite different (but well documented). Of course YMMV, depending on the php applications you are using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sake</title>
		<link>http://changelog.complete.org/archives/1197-apache-vs-lighttpd/comment-page-1#comment-4732</link>
		<dc:creator>Sake</dc:creator>
		<pubDate>Wed, 28 Oct 2009 09:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://changelog.complete.org/?p=1197#comment-4732</guid>
		<description>A year ago or so, I made the switch from Apache to lighty. The reason was that I only have a quite small (130 mb ram) virtual server. Apache was using the majority of the memory by just running idle. A Friend pointed me to lighty and I tried it. The effect was that my server was more responsive and it practically used no mem at all if waiting.
As I also had some stuff running with php I was curious if it would work. After some digging in the web I found this simple config line for mod_cgi.
cgi.assign = (&quot;.php&quot; =&gt; &quot;/usr/bin/php-cgi&quot;,)
With that, all php files are executed as it is done in Apache.

The multiple server stuff is simply a matter of creating a new config file with
$HTTP[&quot;host&quot;] == &quot;anysub.yourhostname.com&quot; {
  server.document-root = &quot;/home/someuser/html&quot;
}
in it. There are directives for https and ip based selections, too.
In this host section the php stuff from above can be nested and is thereby only activated for this host.

I hope this clarifies things for you.</description>
		<content:encoded><![CDATA[<p>A year ago or so, I made the switch from Apache to lighty. The reason was that I only have a quite small (130 mb ram) virtual server. Apache was using the majority of the memory by just running idle. A Friend pointed me to lighty and I tried it. The effect was that my server was more responsive and it practically used no mem at all if waiting.<br />
As I also had some stuff running with php I was curious if it would work. After some digging in the web I found this simple config line for mod_cgi.<br />
cgi.assign = (&#8220;.php&#8221; =&gt; &#8220;/usr/bin/php-cgi&#8221;,)<br />
With that, all php files are executed as it is done in Apache.</p>
<p>The multiple server stuff is simply a matter of creating a new config file with<br />
$HTTP["host"] == &#8220;anysub.yourhostname.com&#8221; {<br />
  server.document-root = &#8220;/home/someuser/html&#8221;<br />
}<br />
in it. There are directives for https and ip based selections, too.<br />
In this host section the php stuff from above can be nested and is thereby only activated for this host.</p>
<p>I hope this clarifies things for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .</title>
		<link>http://changelog.complete.org/archives/1197-apache-vs-lighttpd/comment-page-1#comment-4730</link>
		<dc:creator>.</dc:creator>
		<pubDate>Wed, 28 Oct 2009 08:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://changelog.complete.org/?p=1197#comment-4730</guid>
		<description>A while ago, I actually made a point of getting rid of PHP. It seems my apache memory problems went away with that as well. It&#039;s hard, but it seems to be the sanest way.</description>
		<content:encoded><![CDATA[<p>A while ago, I actually made a point of getting rid of PHP. It seems my apache memory problems went away with that as well. It&#8217;s hard, but it seems to be the sanest way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo 'costela' Antunes</title>
		<link>http://changelog.complete.org/archives/1197-apache-vs-lighttpd/comment-page-1#comment-4729</link>
		<dc:creator>Leo 'costela' Antunes</dc:creator>
		<pubDate>Wed, 28 Oct 2009 08:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://changelog.complete.org/?p=1197#comment-4729</guid>
		<description>I&#039;d agree with the first Anonymous. It&#039;s a safe bet and makes your life easier if you ever should be disappointed with lighttpd.

I&#039;ve personally made this same migration a few months ago and haven&#039;t looked back:
http://costela.net/2009/07/migrated-to-lighttpd/
(sorry for the lack of technical details on the migration)

At first the memory gain doesn&#039;t seem so incredible, but over longer periods of time lighttpd keeps a stabler memory footprint then apache and my flimsy VPS has been overall a lot more responsive, since it had been swapping heavily under Apache.

Notes:
- I didn&#039;t try nginx for lack of documentation.
- I&#039;m using the squeeze version of lighttpd to avoid some bugs
- I have nothing against Apache and also felt originally more comfortable with it, but the curiosity of trying some new approach won in the end! :)</description>
		<content:encoded><![CDATA[<p>I&#8217;d agree with the first Anonymous. It&#8217;s a safe bet and makes your life easier if you ever should be disappointed with lighttpd.</p>
<p>I&#8217;ve personally made this same migration a few months ago and haven&#8217;t looked back:<br />
<a href="http://costela.net/2009/07/migrated-to-lighttpd/" rel="nofollow">http://costela.net/2009/07/migrated-to-lighttpd/</a><br />
(sorry for the lack of technical details on the migration)</p>
<p>At first the memory gain doesn&#8217;t seem so incredible, but over longer periods of time lighttpd keeps a stabler memory footprint then apache and my flimsy VPS has been overall a lot more responsive, since it had been swapping heavily under Apache.</p>
<p>Notes:<br />
- I didn&#8217;t try nginx for lack of documentation.<br />
- I&#8217;m using the squeeze version of lighttpd to avoid some bugs<br />
- I have nothing against Apache and also felt originally more comfortable with it, but the curiosity of trying some new approach won in the end! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Tötterman</title>
		<link>http://changelog.complete.org/archives/1197-apache-vs-lighttpd/comment-page-1#comment-4728</link>
		<dc:creator>Paul Tötterman</dc:creator>
		<pubDate>Wed, 28 Oct 2009 07:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://changelog.complete.org/?p=1197#comment-4728</guid>
		<description>I&#039;ve had a very good experience with nginx + mod_rails (phusion passenger) + redmine.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had a very good experience with nginx + mod_rails (phusion passenger) + redmine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Goetze</title>
		<link>http://changelog.complete.org/archives/1197-apache-vs-lighttpd/comment-page-1#comment-4727</link>
		<dc:creator>Michael Goetze</dc:creator>
		<pubDate>Wed, 28 Oct 2009 07:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://changelog.complete.org/?p=1197#comment-4727</guid>
		<description>I think you forgot the option of running two different instances of Apache with different MPMs.

Nevertheless, I would encourage you to dive into lighttpd and try it out, IMHO it has a very powerful, yet easy-to-learn configuration syntax.</description>
		<content:encoded><![CDATA[<p>I think you forgot the option of running two different instances of Apache with different MPMs.</p>
<p>Nevertheless, I would encourage you to dive into lighttpd and try it out, IMHO it has a very powerful, yet easy-to-learn configuration syntax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gour</title>
		<link>http://changelog.complete.org/archives/1197-apache-vs-lighttpd/comment-page-1#comment-4726</link>
		<dc:creator>Gour</dc:creator>
		<pubDate>Wed, 28 Oct 2009 07:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://changelog.complete.org/?p=1197#comment-4726</guid>
		<description>Hi,

I&#039;m happy with Cherokee (http://www.cherokee-project.com/).


Sincerely,
Gour</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m happy with Cherokee (<a href="http://www.cherokee-project.com/" rel="nofollow">http://www.cherokee-project.com/</a>).</p>
<p>Sincerely,<br />
Gour</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harmen</title>
		<link>http://changelog.complete.org/archives/1197-apache-vs-lighttpd/comment-page-1#comment-4725</link>
		<dc:creator>Harmen</dc:creator>
		<pubDate>Wed, 28 Oct 2009 07:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://changelog.complete.org/?p=1197#comment-4725</guid>
		<description>The normal solution is to use a small proxy server on port 80 (&#039;pound&#039; works very well), and let it proxy everything to different http deamons listening on different ports. This way you can run as many exotic things as you like, multiple apaches with their own configs, modules, thread models. They can run under different users, they can be lighttpd, apache, pure ruby servers. You can restart 1 server without bothering any other. You can put in loadbalancing/failover or move a site to another box in your network without the rest of the world knowing. And you&#039;ll probably use less memory in total since it&#039;s a small deamon which does the slow talking to the client. The heavy apache gives the content to the little proxyserver, and that &#039;spoonfeeds&#039; it to the client. You&#039;ll need way less apaches.

Google &#039;reverse proxy&#039; for more info.</description>
		<content:encoded><![CDATA[<p>The normal solution is to use a small proxy server on port 80 (&#8216;pound&#8217; works very well), and let it proxy everything to different http deamons listening on different ports. This way you can run as many exotic things as you like, multiple apaches with their own configs, modules, thread models. They can run under different users, they can be lighttpd, apache, pure ruby servers. You can restart 1 server without bothering any other. You can put in loadbalancing/failover or move a site to another box in your network without the rest of the world knowing. And you&#8217;ll probably use less memory in total since it&#8217;s a small deamon which does the slow talking to the client. The heavy apache gives the content to the little proxyserver, and that &#8216;spoonfeeds&#8217; it to the client. You&#8217;ll need way less apaches.</p>
<p>Google &#8216;reverse proxy&#8217; for more info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rata</title>
		<link>http://changelog.complete.org/archives/1197-apache-vs-lighttpd/comment-page-1#comment-4724</link>
		<dc:creator>rata</dc:creator>
		<pubDate>Wed, 28 Oct 2009 01:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://changelog.complete.org/?p=1197#comment-4724</guid>
		<description>Redmine uses a lot of memory (and IO, IIRC). I don&#039;t know if that has anything to do with your problem, but you can check :)

Also, there&#039;s an article in debian administration about a similar problem: http://www.debian-administration.org/article/Speeding_up_dynamic_websites_via_an_nginx_proxy</description>
		<content:encoded><![CDATA[<p>Redmine uses a lot of memory (and IO, IIRC). I don&#8217;t know if that has anything to do with your problem, but you can check :)</p>
<p>Also, there&#8217;s an article in debian administration about a similar problem: <a href="http://www.debian-administration.org/article/Speeding_up_dynamic_websites_via_an_nginx_proxy" rel="nofollow">http://www.debian-administration.org/article/Speeding_up_dynamic_websites_via_an_nginx_proxy</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miki</title>
		<link>http://changelog.complete.org/archives/1197-apache-vs-lighttpd/comment-page-1#comment-4722</link>
		<dc:creator>Miki</dc:creator>
		<pubDate>Wed, 28 Oct 2009 00:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://changelog.complete.org/?p=1197#comment-4722</guid>
		<description>Hi,

I recently switched from Apache 2.2 to nginx (similar to lighttpd but less buggy) and in a couple of hours I&#039;ve been able to retain old php stuff proxying Apache through nginx AND to develop a couple of applications (in php and python) directly in nginx (with FastCGI)...

...and I&#039;m very happy :-)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I recently switched from Apache 2.2 to nginx (similar to lighttpd but less buggy) and in a couple of hours I&#8217;ve been able to retain old php stuff proxying Apache through nginx AND to develop a couple of applications (in php and python) directly in nginx (with FastCGI)&#8230;</p>
<p>&#8230;and I&#8217;m very happy :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XANi</title>
		<link>http://changelog.complete.org/archives/1197-apache-vs-lighttpd/comment-page-1#comment-4721</link>
		<dc:creator>XANi</dc:creator>
		<pubDate>Wed, 28 Oct 2009 00:01:09 +0000</pubDate>
		<guid isPermaLink="false">http://changelog.complete.org/?p=1197#comment-4721</guid>
		<description>PHP can be run using FastCGI and then u can use much better (in terms of memory and speed) mpm_worker.
U can run apache + suexec + fastcgi, but its complicated to setup and ull probably be better with lighttpd (i have similar config, wordpress, redmine, and one or 2 php apps), tho u will probably spend some time with googling &quot;how to do that in lighttpd&quot; as it dont have things like .htaccess so u have to do rewrites directly in config.</description>
		<content:encoded><![CDATA[<p>PHP can be run using FastCGI and then u can use much better (in terms of memory and speed) mpm_worker.<br />
U can run apache + suexec + fastcgi, but its complicated to setup and ull probably be better with lighttpd (i have similar config, wordpress, redmine, and one or 2 php apps), tho u will probably spend some time with googling &#8220;how to do that in lighttpd&#8221; as it dont have things like .htaccess so u have to do rewrites directly in config.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://changelog.complete.org/archives/1197-apache-vs-lighttpd/comment-page-1#comment-4720</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 27 Oct 2009 23:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://changelog.complete.org/?p=1197#comment-4720</guid>
		<description>I&#039;ve run lighttpd for a while now, and I&#039;d put it this way.  On the one hand, lighttpd seems worlds better than apache in almost every way.  On the other hand, more people run apache, so you may find it easier to get help, or to find sample configurations.

Lighttpd does have very good documentation, though.

Personally, I&#039;d suggest an incremental approach.  First, migrate to using FastCGI for PHP.  Then, you can go ahead and switch to a sensible apache MPM.  Finally, you can start incrementally moving things to lighttpd, if you want to.

And most importantly, as step 1, install etckeeper. ;)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve run lighttpd for a while now, and I&#8217;d put it this way.  On the one hand, lighttpd seems worlds better than apache in almost every way.  On the other hand, more people run apache, so you may find it easier to get help, or to find sample configurations.</p>
<p>Lighttpd does have very good documentation, though.</p>
<p>Personally, I&#8217;d suggest an incremental approach.  First, migrate to using FastCGI for PHP.  Then, you can go ahead and switch to a sensible apache MPM.  Finally, you can start incrementally moving things to lighttpd, if you want to.</p>
<p>And most importantly, as step 1, install etckeeper. ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

