Difference between revisions of "SBN - Web Server Notes"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
*[[WebServer - Important Files on The Server|Important Files on The Server]] | *[[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> |
Revision as of 13:01, 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