Differences
This shows you the differences between two versions of the page.
home_server:web_server_setup [2022-08-31 Wed wk35 03:23] – [Apache Configuration Files] baumkp | home_server:web_server_setup [2023-04-30 Sun wk17 17:43] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag> | + | {{tag> |
======Web Server setup====== | ======Web Server setup====== | ||
=====Basic Web Server setup on VM===== | =====Basic Web Server setup on VM===== | ||
Line 99: | Line 99: | ||
++++ | ++++ | ||
'' | '' | ||
- | |||
\\ | \\ | ||
+ | |||
Seems there are tools to directly manually edit the **/ | Seems there are tools to directly manually edit the **/ | ||
+ | |||
---- | ---- | ||
=====LDPA===== | =====LDPA===== | ||
Line 120: | Line 121: | ||
*To change the Hosename: '' | *To change the Hosename: '' | ||
*Ubuntu as 18.04 and up to 20.4 complicates further, another file needs to be modified to prevent automated changes, if present the file '' | *Ubuntu as 18.04 and up to 20.4 complicates further, another file needs to be modified to prevent automated changes, if present the file '' | ||
- | *Last the /etc/hosts file should be updated to include the Hostname, this is same procedure as previous | + | *Last the '' |
*127.0.0.1 localhost | *127.0.0.1 localhost | ||
*127.0.0.1 New_Hostname | *127.0.0.1 New_Hostname | ||
- | *Additional system hosts can be placed in "/etc/hosts" | + | *Additional system hosts can be placed in '' |
====Apache2 Setup==== | ====Apache2 Setup==== | ||
*Copy the current html files to the proposed new location: '' | *Copy the current html files to the proposed new location: '' | ||
Line 148: | Line 150: | ||
- Check configuration files with: '' | - Check configuration files with: '' | ||
- After changes are made reload or restart apache2: '' | - After changes are made reload or restart apache2: '' | ||
- | To further add to confusion it would seem some Linux distributions refer to '' | + | To further add to confusion it would seem some Linux distributions refer to '' |
+ | * ''/ | ||
+ | * systemd service: '' | ||
+ | Note that these examples are presumption based upon documentation references. Basically Debian and related downstream distributions do not reference ' | ||
=====Secure Web Server Settings===== | =====Secure Web Server Settings===== | ||
Line 226: | Line 231: | ||
*For the relocated data: '' | *For the relocated data: '' | ||
| | ||
- | ===Nextcloud Updating=== | + | ====Nextcloud Updating==== |
| | ||
+ | ====mariadb binary log files==== | ||
+ | The mysql binary log files are located here: '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
---- | ---- |