最近教わった話 http://japache.infoscience.co.jp/apache/docs/content-negotiation.html

    13  14:36   tar zxf apache_1.3.9.tar.gz
    14  14:38   cd apache_1.3.9
    15  14:38   ./configure
                make
                make install

makoto@tatsumi  17:22:24/990825(/usr/local)# find . -ctime -1 -type d 
.
./apache
./apache/bin
./apache/libexec
./apache/man
./apache/man/man1
./apache/man/man8
./apache/conf
./apache/htdocs
./apache/htdocs/manual
./apache/htdocs/manual/mod
./apache/htdocs/manual/images
./apache/htdocs/manual/misc
./apache/htdocs/manual/search
./apache/htdocs/manual/vhosts
./apache/icons
./apache/icons/small
./apache/cgi-bin
./apache/include
./apache/include/xml
./apache/logs
./apache/proxy
makoto@tatsumi  17:23:13/990825(/usr/local)# 


    45  17:25   cd /usr/local/apache/
    46  17:25   ls conf
    47  17:25   mv conf conf-1.3.9
    48  17:26   cp -pr /etc/httpd/conf .
    49  17:26   ls -l
    50  17:26   ls cgi-bin/
    51  17:27   mv cgi-bin cgi-bin-1.3.9
    52  17:27   cp -pr /usr/local/etc/httpd/cgi-bin .

    56  17:28   rmdir logs
    57  17:28   ln -s /var/log/httpd log

makoto@tatsumi  17:29:14/990825(...local/apache)# kill 136
makoto@tatsumi  17:29:21/990825(...local/apache)# /usr/local/apache/bin/ht
htdigest* htpasswd* httpd*    
makoto@tatsumi  17:29:21/990825(...local/apache)# /usr/local/apache/bin/httpd 
[Wed Aug 25 17:29:37 1999] [warn] VirtualHost www.chiba47.ki.nu:80 overlaps with VirtualHost small-circle.ki.nu:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Aug 25 17:29:37 1999] [warn] VirtualHost emacs-20.ki.nu:80 overlaps with VirtualHost www.chiba47.ki.nu:80, the first has precedence, perhaps you need a NameVirtualHost directive
makoto@tatsumi  17:29:37/990825(...local/apache)#