 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Chad Lung's Blog: Install Lighttpd, PHP and MySQL on Ubuntu 10.10
by Chris Cornutt January 05, 2011 @ 08:57:58
In this new post to his blog Chad Lung walks you through the process of getting Lighttpd (web server), PHP and MySQL installed on a Ubuntu-based system. His specific installation is 10.10, but the instructions can be translated easily to most common versions.
Sometimes you don't want Apache for your web server whatever your reasons might be. There are other options like Nginx and Lighttpd, today I'll setup Lighttpd along with PHP (via FastCGI) and MySQL.
The Ubuntu package manager (apt-get/aptitude) takes a lot of the work out of it for you, installing the packages and dependencies. A few minimal changes to some configuration files for FastCGI and configuring the Lighttpd server and you'll be up and running in no time.
voice your opinion now!
install ubuntu lighttpd mysql tutorial aptget aptitude
Bollysite Blog: PHP xcache performance tuning tutorial on Lighttpd
by Chris Cornutt August 23, 2010 @ 10:14:00
In a new post to the Bollysite Blog there's a look at how to get better performance out of your Lighttpd web server with xcache.
A typical PHP application and most of the frameworks uses "The Loop" method to code the website. Whenever request comes to website, It's typically sent to index page to handle every parameters. [...] We can use xcache variables to store entire web page and serve it from RAM.
They include some basic benchmarks showing the impact that caching an have on a site as well as code that you can use to integrate their xcache library into your site. The library uses the XCache functionality to store the rendered output of the page for a default of three hours time.
voice your opinion now!
xcache scale performance tuning lighttpd
HowToForge.com: Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.1
by Chris Cornutt January 07, 2010 @ 11:44:01
On HowToForge.com there's a new tutorial on how to get the combination of Lighttpd, PHP and MySQL up and running on an OpenSuse linux installation.
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an OpenSUSE 11.1 server with PHP5 support (through FastCGI) and MySQL support.
Most of the software installation is handled via packages installed by the "yast2" package manager but you'll still need to go in and modify some of the configuration files to get PHP and Lighttpd to play nicely together. Besides the MySQL package required for PHP's MySQL support, they also suggest getting a few other packages for things like SOAP, SQLite, IMAP, zlib and openssl.
voice your opinion now!
tutorial opensuse lighttpd mysql yast2 package
Derick Rethans' Blog: PHP Development Environment 2.0
by Chris Cornutt December 31, 2009 @ 09:13:37
In a new post to his blog today Derick Rethans talks about his move to what he calls his "PHP Development Environment 2.0" - an upgrade to some of his sites and servers prompted by an update of the Xdebug website.
I'd heard a lot about lighttpd and decided to give that a try - yes, that meant something that I didn't really know to well was going to run in a production environment. Unlike Apache, with lighttpd PHP doesn't run as a module, but instead you run it out of process with something called FastCGI.
He talks about his transition to this new web server and how he wanted to replace his current setup of having to use multiple static modules for PHP and having to recompile each time he wanted to use one of them. A few scripts later and a few modifications to the lighttpd configuration file later and he had a working installation with multiple versions of PHP running on multiple ports.
voice your opinion now!
development environment lighttpd
Evert Pot's Blog: Lighttpd + PHP fastcgi woes
by Chris Cornutt September 10, 2008 @ 12:55:05
Recently Evert Pot has been having some issues with setting up lighttpd and PHP (fastcgi) for one of his web servers:
In trying to get more out of our webservers using a Lighttpd and PHP-FastCGI setup, I've come across some major issues that make it difficult to use. I hope this post will warn people of some of the bugs they might encounter and workaround that might need to be implemented until some of these are fixed.
He ran up against two problems - that the parent PHP-CGI process spawns off the configured number of children correctly but with the lighttpd server is killed, they don't get released and that, once you hit full capacity for the PHP backend lighttpd starts serving up 500 errors.
In the comments for the post several others have offered some advice on things that might help (like different config settings and even using XCache to prevent the 500s issue from coming up again).
voice your opinion now!
lighttpd fastcgi problem capacity error child orphaned
|
Community Events
Don't see your event here? Let us know!
|