diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-08-22 20:16:09 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-08-22 20:16:09 +0000 |
commit | ce3ec4b953dab97f555de15361c6e409960a49f0 (patch) | |
tree | 23fb1eb7552882e056274ac6a842af81bc3e72ab /www/apache21 | |
parent | put the `fwf' build dependancy under BUILD_DEPENDS, of (diff) |
Split /usr/local/etc/apache/* in more reasonable way
Warning: SSL part not updated completely
Notes
Notes:
svn path=/head/; revision=3679
Diffstat (limited to 'www/apache21')
-rw-r--r-- | www/apache21/files/patch-ab | 46 | ||||
-rw-r--r-- | www/apache21/pkg-plist | 10 |
2 files changed, 5 insertions, 51 deletions
diff --git a/www/apache21/files/patch-ab b/www/apache21/files/patch-ab index e353e501c8dc..6ad43dec5264 100644 --- a/www/apache21/files/patch-ab +++ b/www/apache21/files/patch-ab @@ -34,52 +34,6 @@ AllowOverride None Options None </Directory> -*** conf/httpd.conf-dist.orig Sat Jun 8 00:56:47 1996 ---- conf/httpd.conf-dist Fri Jul 5 06:25:42 1996 -*************** -*** 33,44 **** - # ServerAdmin: Your address, where problems with the server should be - # e-mailed. - -! ServerAdmin you@your.address - - # ServerRoot: The directory the server's config, error, and log files - # are kept in - -! ServerRoot /usr/local/etc/httpd - - # 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 ---- 33,44 ---- - # ServerAdmin: Your address, where problems with the server should be - # e-mailed. - -! ServerAdmin you@your.address.domain - - # ServerRoot: The directory the server's config, error, and log files - # are kept in - -! 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 -*************** -*** 161,167 **** - - #<VirtualHost host.foo.com> - #ServerAdmin webmaster@host.foo.com -! #DocumentRoot /www/docs/host.foo.com - #ServerName host.foo.com - #ErrorLog logs/host.foo.com-error_log - #TransferLog logs/host.foo.com-access_log ---- 161,167 ---- - - #<VirtualHost host.foo.com> - #ServerAdmin webmaster@host.foo.com -! #DocumentRoot /usr/local/www/host.foo.com/data - #ServerName host.foo.com - #ErrorLog logs/host.foo.com-error_log - #TransferLog logs/host.foo.com-access_log *** conf/srm.conf-dist.orig Thu Jun 13 06:04:43 1996 --- conf/srm.conf-dist Fri Jul 5 06:37:24 1996 *************** diff --git a/www/apache21/pkg-plist b/www/apache21/pkg-plist index d8a356236faf..24858158998a 100644 --- a/www/apache21/pkg-plist +++ b/www/apache21/pkg-plist @@ -1,10 +1,10 @@ etc/rc.d/apache.sh -@exec mkdir %D/etc/apache/logs %D/www/cgi-bin %D/www/data +@exec mkdir %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 +etc/apache/httpd.conf +etc/apache/srm.conf +etc/apache/access.conf +etc/apache/mime.types sbin/httpd www/icons/README www/icons/a.gif |