label_alt_logo

FAQ Frequently Asked Questions

We will be happy to answer you!

Simply enter the existing key into the Confixx license management again.
This way it will be renewed.

How do I configure my name server under Debian manually?
Important! Please adjust the following example „km10158.keymachine.de“ to your server name.
First create a new empty file, e.g. the name of the server. In our example: km10158.keymachine.de and save it under /etc/bind/ .
The content of the file (DNS zone file) should look similar to the following example:


;authoritative data for km10158.keymachine.de created by account
$TTL 86400
@ IN SOA ns.km10158.keymachine.de. root.ns.km10158.keymachine.de. (
2004060112; serial number YYYMMDDxx
10800; refresh time in seconds
3600; retry time in seconds
604800; time in seconds
….86400); minimum time to live in seconds
;name servers
IN NS ns.km10158.keymachine.de.
IN NS ns2.km10158.keymachine.de.
;mx informations
IN MX 10 mail;host informations
IN A 62.141.52.97
ftp IN A 62.141.52.97
mail IN A 62.141.52.97
ns IN A 62.141.52.97
ns2 IN A 62.141.53.97
www IN A 62.141.52.97
You simply replace km10158.keymachine.de by your server name within our company and adjust the IPs accordingly.
Finally, enter the zone file in the Nameserver Config /etc/bind/named.conf.local . The entry should look like this:
zone "km10158.keymachine.de" { type master; file "/etc/bind/km10158.keymachine.de"; };
Now you restart the name server using "service bind9 restart" or "killall -HUP named" .

Unfortunately there is no Confixx template for Debian. It should work if
you do not install Coonfixx from a template. It is important for the
registration, that in the confixx_main.conf file the variable
"virtuozzo" is set to "1". Otherwise the installation takes place as
usual.

We endeavour to ensure a good and thorough support. This affects primarilly products that are developed by us. Both Plesk and Confixx are alternate products and serve as an addition to our offerings. Because of the scope and the renewals we cannot perform/offer unlimited and free support for these programs. Especially regarding updates, please inform yourself beforehand, if problems with the installation of the existing system are to be expected.

Please bear in mind, that we do not provide a guarantee for updates or installations not performed by us.
Hereof excluded are customers with managed servers for which we
undertake the setup.
The producers, SW Soft GmbH, set up comprehensive documentations and
forums on their sites, though.

To set up the register_globals for domains, proceed as follows:
1.) login as administrator
2.) click on settings -> httpd special
3.) select "httpd-additional entries for domains"
4.) select the domaian and click on the tick mark beneath "change"
5.) enter "php_admin_flag register_globals on" (without quotation marks)