Hallo Community, we are experiencing a blocking issue creating a Drupal 8 installation in load balancing using Apache mod_proxy. We are running a front end running Apache 2.4.10, Debian Linux 8: on it mod_proxy behaves as a Reverse Proxy and forward request to two different machines, same Debian Linux and Apache version. The two installations share the file system accessing an NFS share in another machine on the same subnet.
The Drupal version running is 8.2.3- 2016.11.16, Php version is Php 5.6.292.
We have registered a domain that point to the load balancing engine.
I have a task where I have to automate the installation of the Drupal Site installation. This is for a Multisite application, I havebeen able to automate the following steps, every time a new site has to be created the drupal files need to be copied in a new folder, new database needs to be created, the default.settings.php and the settings.php files need to be edited such that the database name field reflects the required info.
At this point, The installation has to go through a web browser to complete the installation.
after download drupal files on host, go to my site for continue install, but "Additional uncaught exception thrown while handling exception"
what does it mean? what will i do?
php 7.0, drupal 8.2.6
Additional uncaught exception thrown while handling exception.
Original
Error: Call to undefined function Drupal\Core\Site\hash_hmac() in Drupal\Core\Site\Settings::getApcuPrefix() (line 168 of /home/optstone/optstone.ru/docs/core/lib/Drupal/Core/Site/Settings.php).
I'm running Ubuntu 16.04 as a VM in VirutalBox. I installed apache, php and maria. Then I tried to install Drupal but when I go to http://localhost, all I see is the Apcahe2 default homepage. I don't see startup installation page of Drupal. I followed the instruction give here http://idroot.net/linux/install-drupal-ubuntu-16-04/