Language?
I think the best way would be to install apache (httpd) and mysql. You can install them from your cd, or download apt from
http://apt.freshrpms.net , install it with rpm -i apt-xxxx
Then, do
apt-get update
apt-get install httpd
apt-get install httpd
If you want php-mysql
apt-get install php-mysql
If you don't know anything about apache, you should get a book about it, and go to
www.mysql.com and read the mysql manual.