Difference between revisions of "Building Web Servers"

From Da Nerd Mage Wiki
Jump to navigation Jump to search
Line 1: Line 1:
*[[WebServer - Basic LAMP Stack Install{{!}}Basic LAMP Stack Install]]
*[[WebServer - Basic LAMP Stack Install{{!}}Basic LAMP Stack Install]]
*[[NetMan - SSL Certs{{!}}SSL]]
*[[NetMan - SSL Certs{{!}}SSL]]
*[[WebServer - UserDir{{!}}Enabling User Web Directories]]
*[[UserDir{{!}}Enabling User Web Directories]]
*[[Name-based Virtual Host Support{{!}}Name-based Virtual Host Support]]
*[[Name-based Virtual Host Support{{!}}Name-based Virtual Host Support]]
*[[SBN - Proxy Server Notes{{!}}Proxy Server Notes]]
*[[SBN - Proxy Server Notes{{!}}Proxy Server Notes]]

Revision as of 16:06, 3 January 2022

Note: Pretty much any time you've edited the configuration files for Apache, You'll need to restart it.

  • sudo service apache2 restart

You can check on the status of Apache by:

  • sudo apache2ctl -S