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/apache20/pkg-plist | |
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/apache20/pkg-plist')
-rw-r--r-- | www/apache20/pkg-plist | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/www/apache20/pkg-plist b/www/apache20/pkg-plist index 221287b34c7e..d8a356236faf 100644 --- a/www/apache20/pkg-plist +++ b/www/apache20/pkg-plist @@ -1,13 +1,11 @@ etc/rc.d/apache.sh +@exec mkdir %D/etc/apache/logs %D/www/cgi-bin %D/www/data @unexec rm %D/etc/rc.d/apache.sh +etc/apache/conf/httpd.conf +etc/apache/conf/srm.conf +etc/apache/conf/access.conf +etc/apache/conf/mime.types sbin/httpd -www/cgi-bin -www/data -www/server/logs -www/server/conf/httpd.conf -www/server/conf/srm.conf -www/server/conf/access.conf -www/server/conf/mime.types www/icons/README www/icons/a.gif www/icons/alert.black.gif |