RoadMapNotes

[ Start > CaudiumWiki > RoadMapNotes ] [ Edit this Page | Viewing Version 18 ]


Major new features (1.6):

- SSL client certificate support (in progress)

  • Cluster management support
  • Apache htaccess syntax support
  • Module Add page reorganization
  • 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)
  • reorganize user management for config interface into its own tab
  • 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; )

- move protocols, port handling and virtual host matcher out of the main first level virtual host

Bugfixes (1.6):

- stability fixes (ongoing)

  • 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
  • can't turn off userlisting in userfs (fixed)
  • 2gb limit in Caudium.nbio (fixed)
  • shuffler support as alternative to Caudium.nbio (done)

    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