PartDB: Difference between revisions
From FlowerHouseWiki
Line 21: | Line 21: | ||
=== Configure Apache === | === Configure Apache === | ||
<p>Open the following file:</p> | <p>Open the following file:</p> | ||
<syntaxhighlight lang="console"> | |||
nano /etc/apache2/sites-available/default | |||
</syntaxhighlight> | |||
<p>And edit it as shown here:</p> | <p>And edit it as shown here:</p> | ||
== Sources == | == Sources == |
Revision as of 21:46, 26 February 2021
IP: | 192.168.88.?? |
---|---|
MAC: | ?? |
Domain: | parts.flowerhouse.at |
OS: | Debian Buster |
---|---|
RAM: | 512MB |
Cores: | 1 |
Privileged: | No |
The PartDB-LXC is reachable under 192.168.88.??
which is located in the ServerVLAN.
The subdomain is parts.flowerhouse.at which is handled by the ReverseProxy.
Basic Setup
Install the required packages:
sudo apt-get install apache2 php php-mysql php-curl libapache2-mod-php php-opcache php-gettext
Configure Apache
Open the following file:
nano /etc/apache2/sites-available/default
And edit it as shown here: