Skip to content

Instantly share code, notes, and snippets.

@pj8912
Created September 7, 2023 04:20
Show Gist options
  • Save pj8912/689c3f41403ca855ae006667d2cd6928 to your computer and use it in GitHub Desktop.
Save pj8912/689c3f41403ca855ae006667d2cd6928 to your computer and use it in GitHub Desktop.
Apache, python installation in linux server

Apache installation in linux server

  • sudo apt update
  • sudo apt install apache2
  • apache2 - version
  • sudo ufw app list
  • sudo ufw allow 'Apache'
  • sudo systemctl status apache2
  • sudo apt-get install libapache2-mod-wsgi python-dev

python

  • sudo apt-get install python-pip
  • pip install flask
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment