2001-11-05 02:43 Brian Moseley * MANIFEST: sync 2001-11-05 02:42 Brian Moseley * MANIFEST, Makefile.PL, README, docs/index.html, docs/api/Apache/Wombat.html, docs/api/Apache/Wombat/Connector.html, docs/api/Apache/Wombat/FileLogger.html, docs/api/Apache/Wombat/Logger.html, docs/api/Apache/Wombat/Request.html, docs/api/Apache/Wombat/Response.html, docs/relnotes/index.html, lib/Apache/Wombat.pm: html api docs 2001-11-04 19:50 Brian Moseley * bundle/Wombat.pm: use the correct version of Bundle::Wombat 2001-11-04 19:33 Brian Moseley * bundle/Wombat.pm: don't use Bundle::Apache cos it installs way too many unneeded things. instead list the exact dependencies. 2001-11-04 19:25 Brian Moseley * bundle/ChangeLog: sync 2001-11-04 19:25 Brian Moseley * bundle/: ChangeLog, Wombat.pm: bump version number 2001-11-04 19:15 Brian Moseley * CHANGES, ChangeLog, MANIFEST, conf/ChangeLog, lib/ChangeLog: use toplevel ChangeLog so lib/ChangeLog doesn't get installed as a module. use toplevel CHANGES file for summaries of changes between versions. 2001-11-04 19:14 Brian Moseley * docs/index.html, lib/Apache/Wombat.pm: bump version number 2001-11-04 19:14 Brian Moseley * Makefile.PL: add Wombat as a dependency, duh! 2001-10-25 20:41 Brian Moseley * lib/Apache/Wombat/: Connector.pm, Logger.pm: add a little bit of doc 2001-10-25 20:41 Brian Moseley * lib/Apache/Wombat.pm: require Wombat 0.7.0 2001-10-25 20:40 Brian Moseley * conf/server.xml.PL, conf/wombat.conf.PL, docs/index.html, docs/relnotes/index.html: put all httpd config into wombat.conf, cos its easily autogenerated. makes first time setup a snap! 2001-10-25 20:39 Brian Moseley * Makefile.PL: make it much easier to put stuff into apache install dir 2001-10-25 19:33 Brian Moseley * docs/: index.html, wombat.css, relnotes/index.html: add installation instructions and release notes 2001-10-25 18:11 Brian Moseley * Makefile.PL: add explicit dependencies on shared memory modules since we can't do effective session management in non-forking mode without them 2001-10-25 17:45 Brian Moseley * ChangeLog, MANIFEST, MANIFEST.SKIP, Makefile.PL, bundle/ChangeLog, conf/.cvsignore, conf/ChangeLog, lib/ChangeLog: sync 2001-10-25 17:05 Brian Moseley * lib/Apache/Wombat/FileLogger.pm: it appears that Apache::LogFile does not have a close method. i assume apache closes these logfiles itself. 2001-10-25 17:04 Brian Moseley * lib/Apache/Wombat.pm: Apache->server->register_cleanup() is executing at startup time, for some reason, so don't use it just yet. 2001-10-25 17:03 Brian Moseley * bundle/Wombat.pm: add memory cache prerequisites 2001-10-25 15:42 Brian Moseley * conf/wombat.conf.PL, lib/Apache/Wombat.pm: conf/wombat.conf.PL 2001-10-25 15:41 Brian Moseley * conf/server.xml.PL: use new StandardSessionManager class for sessions 2001-07-27 05:44 Brian Moseley * README, Makefile.PL, conf/server.xml.PL, conf/wombat.conf.PL: sync 2001-07-27 05:36 Brian Moseley * bundle/Wombat.pm: use reasonable version number and package name 2001-07-27 05:35 Brian Moseley * lib/Apache/Wombat.pm: use reasonable version number 2001-07-25 09:02 Brian Moseley * bundle/Wombat.pm: add Apache::Request 2001-07-25 08:47 Brian Moseley * .cvsignore, MANIFEST, MANIFEST.SKIP, Makefile.PL, conf/.cvsignore, conf/server.xml.PL, conf/wombat.conf, conf/wombat.conf.PL, lib/Apache/Wombat.pm: autogenerate wombat.conf as well. add commented out FileLogger. don't use $WOMBAT_HOME to set the home directory. 2001-07-25 04:20 Brian Moseley * conf/server.xml.PL: typo 2001-07-25 03:56 Brian Moseley * ChangeLog, MANIFEST, MANIFEST.SKIP, Makefile.PL, README, TODO, conf/wombat.conf, conf/server.xml.PL, lib/Apache/Wombat.pm, lib/Apache/Wombat/Logger.pm, lib/Apache/Wombat/Request.pm, lib/Apache/Wombat/FileLogger.pm, lib/Apache/Wombat/Response.pm, bundle/.cvsignore, bundle/ChangeLog, bundle/MANIFEST, bundle/MANIFEST.SKIP, bundle/Makefile.PL, bundle/README, bundle/Wombat.pm, lib/Apache/Wombat/Connector.pm: Initial revision 2001-07-25 03:56 Brian Moseley * ChangeLog, MANIFEST, MANIFEST.SKIP, Makefile.PL, README, TODO, conf/wombat.conf, conf/server.xml.PL, lib/Apache/Wombat.pm, lib/Apache/Wombat/Logger.pm, lib/Apache/Wombat/Request.pm, lib/Apache/Wombat/FileLogger.pm, lib/Apache/Wombat/Response.pm, bundle/.cvsignore, bundle/ChangeLog, bundle/MANIFEST, bundle/MANIFEST.SKIP, bundle/Makefile.PL, bundle/README, bundle/Wombat.pm, lib/Apache/Wombat/Connector.pm: imported apache connector