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 8459 by niro, Fri Jan 29 11:59:29 2016 UTC revision 8516 by niro, Mon Feb 8 09:27:56 2016 UTC
# Line 10  if( !isset($_SESSION['openclose']) ) Line 10  if( !isset($_SESSION['openclose']) )
10  }  }
11    
12  // Datenbankverbindungs-Konfiguration  // Datenbankverbindungs-Konfiguration
13  $dbhost  = "127.0.0.1";  $dbhost  = "mcored"; // -> /etc/hosts 127.0.0.1 mcored required, >php-5.4 uses the certificate common name as issuer
14  $dbname  = "mcore";  $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    

Legend:
Removed from v.8459  
changed lines
  Added in v.8516