Instalar Apache Server

Páginas: 4 (872 palabras) Publicado: 11 de abril de 2011
Lab 1. First Apache Installations. (last updated: 10/19/09)
A. Login to a workstation with your Linux account. If you do not have one, then watch with someone else.
Then open up acommand-line (or "terminal") window.

B. Get the sources.
Open up a browser. Go to http://www.apache.org, select "HTTP Server" from the right middle of the page.
Scroll down & select"Download".
Scroll down the next screen to find the latest, non-beta version of Apache 1.3 that ends with .tar.gz. (it was: apache_1.3.33.tar.gz)
The "root" acct on a workstation cannot see into yourregular account's home directory or Desktop. So you need to save the downloaed file into a place where "root" can get it. I like to download it into: /tmp (you can change the downloaddirectory in our firefox version under: edit/preferences)
(If you download it to your regular account's Desktop, then with your regular account, copy it from the Desktop over to "/tmp".)

C. Use yourcommand line window to copy the sources & unpack them in your own source code directory. Use these steps:
Become "root" with the "su -" command.
Change into directory:/usr/local/src
Make a directory "xx", where "xx" is your initials.
Copy the tarball from /tmp into /usr/local/src/xx.
Decompress the archive by typing:gunzip apache_1.3.33.tar.gz
Unarchive it with "tar" by typing:
tar -xvf apache_1.3.33.tar

D. Prepare for your first "build"Change directories into directory: /usr/local/src/xx/apache_1.3.33
Look around at the top level files & directories by typing: ls
Scan the README files, thenView the default directory layout, by typing:
./configure --show-layout

Now re-run "./configure" with ServerRoot and Data Directory different...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • instalar apache
  • Instalar Apache
  • instalar apache
  • instalar apache
  • apache instalar
  • Instalar ubuntu, apache y DNS
  • Instalar apache, php y mysql
  • Instalar Apache En Modo Local

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS