Difference between revisions of "SBN - Web Server Notes"

From The TinkerNet Wiki
Jump to navigation Jump to search
 
Line 9: Line 9:
 
'''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.
  
* <code>sudo service apache2 restart</code>
+
*<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