Difference between revisions of "SBN - Web Server Notes"

From The TinkerNet Wiki
Jump to navigation Jump to search
(Created page with "* Basic LAMP Stack Install * Important Files on The Server * WebServer - Name-based Vi...")
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
* [[WebServer - Basic LAMP Stack Install|Basic LAMP Stack Install]]
+
*[[WebServer - Basic LAMP Stack Install|Basic LAMP Stack Install]]
* [[WebServer - Important Files on The Server|Important Files on The Server]]
+
*[[NetMan - SSL Certs|SSL]]
* [[WebServer - Name-based Virtual Host Support|Name-based Virtual Host Support]]
+
*[[WebServer - UserDir|Enabling User Web Directories]]
* [[WebServer - SSL|SSL]]
+
*[[WebServer - Name-based Virtual Host Support|Name-based Virtual Host Support]]
 +
*[[SBN - Proxy Server Notes|Proxy Server Notes]]
 +
*[[WebServer - Important Files on The Server|Important Files on The Server]]
 +
*[[WebServer - CORS|CORS]]
 +
 
 +
'''Note:'''  Pretty much any time you've edited the configuration files for Apache, You'll need to restart it.
 +
 
 +
*<code>sudo service apache2 restart</code>
 +
 
 +
You can check on the status of Apache by:
 +
 
 +
* <code>sudo apache2ctl -S</code>

Latest revision as of 13:26, 3 July 2020

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