Librenix
Headlines | Linux | Apps | Coding | BSD | Admin | News
Information for Linux System Administration 

Tutorial: Install Apache2, PHP5, MySQL on Debian 7

Up
vote
Down

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Debian Wheezy server with PHP5 support (mod_php) and MySQL support. read more...
permapage | score:9741 | -falko, June 1, 2013

Installing Nginx, PHP5, PHP-FPM, MySQL on Debian 7

Up
vote
Down

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 Debian Wheezy server with PHP5 support (through PHP-FPM) and MySQL support (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). read more...
permapage | score:9730 | -falko, June 3, 2013

Virtual Users/Domains with Postfix, Courier, MySQL, SquirrelMail (CentOS 6.3)

Up
vote
Down

This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I'll also demonstrate the installation and configuration of Courier, so that Courier can authenticate against the same MySQL database Postfix uses. The resulting Postfix server is capable of SMTP-AUTH and TLS and quota. Passwords are stored in encrypted form in the database. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses. I will also show how to install SquirrelMail as a webmail interface so that users can read and send emails and change their passwords. read more...
mail this link | permapage | score:9691 | -falko, March 27, 2013

Install Apache2, PHP5, MySQL on CentOS 5.7

Up
vote
Down

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 5.7 server with PHP5 support (mod_php) and MySQL support. read more...
permapage | score:9687 | -falko, December 11, 2011

Tutorial: Install Lighttpd, PHP5, MySQL on CentOS 6.0

Up
vote
Down

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 6.0 server with PHP5 support (through FastCGI) and MySQL support. read more...
permapage | score:9649 | -falko, December 15, 2011

Virtual Hosting: Proftpd, MySQL on Ubuntu 12.10

Up
vote
Down

This document describes how to install a Proftpd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota with this setup. This tutorial is based on Ubuntu 12.10. read more...
permapage | score:9630 | -falko, April 24, 2013

Virtual Hosting with PureFTPd, MySQL on CentOS 6.4

Up
vote
Down

This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database. read more...
permapage | score:9585 | -falko, April 3, 2013

Tutorial: Install Lighttpd, PHP5, MySQL on CentOS 6.4

Up
vote
Down

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 6.4 server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi. read more...
permapage | score:9584 | -falko, April 17, 2013

Tutorial: Install Apache2, PHP5, MySQL on Fedora 17

Up
vote
Down

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 17 server with PHP5 support (mod_php) and MySQL support. read more...
permapage | score:9561 | -falko, June 22, 2012

Virtual users with Postfix/Courier/MySQL/SquirrelMail (Ubuntu 12.10)

Up
vote
Down

This document describes how to install a Postfix mail server that is based on virtual users and domains, i.e. users and domains that are in a MySQL database. I'll also demonstrate the installation and configuration of Courier, so that Courier can authenticate against the same MySQL database Postfix uses. The resulting Postfix server is capable of SMTP-AUTH and TLS and quota. Passwords are stored in encrypted form in the database. In addition to that, this tutorial covers the installation of Amavisd, SpamAssassin and ClamAV so that emails will be scanned for spam and viruses. I will also show how to install SquirrelMail as a webmail interface so that users can read and send emails and change their passwords. read more...
mail this link | permapage | score:9536 | -falko, November 8, 2012

Installing Apache2 With PHP5 And MySQL Support On Fedora 18 (LAMP)

Up
vote
Down

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 18 server with PHP5 support (mod_php) and MySQL support. read more...
permapage | score:9523 | -falko, January 28, 2013

Tutorial: Install Apache2, PHP5, MySQL on OpenSUSE 12.3

Up
vote
Down

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.3 server with PHP5 support (mod_php) and MySQL support. read more...
permapage | score:9454 | -falko, April 21, 2013

Install Lighttpd, PHP5, MySQL on Scientific Linux 6.3

Up
vote
Down

Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Scientific Linux 6.3 server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd's spawn-fcgi. read more...
permapage | score:9447 | -falko, March 28, 2013

Tutorial: Install Nginx, PHP5, PHP-FPM, and MySQL on CentOS 6.4

Up
vote
Down

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 CentOS 6.4 server with PHP5 support (through PHP-FPM) and MySQL support. read more...
permapage | score:9419 | -falko, April 1, 2013

Tutorial: Install Apache2, PHP5, MySQL on Ubuntu 12.10

Up
vote
Down

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 12.10 server with PHP5 support (mod_php) and MySQL support. read more...
permapage | score:9409 | -falko, October 28, 2012

Install Cherokee, PHP5, MySQL (Debian 6)

Up
vote
Down

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. read more...
permapage | score:9400 | -falko, April 19, 2011

Tutorial: Install Nginx, PHP5 and MySQL on Fedora 18

Up
vote
Down

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 18 server with PHP5 support (through PHP-FPM) and MySQL support. read more...
permapage | score:9381 | -falko, January 25, 2013

Tutorial: Build a Debian 6 server with BIND, Apache, MySQL, PureFTPd

Up
vote
Down

This tutorial shows how to prepare a Debian Squeeze (Debian 6.0) 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, and many more. read more...
permapage | score:9371 | -falko, February 9, 2011

Tutorial: Set up Apache, PHP, MySQL on OpenBSD 3.8

Up
vote
Down

This document aims to be a tutorial for easily getting and OpenBSD 3.8 installation up and running with Apache+PHP+MySQL. It is a collection of various information I've found on the internet (see References) and my own personal experiences. I will be covering installation and initial setup of the MySQL and PHP packages along with several PHP extensions. I also briefly touch on a few security topics and then how to get OpenBSD to start Apache and MySQL at boot. read more...
permapage | score:9338 | -freesol, November 5, 2005

Tutorial: Install Apache2, PHP5, MySQL on OpenSUSE 12.2

Up
vote
Down

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.2 server with PHP5 support (mod_php) and MySQL support. read more...
permapage | score:9328 | -falko, September 15, 2012
More articles...
Buy Digital Art Online

Selected articles

Space Tyrant: A multiplayer network game for Linux

Space Tyrant: A threaded C game project: First Code

Graffiti Server Download Page

Apple DIY Repair

Space Tyrant: A threaded game server project in C

No, RMS, Linux is not GNU/Linux

Mono-culture and the .NETwork effect

Currency Traders Telnet Game

The Real Microsoft Monopoly

How to install Ubuntu Linux on the decTOP SFF computer

Microsoft to push unlicensed users to Linux

Tutorial: Introduction to Linux files

Shadow.sh: A simple directory shadowing script for Linux

Why software sucks

Download: Linux 3D Client for Starship Traders

The Supreme Court is wrong on Copyright Case

Hacker Haiku

VPS: Xen vs. OpenVZ

Linux dominates Windows

The life cycle of a programmer

The short life and hard times of a Linux virus

Programming Language Tradeoffs: 3GL vs 4GL

Space Tyrant: Multithreading lessons learned on SMP hardware

Closed Source Linux Distribution Launched

Apple to Intel move no threat to Linux

Missing the point of the Mac Mini

Linux vs. Windows: Why Linux will win

Why Programmers are not Software Engineers

The Network Computer: An opportunity for Linux

MiniLesson: An introduction to Linux in ten commands

Librenix T-Shirts and Coffee Mugs!

Beneficial Computer Viruses

Scripting: A parallel Linux backup script

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search

 
Articles are owned by their authors.   © 2000-2012 Ray Yeargin