Magellan Linux

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

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

revision 1632 by niro, Thu Dec 2 23:02:19 2010 UTC revision 1633 by niro, Thu Dec 9 22:31:39 2010 UTC
# Line 13  Line 13 
13   $dbuname = "alx_install";   $dbuname = "alx_install";
14   $dbpass  = "@lx";   $dbpass  = "@lx";
15    
16     // www root of the alx_install
17     $wwwroot = "/var/www"
18    
19   // Home Verzeichnis des httpd-daemons für ssh-certs   // Home Verzeichnis des httpd-daemons für ssh-certs
20   $home = "/var/lib/apache";   $home = "/var/lib/apache";
21    
# Line 24  Line 27 
27    
28   // wake-on-lan Kommando   // wake-on-lan Kommando
29   $wolcmd = "/usr/bin/etherwake";   $wolcmd = "/usr/bin/etherwake";
30    
31     // fixed config.rc
32     $configrc = $wwwroot."/share/config.rc"
33    
34     // fixed mage.rc
35     $magerc = $wwwroot."/share/mage.rc"
36  ?>  ?>

Legend:
Removed from v.1632  
changed lines
  Added in v.1633