Skip to content

Instantly share code, notes, and snippets.

@schakko
Created March 6, 2019 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schakko/bd3027de3dbd4977e3220432bde59bc5 to your computer and use it in GitHub Desktop.
Save schakko/bd3027de3dbd4977e3220432bde59bc5 to your computer and use it in GitHub Desktop.
WordPress in WSL / Windows Subsystem for Linux
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