Tag: web Archive

Basic LAMP Server Part 3

Published on April 13, 2023 at 7:20 am by LEW

Introduction

The server is running and a basic firewall is up. Now it is time to turn our attention towards some of the programs running on our server. In this post we will be looking at a few things you can do to program configurations to help harden your server. (more…)

SharePin It!

Basic LAMP Server Part 1

Published on April 13, 2023 at 6:44 am by LEW

Introduction

This is the first of a three post series about setting up a LAMP server using Debian Linux. LAMP is an acronym that original stood for Linux Apache MySQL PHP. Where Linux is an Operating System, Apache is a Web Server, MySQL is a relational Database, and PHP is a scripting/Programming language. (more…)

SharePin It!

Remote Monitoring with Cockpit in Debian 11 Update

Published on October 28, 2022 at 6:08 pm by LEW

Introduction

In a previous post (this post), I evaluated the Cockpit application as a remote monitoring tool for web servers. During my testing I did note a couple of non fatal issues I experienced while using this program. (more…)

SharePin It!

Multiple Web Sites Single Apache Instance Using VirtualHost

Published on September 27, 2022 at 6:41 pm by LEW

Introduction

It is possible, and sometimes a necessity, to setup multiple distinct web sites using a single instance of the apache web server. This is done using the VirthualHost directive within the apache configuration file. (more…)

SharePin It!

Basics of Using Media Wiki

Published on July 5, 2022 at 7:15 pm by LEW

Introduction

In this post I will take a short break from modifying the looks, to actually using Media Wiki to organize data. See the previous post in this series. (more…)

SharePin It!
Next Page »