Update of /cvsroot/apachetoolbox/Apachetoolbox
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18234
Modified Files:
CHANGE install.sh
Log Message:
Added initial (read: broken) support for mod_mono. Marking things as ready for a 1.5.71 release.
Index: CHANGE
===================================================================
RCS file: /cvsroot/apachetoolbox/Apachetoolbox/CHANGE,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** CHANGE 8 Jun 2004 01:50:00 -0000 1.5
--- CHANGE 12 Aug 2004 13:50:43 -0000 1.6
***************
*** 1,6 ****
! v1.5.71 xx/xx/04
Updated Apache httpd to v1.3.31 as well as mod_ssl. Many other
! updates, including MySQL, GD, libcurl, libxml2, libmcrypt,
! OpenLDAP, and Python.
v1.5.70 05/27/04
--- 1,6 ----
! v1.5.71 08/12/04
Updated Apache httpd to v1.3.31 as well as mod_ssl. Many other
! updates, including PHP, MySQL, GD, libcurl, libxml2, libmcrypt,
! OpenLDAP, and Python. Fixed the mod_gzip bug.
v1.5.70 05/27/04
Index: install.sh
===================================================================
RCS file: /cvsroot/apachetoolbox/Apachetoolbox/install.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** install.sh 7 Jan 2004 05:12:24 -0000 1.7
--- install.sh 12 Aug 2004 13:50:43 -0000 1.8
***************
*** 175,179 ****
comp_menu_item 17 "$INSTALL_MODAUTHLDAP" "-Mod Auth LDAP"; TAB;TAB; comp_menu_item 18 "$INSTALL_MODJK" "-Mod JK $MOD_JK $n"
comp_menu_item 19 "$INSTALL_MODAUTHRADIUS" "-Mod Auth Radius"; TAB; comp_menu_item 20 "$INSTALL_MODAUTHPOP3" "-Mod Auth POP3$n";
! comp_menu_item 21 "$INSTALL_MODLAYOUT" "-Mod Layout $MODLAYOUT"; TAB;TAB; comp_menu_item 22 "$INSTALL_MODTCL" "-Mod DTCL$n";
say "$t q) Quit$t$t 99) Descriptions$n$t$t go) Compile selections...$n"
--- 175,179 ----
comp_menu_item 17 "$INSTALL_MODAUTHLDAP" "-Mod Auth LDAP"; TAB;TAB; comp_menu_item 18 "$INSTALL_MODJK" "-Mod JK $MOD_JK $n"
comp_menu_item 19 "$INSTALL_MODAUTHRADIUS" "-Mod Auth Radius"; TAB; comp_menu_item 20 "$INSTALL_MODAUTHPOP3" "-Mod Auth POP3$n";
! comp_menu_item 21 "$INSTALL_MODLAYOUT" "-Mod Layout $MODLAYOUT"; TAB; comp_menu_item 22 "$INSTALL_MODTCL" "-Mod DTCL$n";
say "$t q) Quit$t$t 99) Descriptions$n$t$t go) Compile selections...$n"
***************
*** 711,714 ****
--- 711,718 ----
test $INSTALL_MODFORTRESS -eq $TRUE && . $root/bin/contrib/mod_fortress
+ #------------------------------------- Mod Mono ------------------------------
+
+ test $INSTALL_MODMONO -eq $TRUE && . $root/bin/contrib/mod_mono
+
# End of apache module section, start the apache configuration section
|