Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1601 by niro, Thu Dec 2 19:56:40 2010 UTC revision 1602 by niro, Thu Dec 2 20:07:22 2010 UTC
# Line 6  Line 6 
6   session_register('openclose');   session_register('openclose');
7   $_SESSION['openclose'] = array();   $_SESSION['openclose'] = array();
8   }   }
   
9    
10   // Datenbankverbindungs-Konfiguration   // Datenbankverbindungs-Konfiguration
11   $dbhost  = "localhost";   $dbhost  = "localhost";
12   $dbname  = "alx_web";   $dbname  = "alx_web";
13   $dbuname = "alx_install";   $dbuname = "alx_install";
14   $dbpass  = "@lx";   $dbpass  = "@lx";
15    
16   // Home Verzeichnis des httpd-daemons für ssh-certs   // Home Verzeichnis des httpd-daemons für ssh-certs
17   $home = "/var/www";   $home = "/var/www";
18    
19   // ping Kommando zum überprüfen der Errreichbarkeit der Hosts   // ping Kommando zum überprüfen der Errreichbarkeit der Hosts
20   $pingcmd = "/usr/bin/fping -c 1 -t 50 -q";   $pingcmd = "/usr/sbin/fping -c 1 -t 50 -q";
21    
22   // ssh Kommando   // ssh Kommando
23   $sshcmd = "/usr/bin/ssh";   $sshcmd = "/usr/bin/ssh";
24    
25   // wake-on-lan Kommando   // wake-on-lan Kommando
26   $wolcmd = "/usr/sbin/etherwake";   $wolcmd = "/usr/bin/etherwake";
27  ?>  ?>

Legend:
Removed from v.1601  
changed lines
  Added in v.1602