Linux Tutorials on the topic “web server”
-
Installing Apache2 With PHP5 And MySQL Support On Fedora 14 (LAMP)
Author: Falko Timme • Tags: apache, fedora, web server • Comments: 6
Installing Apache2 With PHP5 And MySQL Support On Fedora 14 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 14 server with PHP5 support (mod_php) and MySQL support.
-
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 10.10 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, ubuntu, web server • Comments: 40
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 10.10 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 10.10 server with PHP5 support (mod_php) and MySQL support.
-
Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx (10.04)
Author: kjette • Tags: nginx, php, ubuntu, web server • Comments: 7
Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx (10.04) In this post I will explain how to install Nginx with PHP 5.3.3 and PHP-FPM on Ubuntu Lucid Lynx (10.04-amd64). The Lucid release is a Long-Term Support (LTS), meaning that it will be supported for three years on the desktop and for five years with the server version.
-
-
How To Set Up WebDAV With Apache2 On Fedora 13
Author: Falko Timme • Tags: apache, fedora, web server • Comments: 0
How To Set Up WebDAV With Apache2 On Fedora 13 This guide explains how to set up WebDAV with Apache2 on a Fedora 13 server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.
-
Install Nginx On CentOS 5.5 With SSL, PCRE, GeoIP, Zlib, Gzip And DAV Support
Author: poustchi • Tags: centos, web server, nginx • Comments: 5
Install Nginx On CentOS 5.5 With SSL, PCRE, GeoIP, Zlib, Gzip And DAV Support Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can compile and install Nginx on CentOS 5.5 server with SSL, PCRE, GeoIP, Zlib, Gzip and DAV support.
-
Installing Apache2 With PHP5 And MySQL Support On Mandriva 2010.1 Spring (LAMP)
Author: Falko Timme • Tags: apache, mandriva, web server • Comments: 2
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Mandriva 2010.1 Spring server with PHP5 support (mod_php) and MySQL support.
-
Integrating XCache Into PHP5 And Lighttpd (OpenSUSE 11.2)
Author: Falko Timme • Tags: lighttpd, suse, web server • Comments: 0
Integrating XCache Into PHP5 And Lighttpd (OpenSUSE 11.2) This guide explains how to integrate XCache into PHP5 and lighttpd on an OpenSUSE 11.2 system. From the XCache project page: "XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load." It's similar to other PHP opcode cachers, such as eAccelerator and APC.
-
Caching With Apache's mod_cache On Debian Lenny
Author: Falko Timme • Tags: apache, debian, web server • Comments: 1
Caching With Apache's mod_cache On Debian Lenny This article explains how you can cache your web site contents with Apache's mod_cache on Debian Lenny. If you have a high-traffic dynamic web site that generates lots of database queries on each request, you can decrease the server load dramatically by caching your content for a few minutes or more (that depends on how often you update your content).
-
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.3 (LAMP)
Author: Falko Timme • Tags: apache, suse, web server • Comments: 7
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.3 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 11.3 server with PHP5 support (mod_php) and MySQL support.
-
Installing Lighttpd With PHP5 And MySQL Support On Fedora 13
Author: Falko Timme • Tags: fedora, lighttpd, web server • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On Fedora 13 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 13 server with PHP5 support (through FastCGI) and MySQL support.