Difference between revisions of "Building Web Servers"

From Da Nerd Mage Wiki
Jump to navigation Jump to search
 
Line 3: Line 3:
*[[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]]
*[[Proxy Server Notes{{!}}Proxy Server Notes]]
*[[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]]
*[[CORS{{!}}CORS]]
'''Note:''' Pretty much any time you've edited the configuration files for Apache, You'll need to restart it.
'''Note:''' Pretty much any time you've edited the configuration files for Apache, You'll need to restart it.


Line 12: Line 12:


* <code>sudo apache2ctl -S</code>
* <code>sudo apache2ctl -S</code>
[[Category:ServerBuilding]]
[[Category:ServerBuilding]]
[[Category:WebServers]]
[[Category:WebServers]]

Latest revision as of 16:45, 18 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