logo       

Re: experimental/thomasko apache2-2.0.47-1.info,1.3,1.4 apache2-2.0.47-1.pa: msg#00100

Subject: Re: experimental/thomasko apache2-2.0.47-1.info,1.3,1.4 apache2-2.0.47-1.patch,1.1,1.2
you do know all this is in my exp dir and has been for a long time, you should check this stuff before you work on a pkg that isn't yours. I hope you atleast talked to the maintainer.

On Saturday, July 12, 2003, at 09:40 AM, Thomas Kotzian wrote:

Update of /cvsroot/fink/experimental/thomasko
In directory sc8-pr-cvs1:/tmp/cvs-serv20233

Modified Files:
        apache2-2.0.47-1.info apache2-2.0.47-1.patch
Log Message:
made complete osx-built-in httpd replacement config the default
(TODO: mod_rendezvous is missing)


Index: apache2-2.0.47-1.info
===================================================================
RCS file: /cvsroot/fink/experimental/thomasko/apache2-2.0.47-1.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- apache2-2.0.47-1.info       12 Jul 2003 15:12:58 -0000      1.3
+++ apache2-2.0.47-1.info       12 Jul 2003 15:40:50 -0000      1.4
@@ -38,6 +38,7 @@

   install -d -m 755 %d%p/etc/apache2/include
printf "\nInclude %p/etc/apache2/include/\n" >> %d%p/etc/apache2/httpd.conf + printf "\n<IfModule mod_userdir.c>\n UserDir Sites\n</IfModule>\n\nInclude /private/etc/httpd/users/\n" >> %d%p/etc/apache2/include/user_sites.conf
 <<
 ###
 DaemonicName: apache2

Index: apache2-2.0.47-1.patch
===================================================================
RCS file: /cvsroot/fink/experimental/thomasko/apache2-2.0.47-1.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- apache2-2.0.47-1.patch      12 Jul 2003 14:38:50 -0000      1.1
+++ apache2-2.0.47-1.patch      12 Jul 2003 15:40:50 -0000      1.2
@@ -1,5 +1,6 @@
---- apache-2.0.47/Makefile.in.orig     2003-07-12 14:01:21.000000000 +0200
-+++ apache-2.0.47/Makefile.in  2003-07-12 14:01:44.000000000 +0200
+diff -urN httpd-2.0.47.orig/Makefile.in httpd-2.0.47/Makefile.in
+--- httpd-2.0.47.orig/Makefile.in      2003-05-17 19:11:37.000000000 +0200
++++ httpd-2.0.47/Makefile.in   2003-07-12 17:22:15.000000000 +0200
 @@ -58,7 +58,7 @@
                                                echo "<IfDefine SSL>"; \
                                        fi; \
@@ -9,9 +10,25 @@
                                        fi; \
                                        if test "x$$j" = "xssl"; then \
                                                echo "</IfDefine>"; \
---- apache-2.0.47/docs/conf/httpd-std.conf.in.orig 2003-07-12 14:07:57.000000000 +0200 -+++ apache-2.0.47/docs/conf/httpd-std.conf.in 2003-07-12 14:13:21.000000000 +0200
-@@ -982,25 +982,32 @@
+diff -urN httpd-2.0.47.orig/docs/conf/httpd-std.conf.in httpd-2.0.47/docs/conf/httpd-std.conf.in +--- httpd-2.0.47.orig/docs/conf/httpd-std.conf.in 2003-07-06 16:43:30.000000000 +0200 ++++ httpd-2.0.47/docs/conf/httpd-std.conf.in 2003-07-12 17:23:50.000000000 +0200
+@@ -264,8 +264,12 @@
+ #  when the value of (unsigned)Group is above 60000;
+ #  don't use Group #-1 on these systems!
+ #
+-User nobody
+-Group #-1
++#User nobody
++#Group #-1
++
++User www
++Group www
++
+ </IfModule>
+ </IfModule>
+
+@@ -982,25 +986,32 @@
  # with the URL of http://servername/server-status
  # Change the ".example.com" to match your domain to enable.
  #




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Fink-commits mailing list
Fink-commits@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/fink-commits




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1


<Prev in Thread] Current Thread [Next in Thread>