gregames 2003/01/22 13:52:12
Modified: specweb99/specweb99-2.0 README Log: clarify how to make the SPEC rc file compatible with the new improved mod_specweb99.c Submitted by: Jason LaVoie [EMAIL PROTECTED] Revision Changes Path 1.3 +6 -1 httpd-test/specweb99/specweb99-2.0/README Index: README =================================================================== RCS file: /home/cvs/httpd-test/specweb99/specweb99-2.0/README,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- README 22 Nov 2002 19:06:02 -0000 1.2 +++ README 22 Jan 2003 21:52:12 -0000 1.3 @@ -13,9 +13,14 @@ you don't need <Location > containers for specweb99_*_handler in httpd.conf. -The SPECWeb99 client rc file should contain something like: +The SPECWeb99 client rc file should contain: DYNAMIC_ROOT=http://@@SERVER@@/ + +...with nothing after the final slash, so that the URI for SPECWeb99 +dynamic requests is always "/". You can use symlinks within the +Apache DocumentRoot directory to allow the SPECWeb99 file_set to reside +elsewhere. DYN_GET_SCRIPT, DYN_CAD_SCRIPT, DYN_POST_SCRIPT, and DYN_CMD_SCRIPT can all be commented out. DYN_CGI_SCRIPT needs to be a valid URL for
