Lighting the LAMP on Red Hat Linux

30-07-21 19:19
simon

To get the basics started you can follow these commands : Ensure the system is up to date.

dnf -y...

Getting cgi scripts to work in user directory

28-08-20 18:18
simon
a2enmod cgi
sudo apt-get install libmime-lite-perl
sudo apt-get install libcgi-session-perl
 

use...