aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache13-modssl/files
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-02-08 13:05:37 +0800
committerpat <pat@FreeBSD.org>2002-02-08 13:05:37 +0800
commit8da12e83abd59100ff2a32cfa4b86a0b33c3d8cb (patch)
tree298d1acf8e30ee720538c054b620afacfb53ee54 /www/apache13-modssl/files
parent2ebfa92535a7d6f35c5d0871eb092847683133d5 (diff)
downloadfreebsd-ports-gnome-8da12e83abd59100ff2a32cfa4b86a0b33c3d8cb.tar.gz
freebsd-ports-gnome-8da12e83abd59100ff2a32cfa4b86a0b33c3d8cb.tar.zst
freebsd-ports-gnome-8da12e83abd59100ff2a32cfa4b86a0b33c3d8cb.zip
Update to 1.3.23+2.8.6
Diffstat (limited to 'www/apache13-modssl/files')
-rw-r--r--www/apache13-modssl/files/patch-ab13
-rw-r--r--www/apache13-modssl/files/patch-ac26
2 files changed, 6 insertions, 33 deletions
diff --git a/www/apache13-modssl/files/patch-ab b/www/apache13-modssl/files/patch-ab
index f1bffafaedf2..73a754755efe 100644
--- a/www/apache13-modssl/files/patch-ab
+++ b/www/apache13-modssl/files/patch-ab
@@ -1,5 +1,5 @@
---- Makefile.tmpl.orig Mon Oct 22 21:27:50 2001
-+++ Makefile.tmpl Mon Oct 22 21:30:58 2001
+--- Makefile.tmpl.orig Thu Feb 7 23:46:03 2002
++++ Makefile.tmpl Thu Feb 7 23:47:53 2002
@@ -329,10 +329,12 @@
$(MKDIR) $(root)$(sysconfdir)/ssl.csr
$(MKDIR) $(root)$(sysconfdir)/ssl.key
@@ -15,7 +15,7 @@
$(MKDIR) $(root)$(includedir)
$(MKDIR) $(root)$(includedir)/xml
$(MKDIR) $(root)$(runtimedir)
-@@ -531,33 +533,40 @@
+@@ -533,33 +535,40 @@
# icons and distributed CGI scripts.
install-data:
@echo "===> [data: Installing initial data files]"
@@ -71,7 +71,7 @@
@echo "Copying tree $(TOP)/icons/ -> $(root)$(iconsdir)/"; \
(cd $(TOP)/icons/ && $(TAR) $(TAROPT) - *) |\
(cd $(root)$(iconsdir)/ && $(TAR) -xf -); \
-@@ -605,14 +614,14 @@
+@@ -607,10 +616,10 @@
-e 's;logs/accept\.lock;$(runtimedir)/$(TARGET).lock;' \
-e 's;logs/apache_runtime_status;$(runtimedir)/$(TARGET).scoreboard;' \
-e 's;logs/httpd\.pid;$(runtimedir)/$(TARGET).pid;' \
@@ -86,8 +86,3 @@
-e 's;conf/magic;$(sysconfdir)/magic;' \
-e 's;conf/mime\.types;$(sysconfdir)/mime.types;' \
-e 's;User nobody;User $(conf_user);' \
-- -e 's;Group #-1;Group $(conf_group);' \
-+ -e 's;Group "#-1";Group $(conf_group);' \
- -e 's;Port 80;Port $(conf_port);' \
- -e 's;Listen 80;Listen $(conf_port);' \
- -e 's;Listen 443;Listen $(conf_port_ssl);' \
diff --git a/www/apache13-modssl/files/patch-ac b/www/apache13-modssl/files/patch-ac
index f042fad54b85..77973a5fa8e4 100644
--- a/www/apache13-modssl/files/patch-ac
+++ b/www/apache13-modssl/files/patch-ac
@@ -1,5 +1,5 @@
---- conf/httpd.conf-dist.orig Thu Oct 18 13:57:36 2001
-+++ conf/httpd.conf-dist Thu Oct 18 13:58:20 2001
+--- conf/httpd.conf-dist.orig Thu Feb 7 23:50:37 2002
++++ conf/httpd.conf-dist Thu Feb 7 23:50:38 2002
@@ -92,8 +92,8 @@
# server ignore these files altogether by using "/dev/null" (for Unix) or
# "nul" (for Win32) for the arguments to the directives.
@@ -53,25 +53,3 @@
#
# Optionally add a line containing the server version and virtual host
-@@ -779,13 +794,17 @@
- # For example, the PHP 3.x module (not part of the Apache distribution - see
- # http://www.php.net) will typically use:
- #
-- #AddType application/x-httpd-php3 .php3
-- #AddType application/x-httpd-php3-source .phps
-+ <IfModule mod_php3.c>
-+ AddType application/x-httpd-php3 .php3
-+ AddType application/x-httpd-php3-source .php3s
-+ </IfModule>
- #
- # And for PHP 4.x, use:
- #
-- #AddType application/x-httpd-php .php
-- #AddType application/x-httpd-php-source .phps
-+ <IfModule mod_php4.c>
-+ AddType application/x-httpd-php .php
-+ AddType application/x-httpd-php-source .phps
-+ </IfModule>
-
- AddType application/x-tar .tgz
-