From: George H. <geo...@us...> - 2012-01-17 19:38:25
|
Update of /cvsroot/win32forth/win32forth/apps/Internet/WebServer In directory vz-cvs-4.sog:/tmp/cvs-serv25687 Modified Files: WebServer.F Log Message: Minor corrections Index: WebServer.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/Internet/WebServer/WebServer.F,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** WebServer.F 16 Sep 2008 11:18:40 -0000 1.6 --- WebServer.F 17 Jan 2012 19:38:23 -0000 1.7 *************** *** 2,6 **** \ Tom Dixon - \ *D doc\ \ *! WebServer \ *T WebServer -- Webserver --- 2,5 ---- *************** *** 28,32 **** : server-choose-path { \ $path -- } ! \ *G chosse the path for the folder with the web content z" Choose the web content folder." MAXSTRING LocalAlloc: $path webpath count $path place --- 27,31 ---- : server-choose-path { \ $path -- } ! \ *G choose the path for the folder with the web content z" Choose the web content folder." MAXSTRING LocalAlloc: $path webpath count $path place *************** *** 60,65 **** \ ** Assuming that the file p-index.htm is in your webpath. \n \ ** When you would like to use the websever over the internet. \n ! \ ** you must replace "localhost" by your IP-adres. \n ! \ ** The IP-adres can be seen at http://checkip.dyndns.org \n server-set-title --- 59,64 ---- \ ** Assuming that the file p-index.htm is in your webpath. \n \ ** When you would like to use the websever over the internet. \n ! \ ** you must replace "localhost" by your IP-adress. \n ! \ ** The IP-adress can be seen at http://checkip.dyndns.org \n server-set-title |