fmII
Sat, Oct 11th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 08:05 UTC
in
Section
login «
register «
recover password «
[Project] add release | add branch | add screenshot | broken links | change owner | email subscribers | update project | update branch (urls) [Project]

 Apache Toolbox 1.5.72 (Default)
Section: Unix

 

Added: Thu, Oct 26th 2000 15:58 UTC (7 years, 11 months ago) Updated: Thu, Oct 7th 2004 11:40 UTC (4 years, 0 months ago)


About:
Apache Toolbox provides a means to easily compile Apache (IPv4/6) SSL, PHP(v3/v4), MySQL, Jakarta, a large number of modules (61 3rd party modules and 36 default Apache modules, static or as DSOs), and GD libraries with PNG+JPEG+Freetype2+zlib support. It is fully customizable and menu-driven. Everything is compiled from source, and wget is used to download any missing modules. It can also check for RPMs that might cause problems and create an RPM with your selections.

Release focus: Minor feature enhancements

Changes:
Apache has been patched to work with some third party mods (e.g. mod_dav and Frontpage extensions) correctly. There are many version updates in general. A bug with the MySQL install script has been fixed.

Author:
Bryan Andrews <bryan [at] apachetoolbox [dot] com> [contact developer]

Rating:
8.09/10.00 (25 votes)

Homepage:
http://www.apachetoolbox.com/
Tar/GZ:
http://sourceforge.net/project/showfiles.php?group_id=28862
Changelog:
http://www.apachetoolbox.com/data/change.php
Mirror site:
http://www.apachetoolbox.com/data/mirror.php

Trove categories: [change]
[Development Status]  1 - Planning (disabled category), 5 - Production/Stable
[Environment]  Console (Text Based)
[Intended Audience]  Developers, System Administrators
[License]  Freely Distributable, OSI Approved :: GNU General Public License (GPL)
[Operating System]  POSIX
[Programming Language]  Perl, PHP, Python, Unix Shell
[Topic]  Internet :: WWW/HTTP, Software Development, Software Development :: Build Tools, System :: Installation/Setup, System :: Systems Administration

Dependencies: [change]
No dependencies filed

 
Project admins: [change]
» Bryan Andrews (Owner)

» Rating: 8.09/10.00 (Rank 370)
» Vitality: 0.03% (Rank 2242)
» Popularity: 12.47% (Rank 147)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 118,331
   URL hits: 105,503
   Subscribers: 262

Other projects from the same categories:
The Stickybeak
gtkol-ldap
Planet Express
Websitary
phpFaber TinyLink

Users who subscribed to this project also subscribed to:
CakePHP
OpenSceneGraph
linuxsms
AFD
Web Calendar


Add comment · Rate this project · Subscribe to new releases · Ignore this project · Email this project to a friend · Project record in XML

 Branches

Branch Version Last release License URLs
Default 1.5.72 07-Oct-2004 GNU General Public License (GPL) Homepage Tar/GZ Changelog
Development 1.5.33 10-Jul-2001 GNU General Public License (GPL) Homepage Changelog

 Releases

Version Focus Date
1.5.72 Minor feature enhancements 07-Oct-2004 18:40
1.5.70 Minor feature enhancements 04-May-2004 02:38
1.5.68 Minor feature enhancements 01-Nov-2003 10:08
1.5.67 Major feature enhancements 02-Sep-2003 17:33
1.5.66 Minor bugfixes 06-Jun-2003 11:03
1.5.64 Minor bugfixes 06-Jan-2003 18:51
1.5.63 Major bugfixes 07-Oct-2002 16:06
1.5.62 Major bugfixes 04-Oct-2002 17:33
1.5.61 Minor bugfixes 18-Sep-2002 04:26
1.5.60 Major bugfixes 14-Sep-2002 00:57

 Comments

[»] Version 1.5.70
by thegrinch - Aug 10th 2005 04:26:00

Greetings<br>

Can anybody let me know where I can download ApacheToolbox-1.5.70.

I've downloaded V1.5.72 compiled but I get the following errors when I type 'make' in apache-1.3.31 directory on Debian 3.0:

-----------------------------------------------------------------------
If there where _no_ errors run "cd apache_1.3.31;make" now.
Follow the instructions to make the SSL certificate before you install apache.
Run "make install" in the apache source directory to install
apache 1.3.31 after you've successfully compiled it.
Please visit www.apachetoolbox.com for updates and the support forum.
-----------------------------------------------------------------------
bos1:/tmp/Apachetoolbox-1.5.72# cd apache_1.3.31
bos1:/tmp/Apachetoolbox-1.5.72/apache_1.3.31# make
===> src
make[1]: Entering directory `/tmp/Apachetoolbox-1.5.72/apache_1.3.31'
make[2]: Entering directory `/tmp/Apachetoolbox-1.5.72/apache_1.3.31/src'
===> src/os/unix
gcc -c -I/tmp/Apachetoolbox-1.5.72/src/mm-1.3.0 -I../../os/unix -I../../include -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/db1 -DMOD_SSL=208119 -DEAPI -DEAPI_MM -DUSE_EXPAT -I../../lib/expat-lite `../../apaci` os.c
gcc -c -I/tmp/Apachetoolbox-1.5.72/src/mm-1.3.0 -I../../os/unix -I../../include -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/db1 -DMOD_SSL=208119 -DEAPI -DEAPI_MM -DUSE_EXPAT -I../../lib/expat-lite `../../apaci` os-inline.c
rm -f libos.a
ar cr libos.a os.o os-inline.o
ranlib libos.a
<=== src/os/unix
===> src/ap
gcc -c -I/tmp/Apachetoolbox-1.5.72/src/mm-1.3.0 -I../os/unix -I../include -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/db1 -DMOD_SSL=208119 -DEAPI -DEAPI_MM -DUSE_EXPAT -I../lib/expat-lite `../apaci` ap_cpystrn.c
In file included from ../include/httpd.h:31,
from ap_cpystrn.c:16:
../include/buff.h:86: parse error before `ap_ctx'
../include/buff.h:86: warning: no semicolon at end of struct or union
../include/buff.h:97: parse error before `}'
make[3]: *** [ap_cpystrn.o] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/tmp/Apachetoolbox-1.5.72/apache_1.3.31/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/tmp/Apachetoolbox-1.5.72/apache_1.3.31'
make: *** [build] Error 2
bos1:/tmp/Apachetoolbox-1.5.72/apache_1.3.31# cd ..

