I recently installed puppy (Description in the Signature below).
The main reason for switching from Kubuntu to Puppy was speed. Now I'm not able to configure LAMP on my machine. I followed the instructions given on this link https://internetofhomethings.com/homethings/?p=1429. I couldn't run the following command from the instructions on this page
Code: Select all
ln -s /etc/apache2/sites-available/default /etc/apache2/sites-enabled/
Code: Select all
ln -s /etc/apache2/sites-available/default-ssl.conf
and running the below command generates the error as shown:
Code: Select all
root@puppyPC5832:~# /etc/init.d/apache2 restart
* Restarting Apache httpd web server apache2 [fail]
* The apache2 configtest failed.
Output of config test was:
AH00534: apache2: Configuration error: No MPM loaded.
Action 'configtest' failed.
The Apache error log may have more information.
Though I have intermediate understanding of how linux files are organised and how to run commands, running a server is something new to me. I'm learning PHP as a hobby and thus need it to work.
I have the following packages installed:
Code: Select all
apache2_2.4.29
apache2-data_2.4.29
apache2-bin_2.4.29
apache2-utils_2.4.29