OpenBSD, Apache, and IPv6 |
(Last modified: 02/23/02)
This document references Apache 1.3.19 and Mod_SSL 2.8.3-1.3.19.
Decompress the archives, then:
cd mod_ssl-2.8.3-1.3.19 ./configure --with-apache=../apache_1.3.19 --enable-rule=INET6 \ --with-layout=OpenBSD --enable-suexec --enable-module=ssl \ --suexec-caller=www --suexec-docroot=/var/www/htdocs \ --suexec-logfile=/var/log/suexec_log --suexec-userdir=public_html \ --suexec-uidmin=1000 --suexec-gidmin=1000 \ --suexec-safepath=/usr/bin:/bin:/usr/local/bin cd .. patch < /path/to/apache.patch cd apache_1.3.19 cp /usr/src/usr.sbin/httpd/config.layout . sh ./configure.v6 --with-layout=OpenBSD --enable-rule=INET6 --enable-suexec \ --suexec-caller=www --suexec-docroot=/var/www/htdocs \ --suexec-logfile=/var/log/suexec_log --suexec-userdir=public_html \ --suexec-uidmin=1000 --suexec-gidmin=1000 \ --suexec-safepath=/usr/bin:/bin:/usr/local/bin --enable-module=ssl make && make install
apachectl stop && apachectl start
The method used above is described in http://www.tateoka.org/~tate/diary/20000919e/. Unfortunately, it's not in English. It was, however, useful in creating this document.
Copyright (c) 2001-2002 Robert Mooney, All rights reserved.
This document may be freely distributed and modified, so long as the original author is credited.
Return to the Main index |