Linux Tutorials on the topic “mysql”
-
Installing Cherokee With PHP5 And MySQL Support On Debian Squeeze
Author: Falko Timme • Tags: cherokee, debian, mysql, php, web server • Comments: 4
Installing Cherokee With PHP5 And MySQL Support On Debian Squeeze Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more. This tutorial shows how you can install Cherokee on a Debian Squeeze server with PHP5 support (through FastCGI) and MySQL support.
-
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.4 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, suse, web server • Comments: 1
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.4 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 11.4 server with PHP5 support (mod_php) and MySQL support.
-
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 10.10
Author: Falko Timme • Tags: lighttpd, mysql, php, ubuntu • Comments: 1
Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 10.10 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 10.10 server with PHP5 support (through FastCGI) 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 A Web, Email And MySQL Database Cluster (Mirror) On Debian 5.0 With ISPConfig 3
Author: Till Brehm • Tags: apache, debian, high-availability, ispconfig, mysql, postfix • Comments: 24
Installing A Web, Email And MySQL Database Cluster (Mirror) On Debian 5.0 With ISPConfig 3 This tutorial describes the installation of a clustered Web, Email, Database and DNS server to be used for redundancy, high availability and load balancing on Debian 5 with the ISPConfig 3 control panel. GlusterFS will be used to mirror the data between the servers and ISPConfig for mirroring the configuration files. I will use a setup of two servers here for demonstration purposes but the setup can scale to a higher number of servers with only minor modifications in the GlusterFS configuration files.
-
Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.3
Author: Falko Timme • Tags: lighttpd, mysql, php, suse • Comments: 0
Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.3 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.3 server with PHP5 support (through FastCGI) and MySQL support.
-
How To Set Up MySQL Database Replication With SSL Encryption On Debian Lenny
Author: Falko Timme • Tags: mysql, debian • Comments: 5
How To Set Up MySQL Database Replication With SSL Encryption On Debian Lenny 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.
-
Apache And MySQL Monitoring With Bijk On Debian Lenny
Author: zdenek • Tags: apache, debian, monitoring, mysql • Comments: 0
Apache And MySQL Monitoring With Bijk On Debian Lenny This tutorial describes how you can monitor your server with the tool Bijk. Bijk creates online 30 graphs about load, CPU, memory, traffic, Apache, NginX, PostreSQL and others with alerts. Bijk can be used on Debian, Ubuntu, CentOS, RedHat and Gentoo. In this article I will explain how to install Bijk on Debian.
-
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 10.04 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, ubuntu • Comments: 16
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 10.04 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 10.04 server with PHP5 support (mod_php) and MySQL support.
-
Installing Nginx With PHP5 And MySQL Support On Fedora 11
Author: Falko Timme • Tags: fedora, mysql, nginx, php • Comments: 0
Installing Nginx With PHP5 And MySQL Support On Fedora 11 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 install Nginx on a Fedora 11 server with PHP5 support (through FastCGI) and MySQL support.