Skip to content

Instantly share code, notes, and snippets.

@ispguru
Last active October 22, 2019 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ispguru/970863090e36122ea874fcce3bebf7fe to your computer and use it in GitHub Desktop.
Save ispguru/970863090e36122ea874fcce3bebf7fe to your computer and use it in GitHub Desktop.
Install apache ubuntu 18.04
#!/bin/bash
sudo apt-get install apache2
sudo systemctl start apache2.service
sudo systemctl stop apache2.service
sudo systemctl start apache2.service
sudo systemctl enable apache2.service
sudo systemctl restart apache2.service
sudo systemctl reload apache2.service
# https://www.youtube.com/watch?v=X6zGoHMrnOQ&feature=youtu.be
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment