Posts by flames

    create symlink in /etc/apache2/sites-enabled/00_master_ssl.conf to /etc/apache2/sites-available/00_master_ssl.conf


    then rerun setup

    just to clarify things, ftp does not support serverside commands to extract zip or any other archive on the server.
    this is only possible with shell.


    there are possible ways to program such feature using ftp to upload a zip, and then with php exec extract them server side, while the client needs to identify the server side path to file by its username or something (server side path /var/www/virtual/domain.tld/htdocs/ vs ftp path /htdocs/), then again filesystem permission could block the way (ajaxplorer owner vu2000, domain owner vu20xx and what if the ftp path is not default.... thousands if and whens. forget it :)


    another way is to let ajaxplorer extract the archive before upload on the client system into a temporary folder and upload the extracted files and subfolders automatically. for this, like g00vER said, you could ask ajaxplorer devs about it.

    not exactly true :P
    dns settings of server FQHN is relevant for alternative url. when dns is managed externally, just a wildcard needed
    *.fqhn IN A server-IP


    Horus
    create following dns record in your dns management
    *.server4.horusone.com. IN A 172.245.33.143


    and if not done yet, you need to rerun setup, so imscp can change the server alias in apache vhosts (or set all domains to status change and run /var/www/imscp/engine/imscp-rqst-mngr)

    it looks like bind/rndc keys are mismatched. did you changed anything in bind configuration? probably removed the key?
    at customer rebuilding imscp setup is also rebuilding the dns zones, when the rndc key is bad, this error could happen also in current rc
    please try to restart bind manually /etc/init.d/bind9 restart
    and post the answer here

    you shouldn't.


    if you really need to, in /etc/apache/sites-available/domain.tld.conf in server alias section
    and in /etc/imscp/apache/working/domain.tld.conf in server alias section


    you also need to change the dns for the changed url.
    like those vu20xx subdomains are in the serverhostname zone. look into /var/cache/bind/serverhostname.db


    [hr]
    MuhKuh, i guess he wants to change the alternative url that looks like this:
    http://vu20xx.serverhostname

    dies ist ein porblem mit der locales Konfiguration des Systems, hat wenig mit i-MSCP zu tun. Aber hier findest du [url=http://forums.mysql.com/read.php?10,573056,573056]das[/url] als aller erstes Ergebnis :)