RoadMapNotes

[ Start > CaudiumWiki > RoadMapNotes ] [ Edit this Page | Show Page Versions | Show Raw Source ]


View the Caudium 1.5 change log

Major new features (1.6):

- Apache htaccess syntax support

  • reorganize user management for config interface into its own tab
  • Pike 7.8 support (in progress)
  • Module Add page reorganization (in progress)
  • make configuration interface a standard virtual server (done)
  • multiple user support in configuration interface (done)
  • configuration of a virtual server can be delegated to a particular user (done)

    Bugfixes (1.6):

    - vida's cgi/fcgi fixes that don't seem to have made it into 1.4

  • authentication fixes- users with valid passwords in userfs
  • general fcgi goofiness
  • cgi compatibility with apache (apache environment variables)
  • CacheAmelioration (in progress)
  • Fix crash on startup when cache tables are corrupt?
  • stability fixes (mostly done)
  • can't turn off userlisting in userfs (fixed)
  • 2gb limit in Caudium.nbio (fixed)
  • shuffler support as alternative to Caudium.nbio (done)

    Major new features (1.8)

    - SSL client certificate support (in progress)

  • Cluster management support
  • XMLRPC access to configuration data
  • move protocols, port handling and virtual host matcher out of the main first level virtual host
  • test harness ala theoretical testsuite.in:
test_do(
  Caudium.TestHarness.startup();
  Caudium.TestHarness.add_module("xmlparse");
  Caudium.TestHarness.add_module("rxml_core");
  return 1;
)

test_eq(Caudium.TestHarness.parse_rxml( "") , "11")

test_do( Caudium.TestHarness.shutdown(); return 1; )

Uncategorized Requests

- updated documentation

  • in .htaccess support the /PikeWiki/index.pike directive
caudium only supports the directory directive - http://httpd.apache.org/docs/2.2/mod/core.html#directory The requested function would be like apaches - http://httpd.apache.org/docs/2.2/mod/core.html#files
  • Instability problems with large files and php
with squirrelmail and gallery caudium cant handle large file uploads (this is maybe a bug?) (kinneh can supply env. with the error)

Powered by PikeWiki2

 
gotpike.org | Copyright © 2004 - 2009 | Pike is a trademark of Department of Computer and Information Science, Linköping University