[reply] [top]


[»] very helpful
by tek - Sep 24th 2001 02:12:54

i did find myself having to go back and turn off features(which i didnt need to begin with so im not complaining either) that were giving me errors...
awesome script though, saved me (hours X several machines) = days! over doing apacompile by hand as i have been doing.
I have been building LAMP machines each different than the last so this is a godsend for me!
great timesaver and for those less technical it sure makes things much easier..VERY FULL FEATURED TOO!

[reply] [top]


[»] very helpful
by tek - Sep 23rd 2001 23:02:05

i did find myself having to go back and turn off features(which i didnt need to begin with so im not complaining either) that were giving me errors...
awesome script though, saved me (hours X several machines) = days! over doing apacompile by hand as i have been doing.
I have been building LAMP machines each different than the last so this is a godsend for me!
great timesaver and for those less technical it sure makes things much easier..VERY FULL FEATURED TOO!

[reply] [top]


[»] good program small bug
by OranjC - Aug 31st 2001 04:03:11

overall good program, but you should put some type of timeout for the downloading fuctions when it can't contact a specific server

[reply] [top]


    [»] Re: good program small bug
    by Bryan Andrews - Nov 29th 2001 10:47:53


    > overall good program, but you should put
    > some type of timeout for the downloading
    > fuctions when it can't contact a
    > specific server
    >

    I use wget to download needed source tarballs, which uses a 2 second timeout. You can change the timeout to whatever you'd like in etc/defaults.conf.

    [reply] [top]


[»] Great system, minor problem
by Osty - Feb 28th 2001 06:03:37

This script is great, but it doesn't look for PostgreSQL in the default location (/usr/local/pgsql) when configuring php. Small change to fix this. Just add: test -f /usr/local/pgsql/include/libpq-fe.h && INSTALL_PHP_POSTGRES=$TRUE to Apachetoolbox-version/bin/php-postgres.

[reply] [top]


    [»] Re: Great system, minor problem
    by Bryan Andrews - Mar 9th 2001 17:04:38


    > This script is great, but it doesn't
    > look for PostgreSQL in the default
    > location (/usr/local/pgsql) when
    > configuring php. Small change to fix
    > this. Just add:
    >
    > test -f
    > /usr/local/pgsql/include/libpq-fe.h &&
    > INSTALL_PHP_POSTGRES=$TRUE
    >
    > to
    > Apachetoolbox-version/bin/php-postgres.


    This has been added to v1.5.14+ , thanks for the tip!

    [reply] [top]


    [»] Re: Great system, minor problem
    by SuperZero - Mar 22nd 2001 16:57:31


    > This script is great, but it doesn't
    > look for PostgreSQL in the default
    > location (/usr/local/pgsql) when
    > configuring php. Small change to fix
    > this. Just add:
    >
    > test -f
    > /usr/local/pgsql/include/libpq-fe.h &&
    > INSTALL_PHP_POSTGRES=$TRUE
    >
    > to
    > Apachetoolbox-version/bin/php-postgres.


    In my default Debian 2.2r2 Install Postgres was in /usr/include/postgresql .... Same as above, just a different path.. Works great.

    --
    ------------------------- Systems Admin www.we-create.com

    [reply] [top]


      [»] Re: Great system, minor problem
      by Bryan Andrews - Mar 26th 2001 18:16:34


      >
      > % This script is great, but it
      > doesn't
      > % look for PostgreSQL in the default
      > % location (/usr/local/pgsql) when
      > % configuring php. Small change to
      > fix
      > % this. Just add:
      > %
      > % test -f
      > % /usr/local/pgsql/include/libpq-fe.h
      > &&
      > % INSTALL_PHP_POSTGRES=$TRUE
      > %
      > % to
      > %
      > Apachetoolbox-version/bin/php-postgres.
      >
      >
      >
      > In my default Debian 2.2r2 Install
      > Postgres was in /usr/include/postgresql
      > .... Same as above, just a different
      > path.. Works great.
      >

      Added to 1.5.15+

      [reply] [top]


[»] Get your Webserver Started Quickly
by kapheine - Dec 21st 2000 23:08:03

If you want to get a webserver setup quickly, this is a great program. It can automatically install many different things for you, but lets you still customize compilation options. It is especially good if you don't want to take the 50 hours required to individually compile and setup many different programs.

[reply] [top]


    [»] Re: Get your Webserver Started Quickly
    by Thomas - Mar 16th 2001 10:48:59

    I can agree, and it gets better and better ... (always up to date with the modules) Great work

    [reply] [top]


[»] it can be downloaded to ???? or it´s just the description.....
by hard2kick - Dec 1st 2000 16:30:31

.

[reply] [top]




© Copyright 2008 SourceForge, Inc., All Rights Reserved.
About freshmeat.net •  Privacy Statement •  Terms of Use •  Trademark Guidelines •  Advertise •  Contact Us • 
ThinkGeek •  Slashdot  •  Linux.com •  SourceForge.net  •  Jobs