Link to home
Start Free TrialLog in
Avatar of ahchong
ahchong

asked on

apache web server

Hello, I have faced a problem with apache web server !!!
   I have just download a apache web server for linux(filename: apache_1.3.11.tar), but seem that it have no executable file, how can I activate it ???
ASKER CERTIFIED SOLUTION
Avatar of shivers
shivers

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of andrewljohn70
andrewljohn70

hi ahchong,
shivers is right.
What you may have downloaded is the tar or zip file with an extention of tar or tgz. you would then have to untar and unzip the file. use the following command :
1. tar -zxvf filename.tgz ( this will untar and unzip the file and you would have a directory by the name of apache_1.3.11. or tar -xvf filename.tar

2. move into this directory and you would then find a text file called README or something... Read this file and follow the instructions given there.


hope this gets you started. :) Andrew