Linux Tutorials on the topic “lighttpd”

  • Installing Lighttpd With PHP5 And MySQL Support On Debian Lenny

    debian VMWare Image Download Author: Falko TimmeTags: , Comments: 2

    Installing Lighttpd With PHP5 And MySQL Support On Debian Lenny Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Debian Lenny server with PHP5 support (through FastCGI) and MySQL support.

  • Benchmark: Apache2 vs. Lighttpd (Images)

    Author: Falko TimmeTags: , Comments: 11

    Benchmark: Apache2 vs. Lighttpd (Images) This benchmark shows how Apache2 (version 2.2.3) and lighttpd (version 1.4.13) perform compared to each other when delivering an image file (jpg, about 25KB in size). This benchmark was created with the help of ab (Apache benchmark) on a VMware vm (Debian Etch); if you try this yourself, your numbers might differ (depending on your hardware), but the tendency should be the same.

  • Integrating APC (Alternative PHP Cache) Into PHP5 And Lighttpd (Debian Etch)

    debian Author: Falko TimmeTags: , , Comments: 2

    Integrating APC (Alternative PHP Cache) Into PHP5 And Lighttpd (Debian Etch) This guide explains how to integrate APC (Alternative PHP Cache) into PHP5 and lighttpd on a Debian Etch system. APC is a free and open PHP opcode cacher for caching and optimizing PHP intermediate code. It's similar to other PHP opcode cachers, such as eAccelerator and XCache.

  • Integrating APC (Alternative PHP Cache) Into PHP5 And Lighttpd (Fedora 9)

    lighttpd Author: Falko TimmeTags: , , Comments: 2

    Integrating APC (Alternative PHP Cache) Into PHP5 And Lighttpd (Fedora 9) This guide explains how to integrate APC (Alternative PHP Cache) into PHP5 and lighttpd on a Fedora 9 system. APC is a free and open PHP opcode cacher for caching and optimizing PHP intermediate code. It's similar to other PHP opcode cachers, such as eAccelerator and XCache.

  • Integrating eAccelerator Into PHP5 And Lighttpd (Fedora 9)

    fedora Author: Falko TimmeTags: , , Comments: 0

    Integrating eAccelerator Into PHP5 And Lighttpd (Fedora 9) This guide explains how to integrate eAccelerator into PHP5 and lighttpd on a Fedora 9 system. From the eAccelerator project page: "eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times."

  • Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11

    opensuse Author: Falko TimmeTags: , Comments: 2

    Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11 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 server with PHP5 support (through FastCGI) and MySQL support.

  • Benchmark: Apache2 vs. Lighttpd (Static HTML Files)

    Author: Falko TimmeTags: , Comments: 10

    Benchmark: Apache2 vs. Lighttpd (Static HTML Files) This benchmark shows how Apache2 (version 2.2.3) and lighttpd (version 1.4.13) perform compared to each other when delivering a static HTML file (about 50KB in size). This benchmark was created with the help of ab (Apache benchmark) on a VMware vm (Debian Etch); if you try this yourself, your numbers might differ (depending on your hardware), but the tendency should be the same.

  • Installing Joomla 1.5.6 On A Lighttpd Web Server (Debian Etch)

    lighttpd Author: Falko TimmeTags: , Comments: 4

    Installing Joomla 1.5.6 On A Lighttpd Web Server (Debian Etch) This guide explains how you can install Joomla 1.5.6 on a lighttpd web server on Debian Etch. Joomla comes with an .htaccess file with mod_rewrite rules (for Apache) (to enable search-engine friendly URLs) that do not work on lighttpd. Fortunately Joomla has a built-in method to make search-engine friendly URLs work on lighttpd as well.

  • Installing Drupal 6.4 On A Lighttpd Web Server (Debian Etch)

    lighttpd Author: Falko TimmeTags: , Comments: 1

    Installing Drupal 6.4 On A Lighttpd Web Server (Debian Etch) This guide explains how you can install Drupal 6.4 on a lighttpd web server on Debian Etch. Drupal comes with an .htaccess file with mod_rewrite rules (for Apache) that do not work on lighttpd. Without this .htaccess file it is not possible to have clean URLs in your Drupal installation. Fortunately there's a way to make lighttpd behave as if it could read the .htaccess file.

  • Installing Lighttpd With PHP5 And MySQL Support On Fedora 9

    fedora Author: Falko TimmeTags: , Comments: 0

    Installing Lighttpd With PHP5 And MySQL Support On Fedora 9 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Fedora 9 server with PHP5 support (through FastCGI) and MySQL support.