/[gedafe]/trunk/network_topology/index.cgi
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/network_topology/index.cgi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14 - (show annotations)
Sun May 8 15:01:05 2005 UTC (18 years, 10 months ago) by dpavlin
File size: 637 byte(s)
added preauth_user and preauth_passwd options, changed gedafe to work
without gedafed if thouse options are specifed.

1 #!/usr/bin/perl -w
2
3 # uncomment this when doing maintenance work:
4 # print "Content-Type: text/html\n\n";
5 # print "Database temporarily disabled for maintenance.<br>\n";
6 # exit;
7
8 use constant BASE_DIR => '/usr/local/gedafe';
9
10 use lib BASE_DIR.'/lib/perl';
11
12 use Gedafe::Start;
13
14 $|=1; # do not buffer output to get a more responsive feeling
15
16 Start(
17 db_datasource => 'dbi:Pg:dbname=network_topology',
18 list_rows => 50,
19 templates => BASE_DIR.'/network_topology/templates',
20 pearl_dir => BASE_DIR.'/network_topology/mypearls',
21 show_row_count => 1,
22 preauth_user => 'flow',
23 preauth_passwd => 'flow',
24 );

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26