Linux Tutorials on the topic “centos”

  • Installing Apache2 With PHP5 And MySQL Support On CentOS 6.4 (LAMP)

    centos Author: Falko TimmeTags: , , Comments: 11

    LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 6.4 server with PHP5 support (mod_php) and MySQL support.

  • CentOS 6.4 Samba Standalone Server With tdbsam Backend

    centos Author: Falko TimmeTags: , , Comments: 3

    This tutorial explains the installation of a Samba fileserver on CentOS 6.4 and how to configure it to share files over the SMB protocol as well as how to add users. Samba is configured as a standalone server, not as a domain controller. In the resulting setup, every user has his own home directory accessible via the SMB protocol and all users have a shared directory with read-/write access.

  • The Perfect Server - CentOS 6.4 x86_64 (Apache2, Dovecot, ISPConfig 3)

    centos VMWare Image Download Author: Falko TimmeTags: , , , , Comments: 56

    The Perfect Server - CentOS 6.4 x86_64 (Apache2, Dovecot, ISPConfig 3) This tutorial shows how to prepare a CentOS 6.4 x86_64 server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, Mailman, and many more. Since version 3.0.4, ISPConfig comes with full support for the nginx web server in addition to Apache; this tutorial covers the setup of a server that uses Apache, not nginx.

  • How To Use Multiple PHP Versions (PHP-FPM & FastCGI) With ISPConfig 3 (CentOS 6.3)

    php Author: Falko TimmeTags: , , , , , , Comments: 19

    How To Use Multiple PHP Versions (PHP-FPM & FastCGI) With ISPConfig 3 (CentOS 6.3) Since ISPConfig 3.0.5, it is possible to use multiple PHP versions on one server and select the optimal PHP version for a website. This feature works with PHP-FPM (starting with PHP 5.3) and FastCGI (all PHP 5.x versions). This tutorial shows how to build PHP 5.3 and PHP 5.4 as a PHP-FPM and a FastCGI version on a CentOS 6.3 server. These PHP versions can be used together with the default PHP (installed through yum) in ISPConfig.

  • Set Up Squid Siblings On CentOS 6.3 With WCCP

    centos Author: ImRaptorTags: Comments: 0

    Set Up Squid Siblings On CentOS 6.3 With WCCP This tutorial will walk you through setting up a couple of outbound Squid proxy sibling servers running on CentOS 6.3 and have them connected to your gateway using WCCP. This will not cover the tuning of Squid in terms of cache performance.

  • Using mod_spdy With Apache2 On CentOS 6.3

    centos Author: Falko TimmeTags: , , Comments: 0

    Using mod_spdy With Apache2 On CentOS 6.3 SPDY (pronounced "SPeeDY") is a new networking protocol whose goal is to speed up the web. It is Google's alternative to the HTTP protocol and a candidate for HTTP/2.0. SPDY augments HTTP with several speed-related features such as stream multiplexing and header compression. To use SPDY, you need a web server and a browser (like Google Chrome and upcoming versions of Firefox) that both support SPDY. mod_spdy is an open-source Apache module that adds support for the SPDY protocol to the Apache HTTPD server. This tutorial explains how to use mod_spdy with Apache2 on CentOS 6.3.

  • Installing Nagios 3.4.4 On CentOS 6.3

    centos Author: alexnogardTags: , Comments: 16

    Installing Nagios 3.4.4 On CentOS 6.3 Nagios is a monitoring tool under GPL licence. This tool lets you monitor servers, network hardware (switches, routers, ...) and applications. A lot of plugins are available and its big community makes Nagios the biggest open source monitoring tool. This tutorial shows how to install Nagios 3.4.4 on CentOS 6.3.

  • Sphinx As MySQL Storage Engine (SphinxSE)

    mysql Author: grungyTags: , , Comments: 9

    Sphinx As MySQL Storage Engine (SphinxSE) SphinX is a great full-text search engine for MySQL. Installing the Sphinx daemon was straightforward as you can compile it from the source or use a .DEB/.RPM package but SphinxSE was a little bit tricky since it needed to be installed as a plugin on a running MySQL server. So if you use Debian or Centos and install your MySQL from a .deb or .rpm package this is how you do it.

  • Striping Across Four Storage Nodes With GlusterFS 3.2.x On CentOS 6.3

    centos Author: Falko TimmeTags: , Comments: 0

    This tutorial shows how to do data striping (segmentation of logically sequential data, such as a single file, so that segments can be assigned to multiple physical devices in a round-robin fashion and thus written concurrently) across four single storage servers (running CentOS 6.3) with GlusterFS. The client system (CentOS 6.3 as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.

  • Distributed Storage Across Four Storage Nodes With GlusterFS 3.2.x On CentOS 6.3

    centos Author: Falko TimmeTags: , Comments: 1

    This tutorial shows how to combine four single storage servers (running CentOS 6.3) to one large storage server (distributed storage) with GlusterFS. The client system (CentOS 6.3 as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.