Ex-nunc demo page

This is the Ex-nunc demo start page. From here you may test some of the features of the framework.

CGI environment

Following there are some informations about the cgi environment obtained querying OcamlNet cgi_activation object:

Server software: Apache/2.4.6 (CentOS)
Server name: ex-nunc.sourceforge.net
Server protocol: HTTP/1.0
Server port: 80
Request method: GET
Script name: /cgi-bin/ex-nunc/demo.cgi
Query string:
Remote host:
Remote addr: 127.0.0.1

Passing parameters to a page

This button will make a call to a page, passing 21 and 3.14 as parameters:

Session example

This button will redirect you to a page showing the current content of the session:

Form example

This button will redirect you to a page with a form, to show you how data validation is performed and how values are extracted:

Debug page

This button will redirect you to a page showing some useful debug informations (e.g. request headers):

Error page example

This button will raise an exception, so you will be redirected to the error page:

Server shutdown

This button will shutdown the server process, for maintenance purposes (e.g.: updating the server executable)

N.B.: Unless you manually restart the server, any further request will cause an internal server error.