Difference between revisions of "SBN - Web Server Notes"
Jump to navigation
Jump to search
(3 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]] | ||
− | |||
− | |||
*[[NetMan - SSL Certs|SSL]] | *[[NetMan - SSL Certs|SSL]] | ||
*[[WebServer - UserDir|Enabling User Web Directories]] | *[[WebServer - UserDir|Enabling User Web Directories]] | ||
− | *[[SBN - Proxy Server Notes]] | + | *[[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]] | *[[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
- Basic LAMP Stack Install
- SSL
- Enabling User Web Directories
- Name-based Virtual Host Support
- Proxy Server Notes
- Important Files on The Server
- CORS
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