Compile Apache

Download from - http://mirrors.homepagle.com/apache/httpd/httpd-2.2.11.tar.gz

Untar the file httpd-2.2.11.tar.gz

cd into httpd*

Type the following to prepare for building.

./configure –prefix=[path] –enable-module=so
make
make install

Check if you have mod_so enabled:
cd to the Apache bin directory

./httpd -l

Open httpd.conf and find a line starting with ServerAdmin.

ServerAdmin admin@serverbuddies.com

Find a line starting with ServerName.

ServerName server1.serverbuddies.com:80

Save the file.

cd up a directory (type cd ..)

Start Apache

./bin/apachectl start

Trackback URI | Comments RSS

Leave a Reply

You must be logged in to post a comment.