Skip to content

Commit

Permalink
""
Browse files Browse the repository at this point in the history
git-svn-id: https://erlyaws.svn.sourceforge.net/svnroot/erlyaws/trunk/yaws@698 9fbdc01b-0d2c-0410-bfb7-fb27d70d8b52
  • Loading branch information
Claes Wikstrom committed May 26, 2004
1 parent 582fbbb commit 9c5b959
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion www/appmods.yaws
Expand Up @@ -35,7 +35,7 @@ out(A) ->
port = 8001
listen = 0.0.0.0
docroot = /home/klacke/yaws/yaws/scripts/../www
appmods = <pathelem, mymod>
appmods = <pathelem, myappmod>
</server>"),


Expand Down
1 change: 1 addition & 0 deletions www/bindings.yaws
Expand Up @@ -5,6 +5,7 @@ out(A) ->
</erl>


<h2> Bindings </h2>
<p>
Bindings are the opposite of <a href="ssi.yaws"> Server Side Includes (SSI)</a>.
SSI is used when entire pages are written largely in EHTML and
Expand Down
13 changes: 13 additions & 0 deletions 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.

Expand Down
4 changes: 4 additions & 0 deletions www/todo.yaws
Expand Up @@ -11,6 +11,10 @@ out(A) ->

<ul>


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

0 comments on commit 9c5b959

Please sign in to comment.