Setting up the essentials as a non-ROOT user
Installing the Apache HTTP server
gunzip -d httpd-2.2.31.tar.gz
tar xvf httpd-2.2.31.tar./configure --prefix=/ua1001/cloudio/apache
make
make install/conf/httpd.confLast updated