Magellan Linux

Contents of /alx-src/branches/alx-web-050/include/config.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1610 - (show annotations) (download)
Thu Dec 2 23:02:19 2010 UTC (13 years, 5 months ago) by niro
File size: 606 byte(s)
-converted to unix cr/lf
1 <?
2 // SESSION
3 session_start();
4 if( !isset($_SESSION['openclose']) )
5 {
6 session_register('openclose');
7 $_SESSION['openclose'] = array();
8 }
9
10 // Datenbankverbindungs-Konfiguration
11 $dbhost = "localhost";
12 $dbname = "alx_web";
13 $dbuname = "alx_install";
14 $dbpass = "@lx";
15
16 // Home Verzeichnis des httpd-daemons für ssh-certs
17 $home = "/var/lib/apache";
18
19 // ping Kommando zum überprüfen der Errreichbarkeit der Hosts
20 $pingcmd = "/usr/sbin/fping -c 1 -t 50 -q";
21
22 // ssh Kommando
23 $sshcmd = "/usr/bin/ssh -l root -o ConnectTimeout=5";
24
25 // wake-on-lan Kommando
26 $wolcmd = "/usr/bin/etherwake";
27 ?>

Properties

Name Value
svn:executable *