# # ftp.apache.org/pub/dist # # great1:/usr/local/src# tar zxvf apache_1.3.3.tar.gz great1:/usr/local/src/apache-1.3.3 great1:/usr/local/src/apache_1.3.3# ./configure great1:/usr/local/src/apache_1.3.3# make install # # # great1:/usr/local/src/apache_1.3.3# mv /usr/sbin/httpd /usr/sbin/httpd-1.2.6 great1:/usr/sbin# ln -s /usr/local/apache/sbin/httpd . # # Start Apache # great1:/usr/local/src/apache_1.3.3# ls -la /usr/local/apache/etc/{httpd,access,srm}.conf # great1:/usr/local/src/apache_1.3.3# /usr/local/apache/sbin/apachectl start httpd: cannot determine local host name. Use the ServerName directive to set it manually. /usr/local/apache/sbin/apachectl start: httpd could not be started great1:/usr/local/apache# ln -s ../../../var . great1:/usr/local/apache/share# mv htdocs htdocs.org great1:/usr/local/apache/share# ln -s /usr2/sys/httpd/htdocs.school htdocs great1:/usr/local/apache/share# mv cgi-bin cgi-bin.org great1:/usr/local/apache/share# ln -s /usr2/sys/httpd/cgi-bin.school cgi-bin great1:/usr2/sys/httpd# ln -s /var/log/httpd logs great1:/usr2/sys/httpd# vi /usr2/sys/httpd/conf/httpd.conf # great1:/usr/local/bin# ln -s ../../bin/perl perl5 # # end of file