Sorry this is a bit of a non-standard installation question but my goal is to have an LAMP installation with Drupal, Joomla, and Wordpress all installed so I can learn them. I have read that if you install to different folders and have a different database for each this is no problem...I am having a problem :)
I have a working LAMP installation. I get the index.html apache screen and also created a index.php that shows the detailed information about PHP version when I go to servername\index.html and servername\index.php
I'm stuck with a WSOD when I attempt to migrate my Drupal 8 installation from local to a hosting.
The procedure is the same I had been doing successfully on older versions (Drupal 6 & 7):
1) move the files to the new host
2) import the exported database to the new host
4) change the database connection parameters on settings.php
If I enable the FastCGI php handler from cPanel, my site breaks with the following error message on every page: [an error occurred while processing this directive]
The site works with the default handler (application/x-httpd-php54s), but it is slow. I was hoping FastCGI would get me some speed improvement. I am running a Drupal 7.50 site with no custom code except the theme.
In order to uprade my V6 sites et V8, I installed a V8 Drupal on a last version of Wampserver64: Apache 2.4.18, MySQL 5.7.11, php 5.6.19, phpMyAdmin 4.5.5.1