Logo

Apache Web Server on MythTV

Created: 2025-08-28       Updated: -

On my server I run a package called MythTV which is a server-client open-source DVR system. One of the features of MythTV is a web interface used to configuring and scheduling TV recordings. Something I would like to also do with my server is have a locally accessible web server for my own projects. To do this, I am going to use the Apache Web Server installed with MythTV to accomplish this task. These instructions will be for this purpose and not for configuring a "celan" Apache Web Server system.

Installation

Install Apache Web Server, PHP backend and MySQL Server

sudo apt-get install apache2 php mysql-server