previous | start | next

Installing Apache

ice%  ./install-bindist.sh /home/j/h/jharvard/apache
Installing binary distribution for platform alpha-dec-osf
into directory /home/j/h/jharvard/apache ...
Ready.
 +--------------------------------------------------------+
 | You now have successfully installed the Apache 1.3.9   |
 | HTTP server. To verify that Apache actually works      |
 | correctly you should first check the (initially        |
 | created or preserved) configuration files:             |
 |                                                        |
 |   /home/j/h/jharvard/apache/conf/httpd.conf
 |                                                        |
 | You should then be able to immediately fire up         |
 | Apache the first time by running:                      |
 |                                                        |
 |   /home/j/h/jharvard/apache/bin/apachectl start 
 |                                                        |
 | Thanks for using Apache.       The Apache Group        |
 |                                http://www.apache.org/  |
 +--------------------------------------------------------+

What has been installed?

ice%  cd ~jharvard/apache/

ice%  ls
bin      conf     icons    libexec  man
cgi-bin  htdocs   include  logs     proxy

The conf directory

ice%  cd conf

ice%  ls
access.conf          magic               srm.conf
access.conf.default  magic.default       srm.conf.default
httpd.conf           mime.types
httpd.conf.default   mime.types.default

cp httpd.conf httpd.conf.original

ice%  cp httpd.conf httpd.conf.original

ice%  ls
access.conf          httpd.conf.original  mime.types.default
access.conf.default  magic                srm.conf
httpd.conf           magic.default         srm.conf.default
httpd.conf.default   mime.types


previous | start | next