Magellan Linux

Diff of /alx-src/trunk/alx-web/include/config.inc.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 429 by niro, Wed Jun 4 23:00:11 2008 UTC revision 430 by niro, Wed Jun 4 23:21:23 2008 UTC
# Line 13  Line 13 
13   $dbname  = "alx_web";   $dbname  = "alx_web";
14   $dbuname = "alx_install";   $dbuname = "alx_install";
15   $dbpass  = "@lx";   $dbpass  = "@lx";
16    
17   // Home Verzeichnis des httpd-daemons für ssh-certs   // Home Verzeichnis des httpd-daemons für ssh-certs
18   $home = "/home/httpd";   $home = "/home/httpd";
19    
20   // ping Kommando zum überprüfen der Errreichbarkeit der Hosts   // ping Kommando zum überprüfen der Errreichbarkeit der Hosts
21   $pingcmd = "/usr/sbin/fping -c 1 -t 50 -q";   $pingcmd = "/usr/sbin/fping -c 1 -t 50 -q";
22    
23   // ssh Kommando   // ssh Kommando
24   $sshcmd = "/usr/bin/ssh";   $sshcmd = "/usr/bin/ssh";
25    

Legend:
Removed from v.429  
changed lines
  Added in v.430