--- alx-src/branches/alx-web-050/include/config.inc.php 2010/12/02 19:56:40 1600 +++ alx-src/branches/alx-web-050/include/config.inc.php 2010/12/02 20:07:22 1602 @@ -6,23 +6,22 @@ session_register('openclose'); $_SESSION['openclose'] = array(); } - // Datenbankverbindungs-Konfiguration $dbhost = "localhost"; $dbname = "alx_web"; $dbuname = "alx_install"; $dbpass = "@lx"; - + // Home Verzeichnis des httpd-daemons für ssh-certs $home = "/var/www"; - + // ping Kommando zum überprüfen der Errreichbarkeit der Hosts - $pingcmd = "/usr/bin/fping -c 1 -t 50 -q"; - + $pingcmd = "/usr/sbin/fping -c 1 -t 50 -q"; + // ssh Kommando $sshcmd = "/usr/bin/ssh"; - + // wake-on-lan Kommando - $wolcmd = "/usr/sbin/etherwake"; + $wolcmd = "/usr/bin/etherwake"; ?>