Created
June 18, 2013 11:56
-
-
Save tamboer/5804766 to your computer and use it in GitHub Desktop.
apache_bash configuration
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
| sudo a2enmod rewrite | |
| #see modules | |
| sudo apache2ctl -M | |
| sudo /etc/init.d/apache2 reload | |
| sudo a2dismod rewrite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment