summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-08-22 20:16:09 +0000
committerache <ache@FreeBSD.org>1996-08-22 20:16:09 +0000
commit50ed0b9d3f73560dfd3f027188a0b3e82f85d677 (patch)
tree48e1f2d3e8e110c9d2a1c6fcde52ef9d33be5d7d
parent2f9dc7743fec4b004a43c9327b187c5958b4b777 (diff)
downloadFreeBSD-ports-50ed0b9d3f73560dfd3f027188a0b3e82f85d677.zip
FreeBSD-ports-50ed0b9d3f73560dfd3f027188a0b3e82f85d677.tar.gz
Split /usr/local/etc/apache/* in more reasonable way
Warning: SSL part not updated completely
-rw-r--r--www/apache13-ssl/pkg-plist14
-rw-r--r--www/apache13/files/patch-ab46
-rw-r--r--www/apache13/pkg-plist10
-rw-r--r--www/apache2/files/patch-ab46
-rw-r--r--www/apache2/pkg-plist10
-rw-r--r--www/apache20/files/patch-ab46
-rw-r--r--www/apache20/pkg-plist10
-rw-r--r--www/apache21/files/patch-ab46
-rw-r--r--www/apache21/pkg-plist10
-rw-r--r--www/apache22/files/patch-ab46
-rw-r--r--www/apache22/pkg-plist10
-rw-r--r--www/mod_php3/pkg-plist10
-rw-r--r--www/mod_php4/pkg-plist10
-rw-r--r--www/mod_php5/pkg-plist10
14 files changed, 47 insertions, 277 deletions
diff --git a/www/apache13-ssl/pkg-plist b/www/apache13-ssl/pkg-plist
index 0a00eaf..268b466 100644
--- a/www/apache13-ssl/pkg-plist
+++ b/www/apache13-ssl/pkg-plist
@@ -1,12 +1,12 @@
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/httpd.conf-SSL
-etc/apache/conf/srm.conf
-etc/apache/conf/access.conf
-etc/apache/conf/mime.types
-etc/apache/conf/mime.types-SSL
+etc/apache/httpd.conf
+etc/apache/httpd.conf-SSL
+etc/apache/srm.conf
+etc/apache/access.conf
+etc/apache/mime.types
+etc/apache/mime.types-SSL
sbin/httpsd
www/icons/README
www/icons/a.gif
diff --git a/www/apache13/files/patch-ab b/www/apache13/files/patch-ab
index e353e50..6ad43de 100644
--- a/www/apache13/files/patch-ab
+++ b/www/apache13/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/apache13/pkg-plist b/www/apache13/pkg-plist
index d8a3562..2485815 100644
--- a/www/apache13/pkg-plist
+++ b/www/apache13/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
diff --git a/www/apache2/files/patch-ab b/www/apache2/files/patch-ab
index e353e50..6ad43de 100644
--- a/www/apache2/files/patch-ab
+++ b/www/apache2/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/apache2/pkg-plist b/www/apache2/pkg-plist
index d8a3562..2485815 100644
--- a/www/apache2/pkg-plist
+++ b/www/apache2/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
diff --git a/www/apache20/files/patch-ab b/www/apache20/files/patch-ab
index e353e50..6ad43de 100644
--- a/www/apache20/files/patch-ab
+++ b/www/apache20/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/apache20/pkg-plist b/www/apache20/pkg-plist
index d8a3562..2485815 100644
--- a/www/apache20/pkg-plist
+++ b/www/apache20/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
diff --git a/www/apache21/files/patch-ab b/www/apache21/files/patch-ab
index e353e50..6ad43de 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 d8a3562..2485815 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
diff --git a/www/apache22/files/patch-ab b/www/apache22/files/patch-ab
index e353e50..6ad43de 100644
--- a/www/apache22/files/patch-ab
+++ b/www/apache22/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/apache22/pkg-plist b/www/apache22/pkg-plist
index d8a3562..2485815 100644
--- a/www/apache22/pkg-plist
+++ b/www/apache22/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
diff --git a/www/mod_php3/pkg-plist b/www/mod_php3/pkg-plist
index d8a3562..2485815 100644
--- a/www/mod_php3/pkg-plist
+++ b/www/mod_php3/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
diff --git a/www/mod_php4/pkg-plist b/www/mod_php4/pkg-plist
index d8a3562..2485815 100644
--- a/www/mod_php4/pkg-plist
+++ b/www/mod_php4/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
diff --git a/www/mod_php5/pkg-plist b/www/mod_php5/pkg-plist
index d8a3562..2485815 100644
--- a/www/mod_php5/pkg-plist
+++ b/www/mod_php5/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
OpenPOWER on IntegriCloud