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 7736 by niro, Tue Nov 3 10:48:13 2015 UTC revision 8510 by niro, Mon Feb 8 09:16:29 2016 UTC
# Line 15  $dbname  = "mcore"; Line 15  $dbname  = "mcore";
15  $dbuname = "alx_install";  $dbuname = "alx_install";
16  $dbpass  = "@lx";  $dbpass  = "@lx";
17    
 // www root of the alx_install  
 $wwwroot = "/var/www/htdocs/alx-web-070";  
   
 // Home Verzeichnis des httpd-daemons für ssh-certs  
 $home = "/var/lib/apache";  
   
 // ssh Kommando  
 $sshcmd = "/usr/bin/ssh -l root -o ConnectTimeout=5";  
   
18  // wake-on-lan Kommando  // wake-on-lan Kommando
19  $woliface = "eth0";  $woliface = "eth0";
20  $wolcmd = "/usr/bin/ether-wake -i ".$woliface;  $wolcmd = "/usr/bin/ether-wake -i ".$woliface;
21    
 // fixed config.rc  
 $configrc = $wwwroot."/share/config.rc";  
   
 // fixed mage.rc  
 $magerc = $wwwroot."/share/mage.rc";  
   
 // default socket timeout for ssh conections  
 $socket_timeout = 10;  
   
 // ssh public key file  
 $pubkey_file = $home.'/.ssh/id_dsa.pub';  
   
 // ssh private key file  
 $privkey_file = $home.'/.ssh/id_dsa';  
   
22  // citrix_browser addresses  // citrix_browser addresses
23  $citrix_serverlist = 'ica.dom-aka-nt.intern';  $citrix_serverlist = 'ica.dom-aka-nt.intern';
24    
# Line 55  $storefront_store = 'https://storefront. Line 31  $storefront_store = 'https://storefront.
31  // storefront default domain name  // storefront default domain name
32  $storefront_domain_name = 'DOM_AKA_NT';  $storefront_domain_name = 'DOM_AKA_NT';
33    
34    // rdesktop default server
35    $rdesktop_server = 'esa-ts-01.dom-aka-nt.intern';
36    
37    // rdesktop default domain name
38    $rdesktop_domain_name = 'DOM_AKA_NT';
39    
40  // mcore client port  // mcore client port
41  $mcore_port = 6666;  $mcore_port = 6666;
42    
43    // mcore certificate
44    $mcore_certificate = '/etc/ssl/certs/mcored.pem';
45    
46  // ssh port of older clients  // ssh port of older clients
47  $ssh_port = 22;  $ssh_port = 22;
48    

Legend:
Removed from v.7736  
changed lines
  Added in v.8510