Skip to content

Instantly share code, notes, and snippets.

@edmeehan
Created September 28, 2015 02:23
Show Gist options
  • Select an option

  • Save edmeehan/5e8bd5715383c451d9d5 to your computer and use it in GitHub Desktop.

Select an option

Save edmeehan/5e8bd5715383c451d9d5 to your computer and use it in GitHub Desktop.
Ubuntu 14.04, Apache2
service apache2 start/stop/restart
# a2enconf, a2disconf - enable or disable an apache2 configuration file
# a2ensite, a2dissite - enable or disable an apache2 site / virtual host
# a2enmod, a2dismod - enable or disable an apache2 module
# a2query - retrieve runtime configuration from a local Apache 2 HTTP server
# php5enmod, php5dismod - enable or disable an php5 module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment