--- alx-src/branches/alx-web-070/include/config.inc.php 2016/02/02 12:48:12 8472 +++ alx-src/branches/alx-web-070/include/config.inc.php 2016/02/08 09:16:29 8510 @@ -15,34 +15,10 @@ $dbuname = "alx_install"; $dbpass = "@lx"; -// 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"; - // wake-on-lan Kommando $woliface = "eth0"; $wolcmd = "/usr/bin/ether-wake -i ".$woliface; -// 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'; - // citrix_browser addresses $citrix_serverlist = 'ica.dom-aka-nt.intern';