und ein update && upgrade gemacht.deb Index of / squeeze all deb-src Index of / squeeze all
ah genau das hab ich genohmen.
http://www.howtoforge.de/anleitung/der-perfekte-server-debian-squeeze-debian-6-0-mit-bind-dovecot-nginx-ispconfig-3/
beides zu alt php und nginx?
scheint es nicht zu geben er hat automatisch die squeeze quellen genutzt.
Bei aktualisieren von ispconfig gibt es das ein trick das update sagt mit das es nichts neues gibt und wenn ich es neu runterlade geht die install nicht weil er die vorhandene install erkennt und beim update sagt er auch das nix neues gibt.
Kann ich irgendwo die versionsnr zurück setzen für das update?
aus dem error log188.40.xxx.xxx - beta [23/Apr/2012:12:52:14 +0200] "GET / HTTP/1.1" 200 347 "-" "Mozilla/5.0 (X11; Linux i686 on x86_64; rv:11.0) Gecko/20100101 Firefox/11.0"
188.40.xxx.xxx - beta [23/Apr/2012:12:52:14 +0200] "GET /index.php HTTP/1.1" 200 1193 "http://test.xxx.com/" "Mozilla/5.0 (X11; Linux i686 on x86_64; rv:11.0) Gecko/20100101 Firefox/11.0"
und die vhost2012/04/23 09:54:01 [error] 13370#0: *175 no user/password was provided for basic authentication, client: 188.40.xxx.xx, server: test.fluxandvision.com, request: "GET / HTTP/1.1", host: "test.xxx.com"
server {
listen 188.40.xxx.xxx:80;
server_name test.xxx.com www.test.xxx.com;
root /var/www/test.xxx.com/web;
index index.html index.htm index.php index.cgi index.pl index.xhtml;
error_log /var/log/ispconfig/httpd/test.xxx.com/error.log;
access_log /var/log/ispconfig/httpd/test.xxx.com/access.log combined;
## Disable .htaccess and other hidden files
location ~ /\. {
deny all;
access_log off;
log_not_found off;
}
location = /favicon.ico {
log_not_found off;
access_log off;
}
location = /robots.txt {
allow all;
log_not_found off;
access_log off;
}
location /stats {
index index.html index.php;
auth_basic "Members Only";
auth_basic_user_file /var/www/clients/client1/web44/.htpasswd_stats;
}
location ^~ /awstats-icon {
alias /usr/share/awstats/icon;
}
location ~ \.php$ {
try_files $uri =404;
include /etc/nginx/fastcgi_params;
fastcgi_pass 127.0.0.1:9053;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_script_name;
fastcgi_intercept_errors on;
}
location ^~ / {
auth_basic "Members Only";
auth_basic_user_file /var/www/clients/client1/web44/web/.htpasswd;
}
}
tcp 0 0 localhost:9053 *:* LISTEN 1285/php-fpm: pool
tcp 0 0 localhost:9054 *:* LISTEN 1241/php-fpm: pool
Wir verwenden essentielle Cookies, damit diese Website funktioniert, und optionale Cookies, um den Komfort bei der Nutzung zu verbessern.
Siehe weitere Informationen und konfiguriere deine Einstellungen