Posts by fluser

    I think you did rsync or scp your files with user root and forgot to change owner and group to set the permissions to vuABZD:www-data or something like that. Check it with 'ls -l' on the old and the new server, make a 'chown -R' to set the permission right and your problem should be gone;-)

    Hmmm, I think easiest way to do this is:
    * symlink domain.tld_ssl.conf to domain.tld.conf
    * Add a comment to domain.tld.conf that the admin can delete domain.tld_ssl.conf and add his own custom config for ssl virtual host
    * add into the ssl template the new include path


    I'm not the best in perl... but here are all files where it should be edited:


    Here we have to add and/or delete the symlinks (I think somewhere with the variable APACHE_CUSTOM_SITES_CONFIG_DIR):
    engine/PerlLib/Servers/httpd/apache_fcgi.pm
    engine/PerlLib/Servers/httpd/apache_itk.pm
    engine/PerlLib/Servers/httpd/apache_itk/uninstaller.pm
    engine/PerlLib/Servers/httpd/apache_fcgi/uninstaller.pm
    engine/setup/imscp-migrate-from-ispcp


    Comment must be added here:
    Example: "For custom SSL VirtualHost config delete symlink domain.tld_ssl.conf and create a new file with the same name"
    configs/debian/apache/parts/custom.conf.tpl


    And here:
    configs/debian/apache/parts/domain_ssl.tpl
    on Line 161:
    Include {APACHE_CUSTOM_SITES_CONFIG_DIR}/{DMN_NAME}.conf
    would be:
    Include {APACHE_CUSTOM_SITES_CONFIG_DIR}/{DMN_NAME}_ssl.conf


    Regards
    Fluser

    Hallo zusammen


    Ich habe einen kleinen Fehler in i-MSCP gefunden und konnte diesen auf zwei Systemen reproduzieren.


    Wenn ein Kunde einen eigenen DNS-Eintrag erstellt, wird im deutschen Löschen anstatt löschen angezeigt. Interessanterweise passiert dies nur bei eigenen DNS-Einträgen. Subdomains und Aliase funktionieren.


    Ich habe bereits nach dem Fehler gesucht, leider aber nichts gefunden. Irgendwo wird da das "ö" ausgetauscht und in HTML-Text übersetzt. Und da läuft wohl etwas schief.


    Der HTML-Code sieht wie folgt aus:


    Betroffen ist die Funktion auf Zeile 604 in der Datei: /var/www/imscp/gui/public/client/domains_manage.php


    Kann dies jemand anderes auch noch testen/reproduzieren?


    Danke und Gruss
    Manuel

    Was musstest du den am File manipulieren? Es gibt ja den DNS Manager in i-MSCP und wenn es global sein muss, kannst du auch die Templates anpassen.


    Gruss