Index: openacs-4/packages/acs-core-docs/www/rp-design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/rp-design.html,v diff -u -r1.10 -r1.11 --- openacs-4/packages/acs-core-docs/www/rp-design.html 28 Jun 2003 05:07:02 -0000 1.10 +++ openacs-4/packages/acs-core-docs/www/rp-design.html 20 Aug 2003 16:20:16 -0000 1.11 @@ -13,7 +13,7 @@ connecting user, and make sure that he is authorized to perform the given request. If these steps succeed, then the request processor must locate the file that is associated with the specified URL, and serve the content it -provides to the browser.
+provides to the browser.
pageroot -- Any directory that contains scripts and/or static files intended to be served in response to HTTP requests. A typical OpenACS installation is required to serve files from multiple pageroots.
global pageroot @@ -93,7 +93,7 @@ the ad_conn procedure. The following variables are available for public use. If the ad_conn procedure doesn't recognize a variable being passed to it for a lookup, it tries to get a value using ns_conn. This guarantees that -ad_conn subsumes the functionality of ns_conn.
Request processor | |||||||||||||||||||||||||||||||||||||||||||
[ad_conn urlv] | A list containing each element of the URL | ||||||||||||||||||||||||||||||||||||||||||
[ad_conn url] | The URL associated with the request. | ||||||||||||||||||||||||||||||||||||||||||
[ad_conn file] | The filepath including filename of the file being served | ||||||||||||||||||||||||||||||||||||||||||
[ad_conn request] | The number of requests since the server was last started | ||||||||||||||||||||||||||||||||||||||||||
[ad_conn start_clicks] | The system time when the RP starts handling the request | ||||||||||||||||||||||||||||||||||||||||||
� | |||||||||||||||||||||||||||||||||||||||||||
Session System Variables: set in
+ad_conn subsumes the functionality of ns_conn.
|