Linux Tutorials on the topic “centos”

  • Installing Lighttpd With PHP5 And MySQL On CentOS 5.2

    centos Author: rhein.andreaTags: , Comments: 0

    Installing Lighttpd With PHP5 And MySQL On CentOS 5.2 Lighttpd is a webserver designed to be secure, fast, standards-compliant, and flexible while being optimized for speed-critical environments. This post shows how to install it with PHP5 and MySQL support on Centos 5.2.

  • How To Harden PHP5 With Suhosin On CentOS 5.4

    php Author: Falko TimmeTags: , , Comments: 6

    How To Harden PHP5 With Suhosin On CentOS 5.4 This tutorial shows how to harden PHP5 with Suhosin on a CentOS 5.4 server. From the Suhosin project page: "Suhosin is an advanced protection system for PHP installations that was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in combination. The first part is a small patch against the PHP core, that implements a few low-level protections against bufferoverflows or format string vulnerabilities and the second part is a powerful PHP extension that implements all the other protections."

  • Installation Of ZendOptimizer And IonCubeLoader Using Lighttpd On CentOS

    centos Author: rhein.andreaTags: , , Comments: 1

    Installation Of ZendOptimizer And IonCubeLoader Using Lighttpd On CentOS This tutorial explains how to enable ZendOptimizer and IonCubeLoader in PHP on a Lighttpd web server on CentOS.

  • How To Set Up MySQL Database Replication With SSL Encryption On CentOS 5.4

    mysql Author: Falko TimmeTags: , Comments: 13

    How To Set Up MySQL Database Replication With SSL Encryption On CentOS 5.4 This tutorial describes how to set up database replication in MySQL using an SSL connection for encryption (to make it impossible for hackers to sniff out passwords and data transferred between the master and slave). MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync. This is not a backup policy because an accidentally issued DELETE command will also be carried out on the slave; but replication can help protect against hardware failures though.

  • Efficient High-Available LoadBalanced Cluster On CentOS 5.3 (Direct Routing Method)

    centos Author: hediehamirjahanshahiTags: , Comments: 8

    Efficient High-Available LoadBalanced Cluster On CentOS 5.3 (Direct Routing Method) This article explains how to set up an LVS cluster of load balanced virtual servers with Heartbeat and Ldirectord On CentOS 5.3.The load balancer sits between the user and two (or more) backend Apache/IIS web servers that hold the same content. Not only does the load balancer distribute the requests to the two backend Apache/IIS servers, it also checks the health of the backend servers. If one of them is down, all requests will automatically be redirected to the remaining backend server.

  • How To Configure ISA Proxy/Auth Setting For Yum

    centos Author: rizwanTags: Comments: 2

    How To Configure ISA Proxy/Auth Setting For Yum I was running CentOS in my LAN for my personal use and there are MS ISA servers for proxying and each user has to use his/her user name & password for Internet. So when I used my credentials in my web browser I had no problem but when I was going to do yum no success. After some googling I found this solution.

  • Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.4

    lighttpd Author: Falko TimmeTags: , , , Comments: 2

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

  • Installing Lighttpd With PHP5 And MySQL Support On CentOS 5.3

    lighttpd Author: Falko TimmeTags: , Comments: 0

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

  • OpenVPN Server On CentOS 5.2

    centos Author: linuxscooterTags: Comments: 34

    OpenVPN Server On CentOS 5.2 So your users need access to Exchange and data from outside your organisation. Sure you can set up RPC over HTTPS and various other tools to access the data. I just find OpenVPN very good, convenient and reliable.

  • Set Up A Full-Featured Mail Server With iRedOS: MySQL, Postfix, Dovecot, ClamAV, SpamAssassin, RoundCube/SquirrelMail

    Author: eddiechenTags: , , Comments: 1

    Set Up A Full-Featured Mail Server With iRedOS: MySQL, Postfix, Dovecot, ClamAV, SpamAssassin, Amavisd, RoundCube/SquirrelMail iRedMail is a shell script that lets you quickly deploy a full-featured mail solution in less than 2 minutes, since iredmail 0.5 it also supports Debian 5.0.1 (it supports both i386 and x86_64). Its object is to make a Linux mail server installation and configuration simple and easy to use. iRedMail supports both OpenLDAP and MySQL as backends for storing virtual domains and users.This tutorial shows how to use the MySQL backend. iRedOS is a customized CentOS 5.3 distribution, where e unnecessary packages were removed. It ships with the lastest version of iRedMail (iredmail0.50); it lets you install iredmail more quickly and smooth.