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 1602 by niro, Thu Dec 2 20:07:22 2010 UTC revision 1608 by niro, Thu Dec 2 22:13:04 2010 UTC
# Line 14  Line 14 
14   $dbpass  = "@lx";   $dbpass  = "@lx";
15    
16   // Home Verzeichnis des httpd-daemons für ssh-certs   // Home Verzeichnis des httpd-daemons für ssh-certs
17   $home = "/var/www";   $home = "/var/lib/apache";
18    
19   // ping Kommando zum überprüfen der Errreichbarkeit der Hosts   // ping Kommando zum überprüfen der Errreichbarkeit der Hosts
20   $pingcmd = "/usr/sbin/fping -c 1 -t 50 -q";   $pingcmd = "/usr/sbin/fping -c 1 -t 50 -q";
21    
22   // ssh Kommando   // ssh Kommando
23   $sshcmd = "/usr/bin/ssh";   $sshcmd = "/usr/bin/ssh -l root -o ConnectTimeout=5";
24    
25   // wake-on-lan Kommando   // wake-on-lan Kommando
26   $wolcmd = "/usr/bin/etherwake";   $wolcmd = "/usr/bin/etherwake";

Legend:
Removed from v.1602  
changed lines
  Added in v.1608