Difference between revisions of "Building Web Servers"
Jump to navigation
Jump to search
| Line 12: | Line 12: | ||
* <code>sudo apache2ctl -S</code> | * <code>sudo apache2ctl -S</code> | ||
== Potentially handy links == | |||
* [https://www.websiteplanet.com/blog/html-guide-beginners/ Learn HTML Free in 2025 – Basic HTML Codes for Beginners] | |||
[[Category:ServerBuilding]] | [[Category:ServerBuilding]] | ||
[[Category:WebServers]] | [[Category:WebServers]] | ||
Latest revision as of 15:29, 8 May 2025
- 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