Created
September 28, 2015 02:23
-
-
Save edmeehan/5e8bd5715383c451d9d5 to your computer and use it in GitHub Desktop.
Ubuntu 14.04, Apache2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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