--- alx-src/branches/alx-web-070/include/config.inc.php 2015/09/09 07:59:38 7095 +++ alx-src/branches/alx-web-070/include/config.inc.php 2015/09/25 08:25:47 7707 @@ -16,19 +16,17 @@ $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"; - // ssh Kommando $sshcmd = "/usr/bin/ssh -l root -o ConnectTimeout=5"; // wake-on-lan Kommando -$wolcmd = "/usr/bin/etherwake"; +$woliface = "eth0" +$wolcmd = "/usr/bin/ether-wake -i ".$woliface; // fixed config.rc $configrc = $wwwroot."/share/config.rc"; @@ -46,9 +44,24 @@ $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'; +// storefront store +$storefront_store = 'https://storefront.dom-aka-nt.intern'; + +// storefront default domain name +$storefront_domain_name = 'DOM_AKA_NT'; + +// mcore client port +$mcore_port = 6666; + +// ssh port of older clients +$ssh_port = 22; + +// ping timout +$ping_timeout = 0.01; + ?>