Building Web Servers

From Da Nerd Mage Wiki
Revision as of 16:56, 1 January 2022 by Tinker (talk | contribs) (Created page with "*[[WebServer - Basic LAMP Stack Install{{!}}Basic LAMP Stack Install]] *[[NetMan - SSL Certs{{!}}SSL]] *[[WebServer - UserDir{{!}}Enabling User Web Directories]] *[[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 configuratio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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