gregames 2002/11/22 11:06:02
Modified: specweb99/specweb99-2.0 README
Log:
Document the httpd.conf + rc file changes needed due to
specweb99_quick_handler
using "/" as its URI.
Revision Changes Path
1.2 +17 -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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README 2 May 2002 20:34:13 -0000 1.1
+++ README 22 Nov 2002 19:06:02 -0000 1.2
@@ -4,10 +4,26 @@
./configure --enable-specweb99
+You need:
+
+ LoadModule specweb99_module modules/mod_specweb99.so
+
+in httpd.conf if mod_specweb99 is built as a DSO. Unlike
+the 1.3 version and earlier 2.0 versions of mod_specweb99,
+you don't need <Location > containers for specweb99_*_handler
+in httpd.conf.
+
+The SPECWeb99 client rc file should contain something like:
+
+DYNAMIC_ROOT=http://@@SERVER@@/
+
+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
+a SPECWeb99 CGI script/executable.
+
Note:
- lacks some of the timeout/error catching - APR problem
- locking different - due to APR
-- This release should compile against Apache 2.0.35
WORK IN PROCESS