Intro to Apache - ApacheCon 2005
Installing ...
  • Unpack it somewhere nice

    
    	cd /usr/local/src
    	tar -zxf apache_2.0.52.tar.gz
    
      

  • Compile it

    
        cd apache_2.0.52
    	./configure
    	make
    	make install
    
      

Index
Back to Verify signature
Forward to Installing ...

ApacheCon 2005 : Intro to Apache - Slide #36 of 164