Apache HTTP |
Apache HTTP Sample Compile and Installation # tar xzvf apache_1.3.6.tar.gz # cd apache_1.3.6 # more INSTALL # ./configure --prefix=/opt/web --enable-module=speling --enable-module=unique_id # make # make install From the output of make install... +--------------------------------------------------------+ | You now have successfully built and installed the | | Apache 1.3 HTTP server. To verify that Apache actually | | works correctly you now should first check the | | (initially created or preserved) configuration files | | | | /opt/web/conf/httpd.conf | | | and then you should be able to immediately fire up | | Apache the first time by running: | | | | /opt/web/bin/apachectl start | | | Thanks for using Apache. The Apache Group | | http://www.apache.org/ | +--------------------------------------------------------+ # cd ../../web/conf/ # vi httpd.conf # diff httpd.conf httpd.conf.default 268c268 < ServerName crosscheck.feldt.com --- > #ServerName crosscheck.feldt.com 358c358 < AccessFileName .htHiddenName --- > AccessFileName .htaccess 368c368 < |