diff options
author | markm <markm@FreeBSD.org> | 1996-08-11 14:50:01 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-08-11 14:50:01 +0000 |
commit | d39ecef17bc67ae1468d8d06c8f554f607c25a5e (patch) | |
tree | cf0633ce55576774e64b06f51fdb53319c69473b /www/apache2/files | |
parent | 1d073fc7160f07b0cb99a30a34dcb0afff6d7356 (diff) | |
download | FreeBSD-ports-d39ecef17bc67ae1468d8d06c8f554f607c25a5e.zip FreeBSD-ports-d39ecef17bc67ae1468d8d06c8f554f607c25a5e.tar.gz |
1) Add the ability to build a secure (SSL'ed) server, conditionalised
on the presence of SECURE_SERVER.
2) Clean up the installation in accordance with BSD religion:
Now all the configs go in ${PREFIX}/etc/apache and the
data (documents) stay in ${PREFIX}/www.
Diffstat (limited to 'www/apache2/files')
-rw-r--r-- | www/apache2/files/md5.SSL | 2 | ||||
-rw-r--r-- | www/apache2/files/patch-ab | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/apache2/files/md5.SSL b/www/apache2/files/md5.SSL new file mode 100644 index 0000000..cac0b1f --- /dev/null +++ b/www/apache2/files/md5.SSL @@ -0,0 +1,2 @@ +MD5 (apache_1.1.1.tar.gz) = 0dc9c3a3148d2acf419dd926018003c3 +MD5 (apache_1.1.1+1.3.ssl.tar.gz) = bef929679760796eb9955ed941ace370 diff --git a/www/apache2/files/patch-ab b/www/apache2/files/patch-ab index d1b72bd..e353e50 100644 --- a/www/apache2/files/patch-ab +++ b/www/apache2/files/patch-ab @@ -59,7 +59,7 @@ # ServerRoot: The directory the server's config, error, and log files # are kept in -! ServerRoot /usr/local/www/server +! ServerRoot /usr/local/etc/apache # BindAddress: You can support virtual hosts with this option. This option # is used to tell the server which IP address to listen to. It can either |