Arvi,
Looks good and very good idea to list all the versions in your tables.
Can I suggest that the wiki also shows the compile options used which
would be useful if you want to compile a new version. I know most of it
can be obtained from downloading the source, but it may be of benefit
later on when you start experimenting with new versions.
i.e.
httpd-2.2.3 would link to a new page:
#!/bin/sh
INSTALLDIR=/opt/coolstack
make distclean
# distclean doesn't remove the following files - so removing
rm -f server/exports.* server/export_files
LDFLAGS=-L$INSTALLDIR/lib
CFLAGS="-DSSL_EXPERIMENTAL -DSSL_ENGINE -O3" ./configure
--prefix=$INSTALLDIR/apache2 --enable-mods -shared=all
--enable-cache --enable-mem-cache --enable-ssl -with-mpm=prefork
--enable-so --enable-suexec --enable-rule=SSL_EXPERIMENTAL
--with-ssl=/usr/sfw --enable-ldap --enable-auth_ldap
--enable-deflate --with-z=/usr LDFLAGS=$LDFLAGS --with-ldap
make
make install
Andrew
> Hi,
>
> I work for CVR (http://opensolaris.org/viewProfile.jspa?id=41930) in the
> Web Tier group in Sun Microsystems.
>
> I've created a wiki page for the Web Stack project on genunix.org. You
> can see it at http://www.genunix.org/wiki/index.php/Web_Stack
>
> I've added a breakdown of what's in Cool Stack 1.1 to it. Shanti
> (http://opensolaris.org/viewProfile.jspa?id=40168) suggested that I also
> add a Wish List to it.
>
> I look forward to hearing comments and suggestions for the Web Stack wiki.
>
> Thanks,
> Arvi
>
> _______________________________________________
> webstack-discuss mailing list
> webstack-discuss at opensolaris.org
> http://opensolaris.org/mailman/listinfo/webstack-discuss