--- alx-src/branches/alx-web-070/include/config.inc.php 2015/09/09 07:58:49 7094 +++ alx-src/branches/alx-web-070/include/config.inc.php 2015/09/09 08:03:01 7097 @@ -10,25 +10,26 @@ } // Datenbankverbindungs-Konfiguration -$dbhost = "localhost"; +$dbhost = "127.0.0.1"; $dbname = "alx_web"; $dbuname = "alx_install"; $dbpass = "@lx"; // www root of the alx_install -$wwwroot = "/var/www/htdocs"; +$wwwroot = "/var/www/htdocs/alx-web-070"; // Home Verzeichnis des httpd-daemons für ssh-certs $home = "/var/lib/apache"; // ping Kommando zum überprüfen der Errreichbarkeit der Hosts $pingcmd = "/usr/sbin/fping -c 1 -t 50 -q"; +//$pingcmd = "/usr/bin/ping -w 1 -W 1 -q"; // ssh Kommando $sshcmd = "/usr/bin/ssh -l root -o ConnectTimeout=5"; // wake-on-lan Kommando -$wolcmd = "/usr/bin/etherwake"; +$wolcmd = "/usr/bin/ether-wake"; // fixed config.rc $configrc = $wwwroot."/share/config.rc"; @@ -46,7 +47,7 @@ $privkey_file = $home.'/.ssh/id_dsa'; // citrix_browser addresses -$citrix_browseradrs = '128.20.50.50;128.20.50.66;128.20.50.71;128.20.50.46;128.20.100.31;128.20.100.32;128.20.100.33;128.20.100.34'; +$citrix_browseradrs = 'ica.dom-aka-nt.intern'; // citrix default domain name $citrix_domain_name = 'DOM_AKA_NT';