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

LAMP Tutorial: Linux, Apache, MySQL, PHP Introduction

Up
vote
Down

This tutorial explores the Linux-Apache-MySQL-PHP, or LAMP, Web development framework and shows how that framework can help you build applications to solve common business problems. The tutorial begins with an exploration of the LAMP architecture, then introduces fundamental PHP concepts. After a solid grounding of PHP, the tutorial explains MySQL support, with coverage focusing on database concepts and how to access MySQL from PHP.

[Like other IBM tutorials, this one requires you to create an account -- if you don't already have one. -Ed.] read more...
mail this link | permapage | score:8980 | -solrac, May 15, 2005

Many SSL web sites on one IP with Apache 2.2, GnuTLS (Debian Lenny)

Up
vote
Down

This tutorial describes how you can host multiple SSL-encrypted web sites (HTTPS) on one IP address with Apache 2.2 and GnuTLS on a Debian Lenny server.
Pound, a reverse proxy, can be used to provide an SSL front end to multiple back end web apps, web sites, and java apps. This isn't really the same thing as the article provides - it is not name-based virtual hosting to SSL. It isn't perfect, but works surprisingly well.

Basically, you install the SSL cert into pound.cfg and listen on port 443. Then configure multiple backends and proxy names to normal HTTP (non-SSL) services running either on the same or different machines. read more...
mail this link | permapage | score:8965 | -falko, February 5, 2011

Install mod_geoip for Apache2 on Ubuntu 12.04

Up
vote
Down

This guide explains how to set up mod_geoip with Apache2 on an Ubuntu 12.04 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. read more...
permapage | score:8956 | -falko, September 11, 2012

Tutorial: mod_spdy with Apache2 on Ubuntu 12.10

Up
vote
Down

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 Ubuntu 12.10. read more...
mail this link | permapage | score:8929 | -falko, November 12, 2012

Tutorial: Install Apache2, PHP5, MySQL on Ubuntu 11.04

Up
vote
Down

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 11.04 server with PHP5 support (mod_php) and MySQL support. read more...
permapage | score:8924 | -falko, May 17, 2011

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:8917 | -falko, February 9, 2011

Chroot Apache2 with mod_chroot on OpenSUSE 12.2

Up
vote
Down

This guide explains how to set up mod_chroot with Apache2 on an OpenSUSE 12.2 system. With mod_chroot, you can run Apache2 in a secure chroot environment and make your server less vulnerable to break-in attempts that try to exploit vulnerabilities in Apache2 or your installed web applications. read more...
permapage | score:8900 | -falko, October 11, 2012

Tutorial: nginx as a reverse proxy for Apache2 on Ubuntu 12.04

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 set up nginx as a reverse proxy on front of an Apache2 web server on Ubuntu 12.04. read more...
permapage | score:8894 | -falko, October 7, 2012

Tutorial: PHP5-FPM with Apache2 on CentOS 6.3

Up
vote
Down

This tutorial shows how you can install an Apache2 webserver on a CentOS 6.3 server with PHP5 (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. read more...
permapage | score:8892 | -falko, August 12, 2012

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:8880 | -falko, June 22, 2012

Tutorial: Install Apache2, PHP5, MySQL on OpenSUSE 11.4

Up
vote
Down

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

Tutorial: Create a wiki with Apache Derby

Up
vote
Down

One form of communication gaining popularity today is the wiki, which enables users -- not just administrators -- to make changes to a Web site directly through the Web interface, automatically adding features, such as formatting and outgoing links. In this two-part series, you use the ability to embed Apache Derby in a Web application server to create a simple wiki system. This first tutorial gives you an overview of the basic system and regular expressions. The second tutorial shows you how to use Java functions, stored procedures, and triggers within the Apache Derby database to create a simple wiki system. read more...
mail this link | permapage | score:8846 | -solrac, October 29, 2005

Tutorial: Set up Apache2, mod_fcgid, PHP5 on CentOS 6.2

Up
vote
Down

This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on CentOS 6.2. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user. read more...
permapage | score:8816 | -falko, May 27, 2012

FreeBSD: Configure Apache PHP with mod_fastcgi Module

Up
vote
Down

mod_fastcgi is a cgi-module for Apache web server.

FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs.

This article explains how to configure PHP5 - mod_fastcgi under FreeBSD operating system. read more...
permapage | score:8807 | -nixcraft, October 11, 2008

Tutorial: Install Apache2, PHP5, MySQL on CentOS 5.5

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.5 server with PHP5 support (mod_php) and MySQL support.
By default, a MySQL installation has an anonymous user, allowing anyone to log into MySQL without having to have a user account created for them. This is intended only for testing, and to make the installation go a bit smoother. You should remove them before moving into a production environment.
read more...
mail this link | permapage | score:8778 | -falko, February 22, 2011

Set up WebDAV, Apache2 on OpenSUSE 11.3

Up
vote
Down

This guide explains how to set up WebDAV with Apache2 on an OpenSUSE 11.3 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. read more...
permapage | score:8773 | -falko, September 17, 2010

Build a LAMP server (Apache2, PHP, MySQL, CentOS 5) in an Amazon Linux AMI

Up
vote
Down

This tutorial explains how to create a virtual machine with CentOS 5.x on Amazon's Elastic Compute Cloud (Amazon EC2) and how to set up a LAMP system (LAMP stands for "Linux, Apache, MySQL, PHP") in this virtual machine. We use an AMI (Amazon Machine Image) to set this virtual machine up. read more...
permapage | score:8755 | -falko, February 7, 2011

Install Apache2 , PHP5, MySQL on CentOS 6.0

Up
vote
Down

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

Install Apache2, PHP5, MySQL on CentOS 5.6

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.6 server with PHP5 support (mod_php) and MySQL support.
By default, a MySQL installation has an anonymous user, allowing anyone to log into MySQL without having to have a user account created for them. This is intended only for testing, and to make the installation go a bit smoother. You should remove them before moving into a production environment.
read more...
mail this link | permapage | score:8703 | -falko, June 19, 2011

LAMP Tutorial: Apache2, PHP5, MySQL on Ubuntu 12.04 LTS

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.04 LTS server with PHP5 support (mod_php) and MySQL support. read more...
permapage | score:8678 | -falko, May 14, 2012
More articles...
Buy Art Online with a Money-Back Guarantee

Selected articles

Linux vs. Windows: Why Linux will win

The short life and hard times of a Linux virus

Download: Linux 3D Client for Starship Traders

Why software sucks

Scripting: A parallel Linux backup script

Graffiti Server Download Page

Missing the point of the Mac Mini

VPS: Xen vs. OpenVZ

Space Tyrant: A threaded game server project in C

The Real Microsoft Monopoly

The Network Computer: An opportunity for Linux

Closed Source Linux Distribution Launched

Librenix T-Shirts and Coffee Mugs!

Microsoft to push unlicensed users to Linux

Programming Language Tradeoffs: 3GL vs 4GL

Apple DIY Repair

Space Tyrant: A threaded C game project: First Code

Space Tyrant: A multiplayer network game for Linux

How to install Ubuntu Linux on the decTOP SFF computer

MiniLesson: An introduction to Linux in ten commands

The Supreme Court is wrong on Copyright Case

Currency Traders Telnet Game

Beneficial Computer Viruses

Why Programmers are not Software Engineers

The life cycle of a programmer

Mono-culture and the .NETwork effect

Space Tyrant: Multithreading lessons learned on SMP hardware

Linux dominates Windows

Hacker Haiku

Shadow.sh: A simple directory shadowing script for Linux

Apple to Intel move no threat to Linux

No, RMS, Linux is not GNU/Linux

Tutorial: Introduction to Linux files

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search

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