Magellan Linux

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

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

revision 7096 by niro, Wed Sep 9 08:00:16 2015 UTC revision 7097 by niro, Wed Sep 9 08:03:01 2015 UTC
# Line 16  $dbuname = "alx_install"; Line 16  $dbuname = "alx_install";
16  $dbpass  = "@lx";  $dbpass  = "@lx";
17    
18  // www root of the alx_install  // www root of the alx_install
19  $wwwroot = "/var/www/htdocs";  $wwwroot = "/var/www/htdocs/alx-web-070";
20    
21  // Home Verzeichnis des httpd-daemons für ssh-certs  // Home Verzeichnis des httpd-daemons für ssh-certs
22  $home = "/var/lib/apache";  $home = "/var/lib/apache";
23    
24  // ping Kommando zum überprüfen der Errreichbarkeit der Hosts  // ping Kommando zum überprüfen der Errreichbarkeit der Hosts
25  $pingcmd = "/usr/sbin/fping -c 1 -t 50 -q";  $pingcmd = "/usr/sbin/fping -c 1 -t 50 -q";
26    //$pingcmd = "/usr/bin/ping -w 1 -W 1 -q";
27    
28  // ssh Kommando  // ssh Kommando
29  $sshcmd = "/usr/bin/ssh -l root -o ConnectTimeout=5";  $sshcmd = "/usr/bin/ssh -l root -o ConnectTimeout=5";
# Line 46  $pubkey_file = $home.'/.ssh/id_dsa.pub'; Line 47  $pubkey_file = $home.'/.ssh/id_dsa.pub';
47  $privkey_file = $home.'/.ssh/id_dsa';  $privkey_file = $home.'/.ssh/id_dsa';
48    
49  // citrix_browser addresses  // citrix_browser addresses
50  $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';
51    
52  // citrix default domain name  // citrix default domain name
53  $citrix_domain_name = 'DOM_AKA_NT';  $citrix_domain_name = 'DOM_AKA_NT';

Legend:
Removed from v.7096  
changed lines
  Added in v.7097