LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Web base system with linux (https://www.linuxquestions.org/questions/programming-9/web-base-system-with-linux-124418/)

dhammika 12-09-2003 09:11 PM

Web base system with linux
 
Hi i am new to linux but not to Microsoft techs. What is the best way to build a web base system with linux, - language , web server , database , etc . I am using linux redhat 9 .

ugob 12-10-2003 08:32 AM

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.

Ashkhan 12-10-2003 02:24 PM

Yes, the best solution is Apache, PHP and MySQL.

http://apache.org
http://php.net
http://www.mysql.com


All times are GMT -5. The time now is 06:57 PM.