Linux Tutorials on the topic “apache”
-
How To Set Up A Loadbalanced High-Availability Apache Cluster Based On Ubuntu 8.04 LTS
Author: msghaleb • Tags: apache, ubuntu, high-availability • Comments: 4
How To Set Up A Loadbalanced High-Availability Apache Cluster Based On Ubuntu 8.04 LTS This tutorial shows how to set up a two-node Apache web server cluster that provides high-availability. In front of the Apache cluster we create a load balancer that splits up incoming requests between the two Apache nodes. Because we do not want the load balancer to become another "Single Point Of Failure", we must provide high-availability for the load balancer, too. Therefore our load balancer will in fact consist out of two load balancer nodes that monitor each other using heartbeat, and if one load balancer fails, the other takes over silently.
-
Quick 'n' Easy LAMP Server For CentOS/RHEL
Author: olddocks • Tags: apache, centos, mysql, php • Comments: 27Quick 'n' Easy LAMP Server For CentOS/RHEL This tutorial shows a quick way of installing a LAMP server (Linux + Apache + MySQL + PHP/Perl together commonly known as LAMP Server.) on CentOS and RHEL server systems.
-
Installing mod_geoip For Apache2 On Fedora 9
Author: Falko Timme • Tags: apache, fedora • Comments: 1Installing mod_geoip For Apache2 On Fedora 9 This guide explains how to set up mod_geoip with Apache2 on a Fedora 9 system. mod_geoip looks up the IP address of the client end user. This allows you to redirect or block users based on their country. You can also use this technology for your OpenX (formerly known as OpenAds or phpAdsNew) ad server to allow geo targeting.
-
-
How To Set Up WebDAV With Apache2 On Debian Etch
Author: Falko Timme • Tags: apache, debian • Comments: 9How To Set Up WebDAV With Apache2 On Debian Etch This guide explains how to set up WebDAV with Apache2 on a Debian Etch 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.
-
Setting Up Subversion And Trac As Virtual Hosts On An Ubuntu Server
Author: colan • Tags: apache, debian, programming, ubuntu • Comments: 8Setting Up Subversion And Trac As Virtual Hosts On An Ubuntu Server This howto outlines the process by which one can set up the Subversion version control system, and have it work in tandem with Trac, the project manager for software development projects, on a server running Ubuntu (or possibly Debian).
-
Integrating APC (Alternative PHP Cache) Into PHP5 (Debian Etch & Apache2)
Author: Falko Timme • Tags: apache, debian, php • Comments: 8Integrating APC (Alternative PHP Cache) Into PHP5 (Debian Etch & Apache2) This guide explains how to integrate APC (Alternative PHP Cache) into PHP5 on a Debian Etch system (with Apache2). 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.
-
How To Install mod_security/mod_security2 On SuSE Linux Enterprise Server 10 (SLES10)
Author: Elconas • Tags: apache, security, suse • Comments: 0How To Install mod_security/mod_security2 On SuSE Linux Enterprise Server 10 (SLES10) The Apache module mod_security is a very powerful security module. Combined with predefined rules, you can close many security wholes on your server, opened by bad written php or perl apps. Unfortunately mod_security is not part of the SLES10 distribution. To install mod_security to have to install some 3rd party modules. This guide helps you to install mod_security on SLES10 in a reproducable way (RPM). It also helps you to remove the module, by building RPM packages you can easily uninstall.
-
Integrating APC (Alternative PHP Cache) Into PHP5 (Fedora 8 & Apache2)
Author: Falko Timme • Tags: apache, fedora, php • Comments: 5Integrating APC (Alternative PHP Cache) Into PHP5 (Fedora 8 & Apache2) This guide explains how to integrate APC (Alternative PHP Cache) into PHP5 on a Fedora 8 system (with Apache2). 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 XCache Into PHP5 (OpenSUSE 10.3 & Apache2)
Author: Falko Timme • Tags: apache, php, suse • Comments: 2Integrating XCache Into PHP5 (OpenSUSE 10.3 & Apache2) This guide explains how to integrate XCache into PHP5 on an OpenSUSE 10.3 system (with Apache2). 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.
-
Integrating XCache Into PHP5 (Fedora 8/CentOS 5.1 & Apache2)
Author: Falko Timme • Tags: apache, centos, fedora, php • Comments: 0Integrating XCache Into PHP5 (Fedora 8/CentOS 5.1 & Apache2) This guide explains how to integrate XCache into PHP5 on a Fedora 8 or CentOS 5.1 system (with Apache2). 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.