Difference between revisions of "Conf/Examples"
Jump to navigation
Jump to search
(Created page with '= AOLServer Configuration Examples =') |
|||
(22 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
= AOLServer Configuration Examples = | = AOLServer Configuration Examples = | ||
+ | |||
+ | * [[Conf/Examples/Minimal | Minimal Configuration]] - the bare minimum | ||
+ | |||
+ | * [[Conf/Examples/VirtualHosts | Virtual Hosts]] - listen on the same port for several hostnames as per HTTP 1.1 | ||
+ | * [[Conf/Examples/Servers | Minimal Config for 2 Servers]] - 2 virtual servers listening on 2 ports. | ||
+ | |||
+ | * [[Conf/Examples/Full | Full Configuration]] | ||
+ | |||
+ | * [[Conf/Examples/CgiConfig | CGI Configuration]] | ||
+ | ** [[Conf/Examples/CgiConfig/TclExample | A simple tcl CGI script example]] | ||
+ | ** [[Conf/Examples/CgiConfig/TclParamExample | A tcl CGI script with GET parameters example]] | ||
+ | **[[Conf/Examples/CgiConfig/ShExample | A simple shell script example]] | ||
+ | |||
+ | * [[Conf/Examples/AdpConfig | ADP Configuration]] | ||
+ | **[[Conf/Examples/AdpExample | A simple tcl script example of Adp]] | ||
+ | **[[Conf/Examples/AdpParamExample | A simple tcl script example of Adp with GET parameters]] | ||
+ | |||
+ | * [[Conf/Examples/TclConfig | TCL Library Configuration]] | ||
+ | **[[Conf/Examples/TclExample | A simple tcl script using Tcl Library]] | ||
+ | |||
+ | * [[Conf/Examples/DatabseConfig | AOL Database Configuration with PostgreSQL]] | ||
+ | **[[Conf/Examples/DatabseExample | An example script(.adp) of database connection]] | ||
+ | **[[Conf/Examples/DatabseExampleOneRow | An example script(.adp) of database connection using ns_db 1row]] | ||
+ | **[[Conf/Examples/DatabseExampleZeroOrOneRow | An example script(.adp) of database connection using ns_db 0or1row]] | ||
+ | **[[Conf/Examples/DatabseExampleDml | An example script(.adp) of database connection using ns_db dml]] |
Latest revision as of 12:13, 12 January 2012
AOLServer Configuration Examples
- Minimal Configuration - the bare minimum
- Virtual Hosts - listen on the same port for several hostnames as per HTTP 1.1
- Minimal Config for 2 Servers - 2 virtual servers listening on 2 ports.