Fortschritt zur Migration auf Apache2.2

TESTMODUS

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@279 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
delaco
2006-09-14 20:51:06 +00:00
parent ebb9187cca
commit 1658f92058
4 changed files with 14 additions and 5 deletions

View File

@@ -1,4 +1,9 @@
------------------------------------------------------------------------
r278 | delaco | 2006-09-13 22:20:37 +0200 (Wed, 13 Sep 2006) | 2 lines
Update:
* OutgoingFW - Script hinzugefuegt
------------------------------------------------------------------------
r277 | delaco | 2006-09-13 17:30:27 +0200 (Wed, 13 Sep 2006) | 3 lines
Fixes:

View File

@@ -114,9 +114,7 @@
* inetutils-1.4.2
* ipac-ng-1.31
* ipaddr-1.2
* ipfire-logs-2006-09-12-23:48.tgz
* ipfire-logs-2006-09-13-13:45.tgz
* ipfire-logs-2006-09-13-14:26.tgz
* ipfire-logs-2006-09-13-22:31.tgz
* iproute2-2.4.7-now-ss010824
* iptables-1.3.5
* iptraf-3.0.0

View File

@@ -81,7 +81,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/httpd-2.2.2-config-1.patch
cd $(DIR_APP) && ./configure --enable-layout=FHS --enable-mods-shared=all
cd $(DIR_APP) && ./configure --enable-layout=FHS \
--prefix=/home/httpd --exec-prefix=/usr \
--sysconfdir=/etc/httpd/conf \
--includedir=/usr/include/apache --mandir=/usr/share/man \
--localstatedir=/var \
--enable-rewrite --enable-ssl \
--enable-mods-shared=all
cd $(DIR_APP) && make
cd $(DIR_APP) && make install
chown -v root:root /usr/lib/apache/httpd.exp \

View File

@@ -606,7 +606,7 @@ buildipcop() {
ipcopmake mysql
ipcopmake saslauthd PASS=1
ipcopmake openldap
ipcopmake apache
#ipcopmake apache
ipcopmake apache2
ipcopmake php
ipcopmake arping