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 8509 by niro, Tue Feb 2 12:48:12 2016 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    

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