Webservers

From Sea of Fate
Revision as of 01:56, 15 March 2025 by Sailor (talk | contribs) (SSL Config)
Jump to navigationJump to search

Introduction

There will be several Webservers in the Home Lab. Each will be on it's own Virtual Machines and will be on the production VLAN. The MySQL databases will be on a separate VM on the same network so no connectivity problems from that. The Proxy server will forward all web traffic to the appropriate webserver. There are a few helpful scripts that can help with Webserver Setup Scripts

SSL Config

There will be two setups for SSL/TLS one for the seaoffate.local and one for seaoffate.net. More details can be found here

webservers Purposes

four webservers with the primary job of serving websites have been defined.

Logan (Wiki)

logan has been setup as a webserver to have the wiki website. It' IP is prod.12 It can be accessed by logan.seaoffate.local, wiki.seaoffate.local or wiki.seaoffate.net

Lime (default)

The default website is hosted on lime. The IP is prod.10. It can be accessed by lime.seaoffate.local, www.seaoffate.local or www.seaoffate.local.

Fig (files)

not setup yet ip will is prod.11

Plum (Photo)

This one is to host the photo website, probably Piwigo. It can be accessed at plum.seaoffate.local, photo.seaoffate.local or plum.seaoffate.net. The Ip will be Prod.22. The setup here is to have a normal HD for the webserver and a large separate HD for the photos. We may VM called strawberry (IP prod.23).

Website log files and locations

The Docroots are

/var/www/wiki.seaoffate.local/public_html

and

/var/www/seaoffate.local/public_html

and

/var/www/files.seaoffate.local/public_html

The access logs are seperate for each config

www.seaoffate on Lime

For the .net they are

/var/log/apache2/www.seaoffate.net-error.log
/var/log/apache2/www.seaoffate.net-access.log

and the local are

/var/log/apache2/lime.seaoffate.local-error.log
/var/log/apache2/lime.seaoffate.local-access.log

wiki.seaoffate on Logan

For the .net they are

/var/log/apache2/wiki.seaoffate.net-error.log
/var/log/apache2/wiki.seaoffate.net-access.log

and the .local are

/var/log/apache2/wiki.seaoffate.local-error.log
/var/log/apache2/wiki.seaoffate.local-access.log
/var/log/apache2/logan.seaoffate.local-error.log
/var/log/apache2/logan.seaoffate.local-access.log

Nginx Log Files

DocumentRoot /var/www/files.seaoffate.local/public_html
DocumentRoot /var/www/files.seaoffate.local/public_html
DocumentRoot /var/www/files.seaoffate.local/public_html