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

alx-src/branches/alx-web-060/include/config.inc.php revision 2609 by niro, Wed Jul 6 14:44:40 2011 UTC alx-src/branches/alx-web-070/include/config.inc.php revision 7093 by niro, Wed Sep 9 07:57:30 2015 UTC
# Line 17  $dbpass  = "@lx"; Line 17  $dbpass  = "@lx";
17  // www root of the alx_install  // www root of the alx_install
18  $wwwroot = "/var/www/htdocs";  $wwwroot = "/var/www/htdocs";
19    
20  // Home Verzeichnis des httpd-daemons für ssh-certs  // Home Verzeichnis des httpd-daemons für ssh-certs
21  $home = "/var/lib/apache";  $home = "/var/lib/apache";
22    
23  // ping Kommando zum überprüfen der Errreichbarkeit der Hosts  // ping Kommando zum überprüfen der Errreichbarkeit der Hosts
24  $pingcmd = "/usr/sbin/fping -c 1 -t 50 -q";  $pingcmd = "/usr/sbin/fping -c 1 -t 50 -q";
25    
26  // ssh Kommando  // ssh Kommando
# Line 35  $configrc = $wwwroot."/share/config.rc"; Line 35  $configrc = $wwwroot."/share/config.rc";
35  // fixed mage.rc  // fixed mage.rc
36  $magerc = $wwwroot."/share/mage.rc";  $magerc = $wwwroot."/share/mage.rc";
37    
38    // default socket timeout for ssh conections
39    $socket_timeout = 10;
40    
41  // ssh public key file  // ssh public key file
42  $pubkey_file = $home.'/.ssh/id_dsa.pub';  $pubkey_file = $home.'/.ssh/id_dsa.pub';
43    

Legend:
Removed from v.2609  
changed lines
  Added in v.7093