Configure The Software
(will update your DBPUB1/STD/Parameters.pm  file)
 

General Parameters:
---------------------------------------------------------
Enable log file? Save some information in logs/log.txt file during the work of this application.

Path to directory dedicated to this application where it can write static html documents. Sometimes this software may need to generate html pages and save them on hard drive. This directory should be accessible through links http://.......   Leave empty if you wish to disable this feature or if you are sure that this application does not need to write html files. Please make this directory if it does not exist.
example:
$out{'htdocs_root'}DBPUB1

Using proxy to call the scripts? This software automatically fills the variables \$out{'script_url'} and \$out{'nph_script_url'} which we have in our html templates. These variables are the locations of our main and our nph-enabled script in the form of either URI or simple script filename. You can set them explicitly as full URL, URI or filename. This feature is useful if you http proxy requests to mod_perl or FastCGI servers on non-default ports and run command line / cron jobs with this software. Leave the fields below empty to use automatically detected script locations.

How cgi forms refer to your main script? Full URL, URI or just the file name of your main script.
example: $out{'script_path'}x.cgi
example: /cgi-bin/myscript.cgi

How cgi forms refer to your nph-script? Full URL, URI or the file name of your NPH cgi script.
example: $out{'script_path'}nph-x.cgi
example: thescript.cgi

 
DataBase Parameters:

---------------------------------------------------------
Using a DataBase Server? Then choose the database driver from this standard list or enter other driver name:   Note that names are case sensitive!
Currently installed database drivers for this Perl are: $out{'db_drivers'}
To install a new driver you have to install the correspondent DBD perl module. For example if you need a driver for MySQL go to CPAN, download and install the DBD::mysql module.
 
  
   

DataBase Server access data:

host:

example: $out{'this_server'}

port:

example: 2047

username:

example: usr302

password:

example: mypass

Database name: On a given database server you can have multiple databases created. Generally spoken each database contains all tables related to a project.
example: DBPUB1

 

---------------------------------------------------------
Tip: To add some custom parameters to this software edit your DBPUB1/STD/Parameters.pm file manually.