Linux Tutorials on the topic “apache”
-
How to install Apache, PHP 7.3 and MySQL on CentOS 7.6
Author: Till Brehm • Tags: apache, centos, linux, mysql, php, server, web server • Comments: 22This tutorial shows how to install an Apache web server on a CentOS 7 server with PHP (mod_php with PHP 5.4, 7.0, 7.1, 7.2 or 7.3) and MySQL support. This setup is often referred to as LAMP which stands for Linux - Apache - MySQL - PHP.
-
How to Install and Configure mod_pagespeed Module with Apache on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: apache, linux, ubuntu, web server • Comments: 1Mod_pagespeed is an Apache module that can be used to improve the speed of Apache web server on Linux. Mod_pagespeed has several filters that automatically optimize Web Pages to improve better performance. In this tutorial, we will learn how to install Mod_pagespeed with Apache on Ubuntu 18.04 server.
-
How to install MyBB Forum Software on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: apache, linux, php, web server • Comments: 0MyBB is a free, open source and powerful forum software written in PHP language and uses MariaDB to store their data. In this tutorial, we will learn how to install MyBB forum on Ubuntu 18.04 server.
-
-
The Perfect Server CentOS 7.6 with Apache, PHP 7.2, Postfix, Dovecot, Pure-FTPD, BIND and ISPConfig 3.1
Author: Till Brehm • Tags: antivirus, apache, bind, centos, control panels, dns, email, ftp, ispconfig, linux, mysql, php, postfix, web server • Comments: 62This tutorial shows how to install ISPConfig 3.1 on a CentOS 7.6 (64Bit) server. ISPConfig 3 is a web hosting 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.
-
How to install PHP 7.1, 7.2 and 5.6 as PHP-FPM & FastCGI for ISPConfig 3 on Debian 9
Author: Till Brehm • Tags: apache, control panels, debian, ispconfig, linux, nginx, php, web server • Comments: 114
This tutorial shows how to build PHP 7.1, PHP 7.2, and PHP 5.6 as PHP-FPM and FastCGI version on Debian 9 (Stretch) that uses the ISPConfig 3 Hosting Control Panel.
-
How to install Wolf CMS on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: apache, linux, mysql, php, web server • Comments: 1Wolf CMS is a free and open source content management system written in the PHP programming language. It is simple, fast, light-weight cms software and has a simple and elegant user interface.
-
The Perfect Server - Debian 9 (Stretch) with Apache, BIND, Dovecot, PureFTPD and ISPConfig 3.1
Author: Till Brehm • Tags: apache, control panels, debian, ispconfig, web server • Comments: 271This tutorial shows how to prepare a Debian 9 server (with Apache2, BIND, Dovecot) for the installation of ISPConfig 3.1. The web hosting control panel ISPConfig 3 allows you to configure the following services through a web browser: Apache web server, Postfix mail server, Dovecot IMAP/POP3 server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.
-
Setting up an NFS Server and Client on Debian 9 (Stretch)
Author: Till Brehm • Tags: apache, debian, web server • Comments: 4This guide explains how to set up an NFS server and an NFS client on Debian 9 (Stretch). NFS stands for Network File System; through NFS, a client can access (read, write) a remote share on an NFS server as if it was on the local hard disk. In this Tutorial I will show you two different NFS exports, the export of a client directory that stores files as user nobody / nogroup without preserving filesystem permissions and a export of the /var/www directory which preserves permissions and ownerships of files, as required on a hosting server setup.
-
How to Install Typo3 CMS on Debian 9
Author: Matt Vas • Tags: apache, debian, linux, web server • Comments: 2In this guide, we’ll learn how to install and configure the latest version of Typo3 CMS in Debian 9. Typo3 is a powerful open source content management system with most parts written in PHP programming language.
-
How to Install Apache GUI on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: apache, linux, ubuntu, web server • Comments: 8Apache GUI is a free and open source Java-based tool that can be used to manage and configure Apache web server through the web browser. It is specially designed for those who are looking for a comfortable graphical interface (GUI) to configure Apache servers.