[Lxr-general] LXR: Apache configuration problem on Ubuntu-14.04 derivative
Brought to you by:
ajlittoz
|
From: Ulf S. <ulf...@er...> - 2016-05-26 12:14:27
|
Trying to get LXR-2.1.0 run to a customized Ubuntu-14.04 machine. Following "http://lxr.sourceforge.net/en/Tips/tipubuntu.php" to get the Apache running Have installed lxr in "/usr/local/share/lxr". Have generated an lxr.conf and created "apache-lxrserver.conf", which now resides in /etc/apache2/conf-available. a2enconf apache-lxrserver.conf to enable it a2enmod version ERROR: Module version does not exist! sudo apt-get install apache2-mpm-worker sudo a2dismod mpm* sudo a2enmod mpm_worker apache2ctl restart [Thu May 26 14:03:43.345256 2016] [:crit] [pid 15349:tid 140446872770432] Apache is running a threaded MPM, but your PHP Module is not compiled to be threadsafe. You need to recompile PHP. AH00013: Pre-configuration failed Action 'restart' failed. The Apache error log may have more information. apt-get install php5-fpm as recommended on some web-site did not help Any ideas? -- Best Regards Ulf Samuelsson |