Configure Apache web server for local web development on Linux Mint 19.1. Enable multiple websites on a local test server for developing PHP and MySQL based applications and websites. The image below shows what is achieved in this tutorial. Two websites are configured in a user’s home folder that can be accessed in a web … Continue reading Configure Apache Linux Mint 19.1 Server
Tag: LAMP
LAMP Stack Linux Mint Installation
How to install a LAMP stack on Linux Mint 19 and Linux Mint 19.1 for local web development. A local LAMP stack (Linux, Apache, MySQL and PHP) with phpMyAdmin is necessary for web development and testing locally before making a web site live. This tutorial should be of interest to anyone wanting to do PHP … Continue reading LAMP Stack Linux Mint Installation
Configure Apache for Local Web Development
How to configure Apache 2 web server on a local Linux computer for local web development. Configure Apache to host multiple local web sites for web development on Linux Mint or Ubuntu. The previous blog post describes how to set up a LAMP stack on a local Linux computer. This post shows how to set … Continue reading Configure Apache for Local Web Development
How to Install a Local LAMP Stack on Linux
How to install a local LAMP stack on a Linux Mint or Ubuntu computer for local PHP and MySQL development or for development on a local WordPress website. Why Install a LAMP Stack? When developing PHP web pages and applications on a local Linux computer it is necessary to install a local web server and … Continue reading How to Install a Local LAMP Stack on Linux