diff options
author | Mark Murray <markm@FreeBSD.org> | 1996-08-11 14:50:01 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1996-08-11 14:50:01 +0000 |
commit | 6d3a35ad639cf80a572a677ecd7c311d4eff87be (patch) | |
tree | e901fef7dd5e84dbb9dc684089cad6b581795224 /www/apache20/files | |
parent | Upgrade to +23 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=3579
Diffstat (limited to 'www/apache20/files')
-rw-r--r-- | www/apache20/files/md5.SSL | 2 | ||||
-rw-r--r-- | www/apache20/files/patch-ab | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/apache20/files/md5.SSL b/www/apache20/files/md5.SSL new file mode 100644 index 000000000000..cac0b1f5916e --- /dev/null +++ b/www/apache20/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/apache20/files/patch-ab b/www/apache20/files/patch-ab index d1b72bd99cb4..e353e501c8dc 100644 --- a/www/apache20/files/patch-ab +++ b/www/apache20/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 |