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 7109 by niro, Wed Sep 9 08:03:01 2015 UTC revision 7110 by niro, Wed Sep 9 11:20:52 2015 UTC
# Line 21  $wwwroot = "/var/www/htdocs/alx-web-070" Line 21  $wwwroot = "/var/www/htdocs/alx-web-070"
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    
 // 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";  
   
24  // ssh Kommando  // ssh Kommando
25  $sshcmd = "/usr/bin/ssh -l root -o ConnectTimeout=5";  $sshcmd = "/usr/bin/ssh -l root -o ConnectTimeout=5";
26    
# Line 52  $citrix_browseradrs = 'ica.dom-aka-nt.in Line 48  $citrix_browseradrs = 'ica.dom-aka-nt.in
48  // citrix default domain name  // citrix default domain name
49  $citrix_domain_name = 'DOM_AKA_NT';  $citrix_domain_name = 'DOM_AKA_NT';
50    
51    // mcore client port
52    $mcore_port = 6666;
53    
54    // ssh port of older clients
55    $ssh_port = 22;
56    
57    // ping timout
58    $ping_timeout = 0.01;
59    
60  ?>  ?>

Legend:
Removed from v.7109  
changed lines
  Added in v.7110