From 9c5b95992668dacebf45a430342c6f099b9c77ba Mon Sep 17 00:00:00 2001 From: Claes Wikstrom Date: Wed, 26 May 2004 21:26:43 +0000 Subject: [PATCH] "" git-svn-id: https://erlyaws.svn.sourceforge.net/svnroot/erlyaws/trunk/yaws@698 9fbdc01b-0d2c-0410-bfb7-fb27d70d8b52 --- www/appmods.yaws | 2 +- www/bindings.yaws | 1 + www/news | 13 +++++++++++++ www/todo.yaws | 4 ++++ 4 files changed, 19 insertions(+), 1 deletion(-) diff --git a/www/appmods.yaws b/www/appmods.yaws index e3342be28..cc426561e 100644 --- a/www/appmods.yaws +++ b/www/appmods.yaws @@ -35,7 +35,7 @@ out(A) -> port = 8001 listen = 0.0.0.0 docroot = /home/klacke/yaws/yaws/scripts/../www - appmods = + appmods = "), diff --git a/www/bindings.yaws b/www/bindings.yaws index 4705bf04a..99765cbb4 100644 --- a/www/bindings.yaws +++ b/www/bindings.yaws @@ -5,6 +5,7 @@ out(A) -> +

Bindings

Bindings are the opposite of Server Side Includes (SSI). SSI is used when entire pages are written largely in EHTML and diff --git a/www/news b/www/news index 1a23c75c2..898eb11a0 100644 --- a/www/news +++ b/www/news @@ -1,3 +1,16 @@ +Wed May 26, 2004 Version 1.46 released +Bugfix release. Several fixes to different parts of the web server. No new features. +Debian support (David Welton) +Embedded mode fixes (Jimmy Olgeni) +Don't create no logs at all when logging is turned off bugfix (Jimmy Olgeni) +SSL and large POSTs fix (cshultz) +Compression and keep alive fix (cshultz) +As usual, several fixes to the wiki and the webmail app (jbevemyr) +An XSS vulnerability (lpsmith) +Rewrote the url spliting (again) and also backed off from the redir when we get http://www.a.com/ and index.html exists. It's better to ship the file directly instead of sending a redir. (klacke) +Reworked (and documented) the appmods a bit (klacke) +Added a command line flag (yaws -ls) which lists existing yaws servers and their status on localhost. (klacke) + Fri Apr 16, 2004 Version 1.45 released Minor bugfix release fixing up the some odd bugs introduced in the 1.43 rewite. diff --git a/www/todo.yaws b/www/todo.yaws index 40690882e..bd063c0bf 100644 --- a/www/todo.yaws +++ b/www/todo.yaws @@ -11,6 +11,10 @@ out(A) ->

    + +
  • Test suites !!! +
  • Http client code/lib +
  • Load and unload configs without disturbing existing sessions.
  • respect client side Cache-Control: no-cache
  • clusters, it would be fairly straightforward to build support for webfarms into yaws. Now it works