Test Routines for Kinetics

Test Apache Web Server

method=get action=/kinetics/cgi-bin/testApache

Alias Tests

Testing aliases in httpd.conf such as "Alias /monte/ /home/kinetics/public_html/monte_carlo".
Tail Apache error.log to see what is happening as you click on each URL.

http://martel/monte/ This should launch the kinetics experiment main page.

http://your_server/~kinetics/monte_carlo This should launch the kinetics experiment main page.

Report on Document Locations

method=get action=/kinetics/cgi-bin/test-locations

Test CGI Push Module

action=/kinetics/cgi-bin/nph-testCGI

Test CGI Functions Interface

Text Boxes

Concentration: %

Check Boxes

Each name selected will send a value. This sends: chem=A if A is selected AND chem=B if B is selected etc...

Display in plot:
A: Chemical A
B: Chemical B
C: Chemical C

Radio Boxes

Those of the same name are members of a group. The value is included as part of the submitted string.

What experiment do you want to run?
Order 0: Zeroth order reaction
Order 1: Monomolecular reaction
Order 2: Bi-molecular reaction
Button object yet to do.

Test CGI Objects Interface

Test Cookie Reading and Writing