Posts by Mutschas

    Also ich nutze "1.1.0-rc4.7" und bei mir gehts.


    Was passiert denn, wenn du es manuell anstößt?


    Code
    1. # Backup for all the customers' data depending of the domain properties
    2. /var/www/imscp/engine/backup/imscp-backup-all yes &>/var/log/imscp/imscp-backup-all-mngr.log
    3. # Backup for i-MSCP database and all /etc/imscp/* configuration files
    4. /var/www/imscp/engine/backup/imscp-backup-imscp noreport &>/var/log/imscp/imscp-backup-imscp-mngr.log
    5. # Remove config backups older than seven days
    6. find /etc/imscp/*/backup/* -maxdepth 0 -type f -mtime +7 -print | egrep '.*\.[0-9]+$' | xargs -r /bin/rm


    Und was steht in den oben genannten Logs?

    Sorry, i do not receive emails, if you post here. Would be great, if you do this next time in the ticket.


    The failed config was not in the munin vhost, it was in /etc/apache2/sites-available/01_awstats.conf


    Code
    1. <Proxy *> Order allow,deny Allow from all</Proxy>Alias /awstatsicons "/usr/share/awstats/icon/"<Directory "/usr/share/awstats/icon/"> Options None AllowOverride None Order allow,deny Allow from all</Directory>NameVirtualHost 127.0.0.1:80<VirtualHost 127.0.0.1:80> RewriteEngine on RewriteRule ^/stats/(.+)/$ http://localhost/awstats/?config=$1 [P] RewriteRule ^/stats/(.+)/awstats.pl(.*)$ http://localhost/awstats/$1 [P] RewriteRule ^/stats/(.*)$ http://localhost/stats/$1/ [R] ScriptAlias /awstats "/usr/lib/cgi-bin/awstats.pl" <Directory /usr/lib/cgi-bin> AllowOverride none Options +ExecCGI DirectoryIndex awstats.pl Order allow,deny Allow from all </Directory> <Directory /var/www> Order deny,allow Deny from all Allow from localhost, 127.0.0.1 </Directory></VirtualHost># SECTION custom BEGIN.# SECTION custom END.


    There was a "Deny from all" but no "Allow from localhost".



    The munin vhost is okay:



    Everything is working great, now.

    Hi,


    ich wollte etwas unterstützen und mit übersetzen, da laut dem Programm Poedit 151 Einträge nicht übersetzt sind.


    Dabei ist dem Programm aufgefallen, dass folgende zwei Strings nicht im php-Format sind (obwohl diese so deklariert wurden):


    Code
    1. #, php-formatmsgid "'%localPart%' can not be matched against dot-atom format"msgstr "'%localPart%' kann nicht gegen das dot-atom Format aufgelöst werden"#, php-formatmsgid "'%localPart%' can not be matched against quoted-string format"msgstr "'%localPart%' kann nicht gegen das quoted-string Format aufgelöst werden"


    Sollte das nicht so sein?



    Code
    1. #, php-format
    2. msgid "%s can not be matched against dot-atom format"
    3. msgstr "%s kann nicht gegen das dot-atom Format aufgelöst werden"
    4. #, php-format
    5. msgid "%s can not be matched against quoted-string format"
    6. msgstr "%s kann nicht gegen das quoted-string Format aufgelöst werden"


    PS: Warum gibt es zwei "Deutsche Übersetzung" Threads? oO