diff options
author | markm <markm@FreeBSD.org> | 1996-08-11 22:50:01 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-08-11 22:50:01 +0800 |
commit | d39ecef17bc67ae1468d8d06c8f554f607c25a5e (patch) | |
tree | cf0633ce55576774e64b06f51fdb53319c69473b /www/apache-current | |
parent | 1d073fc7160f07b0cb99a30a34dcb0afff6d7356 (diff) | |
download | freebsd-ports-gnome-d39ecef17bc67ae1468d8d06c8f554f607c25a5e.tar.gz freebsd-ports-gnome-d39ecef17bc67ae1468d8d06c8f554f607c25a5e.tar.zst freebsd-ports-gnome-d39ecef17bc67ae1468d8d06c8f554f607c25a5e.zip |
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/apache-current')
-rw-r--r-- | www/apache-current/files/md5.SSL | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/apache-current/files/md5.SSL b/www/apache-current/files/md5.SSL new file mode 100644 index 000000000000..cac0b1f5916e --- /dev/null +++ b/www/apache-current/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 |