Demo & Introduction
Purpose: a semi-automated web-application building and publishing
of your databases in internet.
You can run this software as plain CGI,
FastCGI or
mod_perl application through the following
interfaces:
x.cgi - call this script to run the software either in plain cgi mode or in mod_perl mode.
nph-x.cgi - call this script to run the software as nph-script either in plain cgi mode or in mod_perl mode. It will reply with full http response header.
nph-x-no-header.cgi - try this variant of the nph-script wrapper if nph-x.cgi does not work properly.
x.fcgi - call this script to run the software as a Fast CGI application. Your web server must support FastCGI in order to use this.
---------------------------------------------------------
Tip: You can rename the above scripts to almost everything without
impacting this software behaviour. Look at FAQs section to learn more about
possible limitations.