Module submission - apache2

jean.bruenn@ip-minds.de jean.bruenn at ip-minds.de
Sat Aug 26 12:18:40 UTC 2006


module name       : apache2
suggested section : web
update (y/n)      : n
bugfix (y/n)      : n
security (y/n)    : n


Changed from tar.gz to bz2, changed sha1sum, edited some configuration
parameters cause the user should choose to have spelling or info..
both are slow and would never be used on a production server.. never.
instead of old --enable-cgi w can use --enable-cgid some things like this.
and i was missing dav.

Jean Michel Bruenn (wdp)

-------------- next part --------------
--- apache2/BUILD	2005-12-09 06:31:39.000000000 +0100
+++ apache2/BUILD	2006-08-26 14:18:38.240947000 +0200
@@ -14,21 +14,15 @@
                --includedir=/usr/include/httpd          \
                --infodir=/usr/share/info                \
                --mandir=/usr/share/man                  \
-	       --enable-modules=most                    \
                --enable-so                              \
-               --enable-info                            \
-               --enable-cgi                             \
                --enable-rewrite                         \
-               --enable-speling                         \
-               --enable-usertrack                       \
-               --enable-deflate                         \
                --enable-mime-magic                      \
                --enable-exception-hook                  \
                --enable-layout=GNU                      \
+               --enable-usertrack                       \
 	       --with-mpm=prefork                       \
 	       --with-apr=/usr                          \
 	       --with-apr-util=/usr"
-  #            --with-mpm=worker
 
   if [ "$ENABLE_SUEXEC" == "y" ] ; then
     OPTS="$OPTS --enable-suexec --with-suexec               \
@@ -49,6 +43,32 @@
 	       --enable-proxy-http --enable-proxy-ftp"
   fi
 
+  if [ "$ENABLE_DAV" == "y" ] ; then
+    OPTS="$OPTS --enable-dav --enable-dav-fs --enable-dav-lock"
+  fi
+
+  if [ "$ENABLE_INFO" == "y" ] ; then
+    OPTS="$OPTS --enable-info"
+  fi
+
+  if [ "$ENABLE_DEFLATE" == "y" ] ; then
+    OPTS="$OPTS --enable-deflate"
+  fi
+
+  if [ "$ENABLE_CGID" == "y" ] ; then
+    OPTS="$OPTS --enable-cgid"
+  else
+    OPTS="$OPTS --enable-cgi"
+  fi
+
+  if [ "$ENABLE_VHOST" == "y" ] ; then
+    OPTS="$OPTS --enable-vhost-alias"
+  fi
+
+  if [ "$ENABLE_SPELL" == "y" ] ; then
+    OPTS="$OPTS --enable-spelling"
+  fi
+
   echo "CFLAGS=$CFLAGS"     &&
   echo "OPTS=`echo $OPTS`"  &&
   ./configure $OPTS         &&
--- apache2/CONFIGURE	2005-05-07 20:07:45.000000000 +0200
+++ apache2/CONFIGURE	2006-08-26 14:18:05.280947000 +0200
@@ -1,3 +1,9 @@
 mquery ENABLE_SSL "Enable TLS/SSL ?" y
 mquery ENABLE_PROXY "Enable Proxy support ?" y
 mquery ENABLE_SUEXEC "Enable suexec ?" y
+mquery ENABLE_DAV "Enable WebDav ?" n
+mquery ENABLE_DEFLATE "Enable deflate transfer encoding support ?" n
+mquery ENABLE_CGID "Enable cgid ?" y
+mquery ENABLE_INFO "Enable Info ?" n
+mquery ENABLE_VHOST "Enable mass virtual hosting module ?" n
+mquery ENABLE_SPELL "Enable spelling ?" n
--- apache2/DETAILS	2006-07-29 14:01:47.000000000 +0200
+++ apache2/DETAILS	2006-08-26 14:14:52.170947000 +0200
@@ -1,10 +1,10 @@
           MODULE=apache2
          VERSION=2.2.3
 	BASENAME=httpd
-          SOURCE=$BASENAME-$VERSION.tar.gz
+          SOURCE=$BASENAME-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$BASENAME-$VERSION
       SOURCE_URL=http://www.apache.org/dist/$BASENAME/
-      SOURCE_VFY=sha1:c40da586b74bd44e47d46e105d673fa5a662d00a
+      SOURCE_VFY=sha1:30d445302e63326d81705687ee734fdfb692dcde
         WEB_SITE=http://www.apache.org
          ENTERED=20020710
          UPDATED=20060729
-------------- next part --------------
lvu submit apache2 9890f309f3d09100a37b25edd1c960fa  -
2.6.17.8-server 2.6.12 gcc-3.4.6 glibc-2.3.6



More information about the Lunar mailing list