Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help required to install apache & mysql & how to host web site 2

Status
Not open for further replies.

sdp123

IS-IT--Management
Jul 9, 2000
21
0
0
KE
Hello ALll
i am very new to linux.just installed linux after struggling for 2 days for nic driver ..now linux is working fine.but i need to make this m/c as a web server & mail server so can ne body plzz help me in setting this server..& what r the packages requierd & how to configurte this packages & make it working..
thanx in advance

Regards
Subhash
 
Hi,
For web server in linux...the most popular must be apache
. you can download it from
For mySQL..u can download from
u can find all the download instruction to install from the documentation page.....u just follow the instruction and it will make it

Wailey
 
You may well find that Apache was installed by default on your system when you installed Linux - see if there is a /etc/httpd/conf/httpd.conf file - this is the configuration file that you need to edit to get Apache working. You start Apache with /etc/rc.d/init.d/httpd start (and stop with a similar statement but with stop at the end!).

Kenny
 
If you are using a RedHat/rpm based system, as root type
rpm -qa|grep apache
rpm -qa|grep -i mysql
rpm -qa|grep mod_
rpm -qa|grep php

Each of these commands will list all packages installed matching the string after the grep command (the -i switch tells grep to match case insensitive as mysql can be MySQL, mysql, Mysql, etc)

If these are not installed, go to rpmfind.net and grab the latest and greatest for your distibution :)

-John ---
John Hoke
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top