I've been struggling with my server (Ubuntu 14.04) running on Plesk 12.5. Recently there's been problems with the server running .php -files. For some weird reason browsers are not been able to show the php files as they should be but instead browser offers to download these files. This happened with two different machines and 3 different browsers. Since this happened to every php file in the server I concluded that the problem has to be in server and not the browser. So by searching solutions from the internet I also tried to follow one particular instruction. Can't really relocate the instructions I was trying to follow but it had something to do with "a2enmod php5" -command. Now apache won't start anymore and I'm trying to plea for help.
Upon "service apache2 start" there's error message: "AH00534: apache2: Configuration error: More than one MPM loaded." And here's some log notes with apache mentioned from /var/log/apache2/error.log -file:
Any help with this problem is appreciated.
Upon "service apache2 start" there's error message: "AH00534: apache2: Configuration error: More than one MPM loaded." And here's some log notes with apache mentioned from /var/log/apache2/error.log -file:
Code:
[suexec:notice] [pid 19224:tid 139880209303424] AH01232: suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[mpm_event:notice] [pid 19225:tid 139880209303424] AH00489: Apache/2.4.7 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/1.0.1f configured -- resuming normal operations
[core:notice] [pid 19225:tid 139880209303424] AH00094: Command line: '/usr/sbin/apache2'
[mpm_event:notice] [pid 19225:tid 139880209303424] AH00491: caught SIGTERM, shutting down
[suexec:notice] [pid 2513:tid 140375506491264] AH01232: suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[mpm_event:notice] [pid 2514:tid 140375506491264] AH00489: Apache/2.4.7 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/1.0.1f configured -- resuming normal operations
[core:notice] [pid 2514:tid 140375506491264] AH00094: Command line: '/usr/sbin/apache2'
Any help with this problem is appreciated.