Created
March 6, 2019 15:54
-
-
Save schakko/bd3027de3dbd4977e3220432bde59bc5 to your computer and use it in GitHub Desktop.
WordPress in WSL / Windows Subsystem for Linux
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 apt-get install apache2 php-fpm php-ldap php-xdebug | |
sudo a2enmod proxy_fcgi setenvif rewrite | |
sudo a2enconf php7.3-fpm | |
sudo service apache2 reload | |
vim /etc/apache2/apache2.conf | |
--- snip --- | |
# AllowOverride all for DocumentRoot | |
--- snip --- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment