Beiträge von Sebbe

    Hallo,


    habe ein Problem, dass ich z.B. keine Mails verschicken kann oder Updates machen kann (seit ich die IPtables konfiguriert habe):

    Code
    Err http://security.debian.org/ wheezy/updates/main libgpgme11 amd64 1.2.0-1.4+deb7u1
      Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]
    Failed to fetch http://security.debian.org/pool/updates/main/g/gpgme1.0/libgpgme11_1.2.0-1.4+deb7u1_amd64.deb  Cannot initiate the connection to security.debian.org:80 (2001:a78:5:0:216:35ff:fe7f:be4f). - connect (101: Network is unreachable) [IP: 2001:a78:5:0:216:35ff:fe7f:be4f 80]


    Mail:

    Code
    postfix/smtp[10845]: connect to alt1.gmail-smtp-in.l.google.com[2404:6800:4008:c03::1a]:25: Network is unreachable
    postfix/smtp[10845]: connect to alt2.gmail-smtp-in.l.google.com[2404:6800:4008:c00::1a]:25: Network is unreachable


    IPtables konfig:


    Es muss ein Fehler in der Konfig sein, vlt. ist von euch jemand wacher und sieht den Fehler :D
    Ein einfacher Ping nach außen funktioniert schon nicht.. Ich dachte, dass ist ausreichend:
    -A OUTPUT -j ACCEPT


    Gruß

    edit:
    IP*** - - [02/Aug/2013:17:14:30 +0200] "GET /2013/07/30/hallo-welt/ HTTP/1.1" 404 508 "http://***.com/" "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36"


    Das konnte ich rausziehen.
    Aber das ist ja nichts neues :D
    Im error steht aber nur /var/www/2013

    Ich bin auch leicht am verzweifeln, Ich hab erst alle Foren durchsucht und rumprobiert... Aber alles will nicht.
    Also sowohl in htaccess als auch apache2.conf hat das Rewrite nichts gebracht.
    Vlt. out-of-date bei meiner Version?

    htaccess Sieht jetzt wie folgt aus, aber da kannst ja nicht sein.

    Code
    PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/apache2/conf.d/ming.ini on line 1 in Unknown on line 0
    [Thu Aug 01 21:22:42 2013] [notice] Apache/2.2.22 (Debian) DAV/2 SVN/1.6.17 PHP/5.4.4-14 configured -- resuming normal operations
    [Thu Aug 01 21:22:42 2013] [info] Server built: Mar  4 2013 22:05:16
    [Thu Aug 01 21:22:42 2013] [debug] prefork.c(1023): AcceptMutex: sysvsem (default: sysvsem)
    [Thu Aug 01 21:22:43 2013] [error] [client ***] File does not exist: /var/www/2013, referer: http://**.com/
    [Thu Aug 01 21:22:43 2013] [error] [client ***] ] File does not exist: /var/www/favicon.ico
    [Thu Aug 01 21:22:44 2013] [error] [client ***] File does not exist: /var/www/2013, referer: http://***.com/
    [Thu Aug 01 21:22:44 2013] [error] [client ***] File does not exist: /var/www/favicon.ico


    Mehr hab ich nicht herausbekommen.


    apache2.conf


    neugestaret habe ich auch.
    Was könnte man noch machen?


    Auf 2013 sollte je eigentlich Monat, Tag, Titel folgen. Tut es aber nicht, d.h. hier wäre schon mal ein Ansatzpunkt. Wie seht ihr das?

    Man müsste das doch irgendwie debuggen können?
    Hat sonst wer noch eine Idee?


    Ein Problem der Rechtevergabe der dateien im allgm. möglicherweise?
    Habe grds. 666 bzw 644 oder 775 (für Ordner glaube ich).

    ich hab auf All gesetzt, tut auch nichts zur Sache.
    <Directory /var/www/>
    Options -Indexes FollowSymLinks -Includes -MultiViews
    AllowOverride All
    Order allow,deny
    allow from all
    </Directory>

    Kann man das ggf. irgendwie testen?
    Würde da gerne was machen, aber mir fällt nicht ein, was ich so machen könnte...
    Also htaccess funktioniert grundsätzlich, z.b. kann ich auch einen Verzeichnisschutz erstellen.