Building Web Servers
Jump to navigation
Jump to search
- 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