atom feed4 messages in ru.sysoev.nginxvhost problem only 1 domain run
FromSent OnAttachments
VarixNov 18, 2009 7:38 am 
Edho P AriefNov 18, 2009 7:58 am 
VarixNov 22, 2009 3:51 pm 
VarixDec 1, 2009 8:40 am 
Subject:vhost problem only 1 domain run
From:Varix (ngin@nginx.us)
Date:Nov 18, 2009 7:38:14 am
List:ru.sysoev.nginx

hallo

I need help for vhost at my vserver.

Only domain-1 is shown OK. Domain-2.de shows the right URL and browser title. But the index.html of
/nginx/html. Domain-3.de the same.

I have changes the users in the nginx.conf Domainn 2 and 3 shows the file index.html of domain-1. I changes the user back to #user nginx #user www-data but it did not show the
index.html of /nginx/html. It shows the index.html of domain-1.

The debuglog can I read, but I don't know what it mean.

I want that nginx run under user nginx. Nginx has the nginx folder and my websites are in the folder WWW. Which changes must I do ?

I'm a newbie with Linux and Nginx. My english is bad also a problem for my with the docu.

thanks for help

varix ###########################################################################

vserver with lenny 5.0.3 nginx 0.8.27

###########################################################################

nginx.conf

#user nginx nginx; #user www-data;

worker_processes 1;

events { worker_connections 1024; }

http { include mime.types; default_type application/octet-stream;

log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"';

access_log logs/access.log main;

error_log /nginx/firelog/log debug;

sendfile on; tcp_nopush on; tcp_nodelay off;

#keepalive_timeout 0; keepalive_timeout 65;

gzip on; gzip_comp_level 2; gzip_proxied any; gzip_types text/plain text/css application/x-javascript text/xml application/xml
application/xml+rss text/javascript;

server_names_hash_bucket_size 64;

server_tokens off;

include /nginx/sites-enabled/*;

}

####################################################################################

file default in /nginx/sites-available

server { listen 80; server_name localhost;

location / { root html; index index.html index.htm; }

# redirect server error pages to the static page /50x.html # error_page 500 502 503 504 /50x.html; location = /50x.html { root html; }

}

#########

Domain-1

index.html in /www/domain-1.de

www.domain-1.de

www.domain-1.de

Test 1

test2.html in /www/domain-1.de

www.domain-1.de

www.domain-1.de

Test 2

file domain1.de in /nginx/sites-available

server {

listen 80; server_name domain-1.de; rewrite ^/(.*) http://www.domain-1.de/$1 permanent;

}

server {

listen 80; server_name www.domain-1.de;

access_log /www/domain-1.de/log/access.log; error_log /www/domain-1.de/log/error.log;

location / {

root /www/domain-1.de/; index index.html;

}

}

######

Domain-2

index.html in /www/domain-2.de

www.domain-2.de

www.domain-2.de

Test 1

file domain2.de in /nginx/sites-available

server {

listen 80; server_name domain-2.de; rewrite ^/(.*) http://www.domain-2.de/$1 permanent;

}

server {

listen 80; server_name www.domain-2.de;

access_log /www/domain-2.de/log/access.log; error_log /www/domain-2.de/log/error.log;

location / {

root /www/domain-2.de/; index index.html;

}

}

######

Domain-3

index.html in /www/domain-3.de

www.domain-3.de

www.domain-3.de

Test 1

file domain3.de in /nginx/sites-available

server {

listen 80; server_name domain-3.de; rewrite ^/(.*) http://www.domain-3.de/$1 permanent;

}

server {

listen 80; server_name www.domain-3.de;

access_log /www/domain-3.de/log/access.log; error_log /www/domain-3.de/log/error.log;

location / {

root /www/domain-3.de/; index index.html;

}

}

#####################################################################################

debug log

2009/11/18 12:35:38 11936#0: epoll add event: fd:11 op:1 ev:00000001 2009/11/18 12:35:55 11936#0: accept on 0.0.0.0:80, ready: 0 2009/11/18 12:35:55 11936#0: posix_memalign: 080E3900:256 @256 2009/11/18 12:35:55 11936#0: *1 accept: xx.yyy.zzz.xxx fd:3 # my home IP 2009/11/18 12:35:55 11936#0: *1 event timer add: 3: 60000:118797701 2009/11/18 12:35:55 11936#0: *1 epoll add event: fd:3 op:1 ev:80000001 2009/11/18 12:35:55 11936#0: *1 malloc: 080E3A08:656 2009/11/18 12:35:55 11936#0: *1 malloc: 080D7410:1024 2009/11/18 12:35:55 11936#0: *1 posix_memalign: 080D8000:4096 @4096 2009/11/18 12:35:55 11936#0: *1 http process request line 2009/11/18 12:35:55 11936#0: *1 recv: fd:3 669 of 1024 2009/11/18 12:35:55 11936#0: *1 http request line: "GET / HTTP/1.1" 2009/11/18 12:35:55 11936#0: *1 http uri: "/" 2009/11/18 12:35:55 11936#0: *1 http args: "" 2009/11/18 12:35:55 11936#0: *1 http exten: "" 2009/11/18 12:35:55 11936#0: *1 http process request header line 2009/11/18 12:35:55 11936#0: *1 http header: "Accept: image/gif, image/jpeg,
image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/xaml+xml,
application/vnd.ms-xpsdocument, application/x-ms-xbap,
application/x-ms-application, application/vnd.ms-powerpoint,
application/vnd.ms-excel, application/msword, application/x-silverlight, */*" 2009/11/18 12:35:55 11936#0: *1 http header: "Accept-Language: de" 2009/11/18 12:35:55 11936#0: *1 http header: "User-Agent: Mozilla/4.0
(compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR
3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR
3.5.30729)" 2009/11/18 12:35:55 11936#0: *1 http header: "Accept-Encoding: gzip, deflate" 2009/11/18 12:35:55 11936#0: *1 http header: "If-Modified-Since: Tue, 17 Nov
2009 12:08:26 GMT" 2009/11/18 12:35:55 11936#0: *1 http header: "Host: www.domain1.de" 2009/11/18 12:35:55 11936#0: *1 http header: "Connection: Keep-Alive" 2009/11/18 12:35:55 11936#0: *1 http header done 2009/11/18 12:36:06 11936#0: *1 posix_memalign: 080D8000:4096 @4096 2009/11/18 12:36:06 11936#0: *1 http process request line 2009/11/18 12:36:06 11936#0: *1 http request line: "GET /test2.html HTTP/1.1" 2009/11/18 12:36:06 11936#0: *1 http uri: "/test2.html" 2009/11/18 12:36:06 11936#0: *1 http args: "" 2009/11/18 12:36:06 11936#0: *1 http exten: "html" 2009/11/18 12:36:06 11936#0: *1 http process request header line 2009/11/18 12:36:06 11936#0: *1 http header: "Accept: image/gif, image/jpeg,
image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/xaml+xml,
application/vnd.ms-xpsdocument, application/x-ms-xbap,
application/x-ms-application, application/vnd.ms-powerpoint,
application/vnd.ms-excel, application/msword, application/x-silverlight, */*" 2009/11/18 12:36:06 11936#0: *1 http header: "Accept-Language: de" 2009/11/18 12:36:06 11936#0: *1 http header: "User-Agent: Mozilla/4.0
(compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR
3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR
3.5.30729)" 2009/11/18 12:36:06 11936#0: *1 http header: "Accept-Encoding: gzip, deflate" 2009/11/18 12:36:06 11936#0: *1 http header: "If-Modified-Since: Tue, 17 Nov
2009 13:57:50 GMT" 2009/11/18 12:36:06 11936#0: *1 http header: "Host: www.domain1.de" 2009/11/18 12:36:06 11936#0: *1 http header: "Connection: Keep-Alive" 2009/11/18 12:36:06 11936#0: *1 http header done 2009/11/18 12:36:20 11936#0: accept on 0.0.0.0:80, ready: 0 2009/11/18 12:36:20 11936#0: posix_memalign: 080D7500:256 @256 2009/11/18 12:36:20 11936#0: *2 accept: xx.yyy.zzz.xxx fd:14 # my home IP 2009/11/18 12:36:20 11936#0: *2 event timer add: 14: 60000:118822607 2009/11/18 12:36:20 11936#0: *2 epoll add event: fd:14 op:1 ev:80000001 2009/11/18 12:36:20 11936#0: *2 malloc: 080D7608:656 2009/11/18 12:36:20 11936#0: *2 malloc: 080D78A0:1024 2009/11/18 12:36:20 11936#0: *2 posix_memalign: 080D8000:4096 @4096 2009/11/18 12:36:20 11936#0: *2 http process request line 2009/11/18 12:36:20 11936#0: *2 recv: fd:14 696 of 1024 2009/11/18 12:36:20 11936#0: *2 http request line: "GET / HTTP/1.1" 2009/11/18 12:36:20 11936#0: *2 http uri: "/" 2009/11/18 12:36:20 11936#0: *2 http args: "" 2009/11/18 12:36:20 11936#0: *2 http exten: "" 2009/11/18 12:36:20 11936#0: *2 http process request header line 2009/11/18 12:36:20 11936#0: *2 http header: "Accept: image/gif, image/jpeg,
image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/xaml+xml,
application/vnd.ms-xpsdocument, application/x-ms-xbap,
application/x-ms-application, application/vnd.ms-powerpoint,
application/vnd.ms-excel, application/msword, application/x-silverlight, */*" 2009/11/18 12:36:20 11936#0: *2 http header: "Referer: http://www.domain2.de/" 2009/11/18 12:36:20 11936#0: *2 http header: "Accept-Language: de" 2009/11/18 12:36:20 11936#0: *2 http header: "User-Agent: Mozilla/4.0
(compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR
3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR
3.5.30729)" 2009/11/18 12:36:20 11936#0: *2 http header: "Accept-Encoding: gzip, deflate" 2009/11/18 12:36:20 11936#0: *2 http header: "If-Modified-Since: Tue, 17 Nov
2009 23:23:49 GMT" 2009/11/18 12:36:20 11936#0: *2 http header: "Host: yy.xx.zzz.yy" 2009/11/18 12:36:20 11936#0: *2 http header: "Connection: Keep-Alive" 2009/11/18 12:36:20 11936#0: *2 http header done 2009/11/18 12:36:20 11936#0: *2 event timer del: 14: 118822607 2009/11/18 12:36:20 11936#0: *2 generic phase: 0 2009/11/18 12:36:20 11936#0: *2 test location: "/" 2009/11/18 12:36:20 11936#0: *2 using configuration "/" 2009/11/18 12:36:20 11936#0: *2 http cl:-1 max:1048576 2009/11/18 12:36:20 11936#0: *2 generic phase: 2 2009/11/18 12:36:20 11936#0: *2 post rewrite phase: 3 2009/11/18 12:36:20 11936#0: *2 generic phase: 4 2009/11/18 12:36:20 11936#0: *2 generic phase: 5 2009/11/18 12:36:20 11936#0: *2 access phase: 6 2009/11/18 12:36:20 11936#0: *2 access phase: 7 2009/11/18 12:36:20 11936#0: *2 post access phase: 8 2009/11/18 12:36:20 11936#0: *2 content phase: 9 2009/11/18 12:36:20 11936#0: *2 open index "/nginx/html/index.html" 2009/11/18 12:36:20 11936#0: *2 internal redirect: "/index.html?" 2009/11/18 12:36:20 11936#0: *2 generic phase: 0 2009/11/18 12:36:20 11936#0: *2 test location: "/" 2009/11/18 12:36:20 11936#0: *2 test location: "50x.html" 2009/11/18 12:36:20 11936#0: *2 using configuration "/" 2009/11/18 12:36:20 11936#0: *2 http cl:-1 max:1048576 2009/11/18 12:36:20 11936#0: *2 generic phase: 2 2009/11/18 12:36:20 11936#0: *2 post rewrite phase: 3 2009/11/18 12:36:20 11936#0: *2 generic phase: 4 2009/11/18 12:36:20 11936#0: *2 generic phase: 5 2009/11/18 12:36:20 11936#0: *2 access phase: 6 2009/11/18 12:36:20 11936#0: *2 access phase: 7 2009/11/18 12:36:20 11936#0: *2 post access phase: 8 2009/11/18 12:36:20 11936#0: *2 content phase: 9 2009/11/18 12:36:20 11936#0: *2 content phase: 10 2009/11/18 12:36:20 11936#0: *2 content phase: 11 2009/11/18 12:36:20 11936#0: *2 http filename: "/nginx/html/index.html" 2009/11/18 12:36:20 11936#0: *2 add cleanup: 080D854C 2009/11/18 12:36:20 11936#0: *2 http static fd: 15 2009/11/18 12:36:20 11936#0: *2 http set discard body 2009/11/18 12:36:20 11936#0: *2 http ims:1258500229 lm:1258500229 2009/11/18 12:36:20 11936#0: *2 HTTP/1.1 304 Not Modified Server: nginx Date: Wed, 18 Nov 2009 11:36:20 GMT Last-Modified: Tue, 17 Nov 2009 23:23:49 GMT Connection: keep-alive

2009/11/18 12:36:20 11936#0: *2 write new buf t:1 f:0 080D8650, pos 080D8650,
size: 151 file: 0, size: 0 2009/11/18 12:36:20 11936#0: *2 http write filter: l:1 f:0 s:151 2009/11/18 12:36:20 11936#0: *2 http write filter limit 0 2009/11/18 12:36:20 11936#0: *2 writev: 151 2009/11/18 12:36:20 11936#0: *2 http write filter 00000000 2009/11/18 12:36:20 11936#0: *2 http finalize request: 0, "/index.html?" a:1,
c:2 2009/11/18 12:36:20 11936#0: *2 http request count:2 blk:0 2009/11/18 12:36:20 11936#0: *2 http finalize request: -4, "/index.html?" a:1,
c:1 2009/11/18 12:36:20 11936#0: *2 set http keepalive handler 2009/11/18 12:36:20 11936#0: *2 http close request 2009/11/18 12:36:20 11936#0: *2 http log handler 2009/11/18 12:36:20 11936#0: *2 run cleanup: 080D854C 2009/11/18 12:36:20 11936#0: *2 file cleanup: fd:15 2009/11/18 12:36:20 11936#0: *2 free: 080D8000, unused: 2018 2009/11/18 12:36:20 11936#0: *2 event timer add: 14: 65000:118827614 2009/11/18 12:36:20 11936#0: *2 free: 080D7608 2009/11/18 12:36:20 11936#0: *2 free: 080D78A0 2009/11/18 12:36:20 11936#0: *2 hc free: 00000000 0 2009/11/18 12:36:20 11936#0: *2 hc busy: 00000000 0 2009/11/18 12:36:20 11936#0: *2 post event 081040AC 2009/11/18 12:36:20 11936#0: *2 delete posted event 081040AC 2009/11/18 12:36:20 11936#0: *2 http keepalive handler 2009/11/18 12:36:20 11936#0: *2 malloc: 080D7608:1024 2009/11/18 12:36:20 11936#0: *2 recv: fd:14 -1 of 1024 2009/11/18 12:36:20 11936#0: *2 recv() not ready (11: Resource temporarily
unavailable) 2009/11/18 12:36:56 11936#0: *2 http keepalive handler 2009/11/18 12:36:56 11936#0: *2 recv: fd:14 657 of 1024 2009/11/18 12:36:56 11936#0: *2 malloc: 080D7A10:656 2009/11/18 12:36:56 11936#0: *2 posix_memalign: 080D8000:4096 @4096 2009/11/18 12:36:56 11936#0: *2 http process request line 2009/11/18 12:36:56 11936#0: *2 http request line: "GET / HTTP/1.1" 2009/11/18 12:36:56 11936#0: *2 http uri: "/" 2009/11/18 12:36:56 11936#0: *2 http args: "" 2009/11/18 12:36:56 11936#0: *2 http exten: "" 2009/11/18 12:36:56 11936#0: *2 http process request header line 2009/11/18 12:36:56 11936#0: *2 http header: "Accept: image/gif, image/jpeg,
image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/xaml+xml,
application/vnd.ms-xpsdocument, application/x-ms-xbap,
application/x-ms-application, application/vnd.ms-powerpoint,
application/vnd.ms-excel, application/msword, application/x-silverlight, */*" 2009/11/18 12:36:56 11936#0: *2 http header: "Accept-Language: de" 2009/11/18 12:36:56 11936#0: *2 http header: "User-Agent: Mozilla/4.0
(compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR
3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR
3.5.30729)" 2009/11/18 12:36:56 11936#0: *2 http header: "Accept-Encoding: gzip, deflate" 2009/11/18 12:36:56 11936#0: *2 http header: "If-Modified-Since: Tue, 17 Nov
2009 23:23:49 GMT" 2009/11/18 12:36:56 11936#0: *2 http header: "Host: xx.yyy.zzz.xx" #my Server
IP 2009/11/18 12:36:56 11936#0: *2 http header: "Connection: Keep-Alive" 2009/11/18 12:36:56 11936#0: *2 http header done 2009/11/18 12:36:56 11936#0: *2 event timer del: 14: 118827614 2009/11/18 12:36:56 11936#0: *2 generic phase: 0 2009/11/18 12:36:56 11936#0: *2 test location: "/" 2009/11/18 12:36:56 11936#0: *2 using configuration "/" 2009/11/18 12:36:56 11936#0: *2 http cl:-1 max:1048576 2009/11/18 12:36:56 11936#0: *2 generic phase: 2 2009/11/18 12:36:56 11936#0: *2 post rewrite phase: 3 2009/11/18 12:36:56 11936#0: *2 generic phase: 4 2009/11/18 12:36:56 11936#0: *2 generic phase: 5 2009/11/18 12:36:56 11936#0: *2 access phase: 6 2009/11/18 12:36:56 11936#0: *2 access phase: 7 2009/11/18 12:36:56 11936#0: *2 post access phase: 8 2009/11/18 12:36:56 11936#0: *2 content phase: 9 2009/11/18 12:36:56 11936#0: *2 open index "/nginx/html/index.html" 2009/11/18 12:36:56 11936#0: *2 internal redirect: "/index.html?" 2009/11/18 12:36:56 11936#0: *2 generic phase: 0 2009/11/18 12:36:56 11936#0: *2 test location: "/" 2009/11/18 12:36:56 11936#0: *2 test location: "50x.html" 2009/11/18 12:36:56 11936#0: *2 using configuration "/" 2009/11/18 12:36:56 11936#0: *2 http cl:-1 max:1048576 2009/11/18 12:36:56 11936#0: *2 generic phase: 2 2009/11/18 12:36:56 11936#0: *2 post rewrite phase: 3 2009/11/18 12:36:56 11936#0: *2 generic phase: 4 2009/11/18 12:36:56 11936#0: *2 generic phase: 5 2009/11/18 12:36:56 11936#0: *2 access phase: 6 2009/11/18 12:36:56 11936#0: *2 access phase: 7 2009/11/18 12:36:56 11936#0: *2 post access phase: 8 2009/11/18 12:36:56 11936#0: *2 content phase: 9 2009/11/18 12:36:56 11936#0: *2 content phase: 10 2009/11/18 12:36:56 11936#0: *2 content phase: 11 2009/11/18 12:36:56 11936#0: *2 http filename: "/nginx/html/index.html" 2009/11/18 12:36:56 11936#0: *2 add cleanup: 080D8544 2009/11/18 12:36:56 11936#0: *2 http static fd: 15 2009/11/18 12:36:56 11936#0: *2 http set discard body 2009/11/18 12:36:56 11936#0: *2 http ims:1258500229 lm:1258500229 2009/11/18 12:36:56 11936#0: *2 HTTP/1.1 304 Not Modified Server: nginx Date: Wed, 18 Nov 2009 11:36:56 GMT Last-Modified: Tue, 17 Nov 2009 23:23:49 GMT Connection: keep-alive

2009/11/18 12:36:56 11936#0: *2 write new buf t:1 f:0 080D8648, pos 080D8648,
size: 151 file: 0, size: 0 2009/11/18 12:36:56 11936#0: *2 http write filter: l:1 f:0 s:151 2009/11/18 12:36:56 11936#0: *2 http write filter limit 0 2009/11/18 12:36:56 11936#0: *2 writev: 151 2009/11/18 12:36:56 11936#0: *2 http write filter 00000000 2009/11/18 12:36:56 11936#0: *2 http finalize request: 0, "/index.html?" a:1,
c:2 2009/11/18 12:36:56 11936#0: *2 http request count:2 blk:0 2009/11/18 12:36:56 11936#0: *2 http finalize request: -4, "/index.html?" a:1,
c:1 2009/11/18 12:36:56 11936#0: *2 set http keepalive handler 2009/11/18 12:36:56 11936#0: *2 http close request 2009/11/18 12:36:56 11936#0: *2 http log handler 2009/11/18 12:36:56 11936#0: *2 run cleanup: 080D8544 2009/11/18 12:36:56 11936#0: *2 file cleanup: fd:15 2009/11/18 12:36:56 11936#0: *2 free: 080D8000, unused: 2053 2009/11/18 12:36:56 11936#0: *2 event timer add: 14: 65000:118863695 2009/11/18 12:36:56 11936#0: *2 free: 080D7A10 2009/11/18 12:36:56 11936#0: *2 free: 080D7608 2009/11/18 12:36:56 11936#0: *2 hc free: 00000000 0 2009/11/18 12:36:56 11936#0: *2 hc busy: 00000000 0 2009/11/18 12:36:56 11936#0: *2 post event 081040AC 2009/11/18 12:36:56 11936#0: *2 delete posted event 081040AC 2009/11/18 12:36:56 11936#0: *2 http keepalive handler 2009/11/18 12:36:56 11936#0: *2 malloc: 080D7608:1024 2009/11/18 12:36:56 11936#0: *2 recv: fd:14 -1 of 1024 2009/11/18 12:36:56 11936#0: *2 recv() not ready (11: Resource temporarily
unavailable) 2009/11/18 12:38:01 11936#0: *2 event timer del: 14: 118863695 2009/11/18 12:38:01 11936#0: *2 http keepalive handler 2009/11/18 12:38:01 11936#0: *2 close http connection: 14 2009/11/18 12:38:01 11936#0: *2 free: 080D7608 2009/11/18 12:38:01 11936#0: *2 free: 00000000 2009/11/18 12:38:01 11936#0: *2 free: 080D7500, unused: 56 2009/11/18 12:40:40 11936#0: accept on 0.0.0.0:80, ready: 0 2009/11/18 12:40:40 11936#0: posix_memalign: 080E3900:256 @256 2009/11/18 12:40:40 11936#0: *3 accept: xx.yyy.zzz.xxx fd:3 # my IP at home 2009/11/18 12:40:40 11936#0: *3 event timer add: 3: 60000:119082323 2009/11/18 12:40:40 11936#0: *3 epoll add event: fd:3 op:1 ev:80000001 2009/11/18 12:40:40 11936#0: *3 malloc: 080E3A08:656 2009/11/18 12:40:40 11936#0: *3 malloc: 080D7410:1024 2009/11/18 12:40:40 11936#0: *3 posix_memalign: 080D8000:4096 @4096 2009/11/18 12:40:40 11936#0: *3 http process request line 2009/11/18 12:40:40 11936#0: *3 recv: fd:3 699 of 1024 2009/11/18 12:40:40 11936#0: *3 http request line: "GET / HTTP/1.1" 2009/11/18 12:40:40 11936#0: *3 http uri: "/" 2009/11/18 12:40:40 11936#0: *3 http args: "" 2009/11/18 12:40:40 11936#0: *3 http exten: "" 2009/11/18 12:40:40 11936#0: *3 http process request header line 2009/11/18 12:40:40 11936#0: *3 http header: "Accept: image/gif, image/jpeg,
image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/xaml+xml,
application/vnd.ms-xpsdocument, application/x-ms-xbap,
application/x-ms-application, application/vnd.ms-powerpoint,
application/vnd.ms-excel, application/msword, application/x-silverlight, */*" 2009/11/18 12:40:40 11936#0: *3 http header: "Referer: http://www.domain3.de/" 2009/11/18 12:40:40 11936#0: *3 http header: "Accept-Language: de" 2009/11/18 12:40:40 11936#0: *3 http header: "User-Agent: Mozilla/4.0
(compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR
3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR
3.5.30729)" 2009/11/18 12:40:40 11936#0: *3 http header: "Accept-Encoding: gzip, deflate" 2009/11/18 12:40:40 11936#0: *3 http header: "If-Modified-Since: Tue, 17 Nov
2009 23:23:49 GMT" 2009/11/18 12:40:40 11936#0: *3 http header: "Host: yy.xx.zzz.yy" ' vserver IP 2009/11/18 12:40:40 11936#0: *3 http header: "Connection: Keep-Alive" 2009/11/18 12:40:40 11936#0: *3 http header done 2009/11/18 12:40:40 11936#0: *3 event timer del: 3: 119082323 2009/11/18 12:40:40 11936#0: *3 generic phase: 0 2009/11/18 12:40:40 11936#0: *3 test location: "/" 2009/11/18 12:40:40 11936#0: *3 using configuration "/" 2009/11/18 12:40:40 11936#0: *3 http cl:-1 max:1048576 2009/11/18 12:40:40 11936#0: *3 generic phase: 2 2009/11/18 12:40:40 11936#0: *3 post rewrite phase: 3 2009/11/18 12:40:40 11936#0: *3 generic phase: 4 2009/11/18 12:40:40 11936#0: *3 generic phase: 5 2009/11/18 12:40:40 11936#0: *3 access phase: 6 2009/11/18 12:40:40 11936#0: *3 access phase: 7 2009/11/18 12:40:40 11936#0: *3 post access phase: 8 2009/11/18 12:40:40 11936#0: *3 content phase: 9 2009/11/18 12:40:40 11936#0: *3 open index "/nginx/html/index.html" 2009/11/18 12:40:40 11936#0: *3 internal redirect: "/index.html?" 2009/11/18 12:40:40 11936#0: *3 generic phase: 0 2009/11/18 12:40:40 11936#0: *3 test location: "/" 2009/11/18 12:40:40 11936#0: *3 test location: "50x.html" 2009/11/18 12:40:40 11936#0: *3 using configuration "/" 2009/11/18 12:40:40 11936#0: *3 http cl:-1 max:1048576 2009/11/18 12:40:40 11936#0: *3 generic phase: 2 2009/11/18 12:40:40 11936#0: *3 post rewrite phase: 3 2009/11/18 12:40:40 11936#0: *3 generic phase: 4 2009/11/18 12:40:40 11936#0: *3 generic phase: 5 2009/11/18 12:40:40 11936#0: *3 access phase: 6 2009/11/18 12:40:40 11936#0: *3 access phase: 7 2009/11/18 12:40:40 11936#0: *3 post access phase: 8 2009/11/18 12:40:40 11936#0: *3 content phase: 9 2009/11/18 12:40:40 11936#0: *3 content phase: 10 2009/11/18 12:40:40 11936#0: *3 content phase: 11 2009/11/18 12:40:40 11936#0: *3 http filename: "/nginx/html/index.html" 2009/11/18 12:40:40 11936#0: *3 add cleanup: 080D854C 2009/11/18 12:40:40 11936#0: *3 http static fd: 14 2009/11/18 12:40:40 11936#0: *3 http set discard body 2009/11/18 12:40:40 11936#0: *3 http ims:1258500229 lm:1258500229 2009/11/18 12:40:40 11936#0: *3 HTTP/1.1 304 Not Modified Server: nginx Date: Wed, 18 Nov 2009 11:40:40 GMT Last-Modified: Tue, 17 Nov 2009 23:23:49 GMT Connection: keep-alive

2009/11/18 12:40:40 11936#0: *3 write new buf t:1 f:0 080D8650, pos 080D8650,
size: 151 file: 0, size: 0 2009/11/18 12:40:40 11936#0: *3 http write filter: l:1 f:0 s:151 2009/11/18 12:40:40 11936#0: *3 http write filter limit 0 2009/11/18 12:40:40 11936#0: *3 writev: 151 2009/11/18 12:40:40 11936#0: *3 http write filter 00000000 2009/11/18 12:40:40 11936#0: *3 http finalize request: 0, "/index.html?" a:1,
c:2 2009/11/18 12:40:40 11936#0: *3 http request count:2 blk:0 2009/11/18 12:40:40 11936#0: *3 http finalize request: -4, "/index.html?" a:1,
c:1 2009/11/18 12:40:40 11936#0: *3 set http keepalive handler 2009/11/18 12:40:40 11936#0: *3 http close request 2009/11/18 12:40:40 11936#0: *3 http log handler 2009/11/18 12:40:40 11936#0: *3 run cleanup: 080D854C 2009/11/18 12:40:40 11936#0: *3 file cleanup: fd:14 2009/11/18 12:40:40 11936#0: *3 free: 080D8000, unused: 2015 2009/11/18 12:40:40 11936#0: *3 event timer add: 3: 65000:119087386 2009/11/18 12:40:40 11936#0: *3 free: 080E3A08 2009/11/18 12:40:40 11936#0: *3 free: 080D7410 2009/11/18 12:40:40 11936#0: *3 hc free: 00000000 0 2009/11/18 12:40:40 11936#0: *3 hc busy: 00000000 0 2009/11/18 12:40:40 11936#0: *3 post event 081040AC 2009/11/18 12:40:40 11936#0: *3 delete posted event 081040AC 2009/11/18 12:40:40 11936#0: *3 http keepalive handler 2009/11/18 12:40:40 11936#0: *3 malloc: 080E3A08:1024 2009/11/18 12:40:40 11936#0: *3 recv: fd:3 -1 of 1024 2009/11/18 12:40:40 11936#0: *3 recv() not ready (11: Resource temporarily
unavailable) 2009/11/18 12:41:03 11936#0: *3 http keepalive handler 2009/11/18 12:41:03 11936#0: *3 recv: fd:3 704 of 1024 2009/11/18 12:41:03 11936#0: *3 malloc: 080D7410:656 2009/11/18 12:41:03 11936#0: *3 posix_memalign: 080D8000:4096 @4096 2009/11/18 12:41:03 11936#0: *3 http process request line 2009/11/18 12:41:03 11936#0: *3 http request line: "GET / HTTP/1.1" 2009/11/18 12:41:03 11936#0: *3 http uri: "/" 2009/11/18 12:41:03 11936#0: *3 http args: "" 2009/11/18 12:41:03 11936#0: *3 http exten: "" 2009/11/18 12:41:03 11936#0: *3 http process request header line 2009/11/18 12:41:03 11936#0: *3 http header: "Accept: image/gif, image/jpeg,
image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/xaml+xml,
application/vnd.ms-xpsdocument, application/x-ms-xbap,
application/x-ms-application, application/vnd.ms-powerpoint,
application/vnd.ms-excel, application/msword, application/x-silverlight, */*" 2009/11/18 12:41:03 11936#0: *3 http header: "Referer:
http://www.domain2.de/fghj.jpg" 2009/11/18 12:41:03 11936#0: *3 http header: "Accept-Language: de" 2009/11/18 12:41:03 11936#0: *3 http header: "User-Agent: Mozilla/4.0
(compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR
3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR
3.5.30729)" 2009/11/18 12:41:03 11936#0: *3 http header: "Accept-Encoding: gzip, deflate" 2009/11/18 12:41:03 11936#0: *3 http header: "If-Modified-Since: Tue, 17 Nov
2009 23:23:49 GMT" 2009/11/18 12:41:03 11936#0: *3 http header: "Host: yy.xx.zzz.yy" # vserver IP 2009/11/18 12:41:03 11936#0: *3 http header: "Connection: Keep-Alive" 2009/11/18 12:41:03 11936#0: *3 http header done 2009/11/18 12:41:03 11936#0: *3 event timer del: 3: 119087386 2009/11/18 12:41:03 11936#0: *3 generic phase: 0 2009/11/18 12:41:03 11936#0: *3 test location: "/" 2009/11/18 12:41:03 11936#0: *3 using configuration "/" 2009/11/18 12:41:03 11936#0: *3 http cl:-1 max:1048576 2009/11/18 12:41:03 11936#0: *3 generic phase: 2 2009/11/18 12:41:03 11936#0: *3 post rewrite phase: 3 2009/11/18 12:41:03 11936#0: *3 generic phase: 4 2009/11/18 12:41:03 11936#0: *3 generic phase: 5 2009/11/18 12:41:03 11936#0: *3 access phase: 6 2009/11/18 12:41:03 11936#0: *3 access phase: 7 2009/11/18 12:41:03 11936#0: *3 post access phase: 8 2009/11/18 12:41:03 11936#0: *3 content phase: 9 2009/11/18 12:41:03 11936#0: *3 open index "/nginx/html/index.html" 2009/11/18 12:41:03 11936#0: *3 internal redirect: "/index.html?" 2009/11/18 12:41:03 11936#0: *3 generic phase: 0 2009/11/18 12:41:03 11936#0: *3 test location: "/" 2009/11/18 12:41:03 11936#0: *3 test location: "50x.html" 2009/11/18 12:41:03 11936#0: *3 using configuration "/" 2009/11/18 12:41:03 11936#0: *3 http cl:-1 max:1048576 2009/11/18 12:41:03 11936#0: *3 generic phase: 2 2009/11/18 12:41:03 11936#0: *3 post rewrite phase: 3 2009/11/18 12:41:03 11936#0: *3 generic phase: 4 2009/11/18 12:41:03 11936#0: *3 generic phase: 5 2009/11/18 12:41:03 11936#0: *3 access phase: 6 2009/11/18 12:41:03 11936#0: *3 access phase: 7 2009/11/18 12:41:03 11936#0: *3 post access phase: 8 2009/11/18 12:41:03 11936#0: *3 content phase: 9 2009/11/18 12:41:03 11936#0: *3 content phase: 10 2009/11/18 12:41:03 11936#0: *3 content phase: 11 2009/11/18 12:41:03 11936#0: *3 http filename: "/nginx/html/index.html" 2009/11/18 12:41:03 11936#0: *3 add cleanup: 080D854C 2009/11/18 12:41:03 11936#0: *3 http static fd: 14 2009/11/18 12:41:03 11936#0: *3 http set discard body 2009/11/18 12:41:03 11936#0: *3 http ims:1258500229 lm:1258500229 2009/11/18 12:41:03 11936#0: *3 HTTP/1.1 304 Not Modified Server: nginx Date: Wed, 18 Nov 2009 11:41:03 GMT Last-Modified: Tue, 17 Nov 2009 23:23:49 GMT Connection: keep-alive

2009/11/18 12:41:03 11936#0: *3 write new buf t:1 f:0 080D8650, pos 080D8650,
size: 151 file: 0, size: 0 2009/11/18 12:41:03 11936#0: *3 http write filter: l:1 f:0 s:151 2009/11/18 12:41:03 11936#0: *3 http write filter limit 0 2009/11/18 12:41:03 11936#0: *3 writev: 151 2009/11/18 12:41:03 11936#0: *3 http write filter 00000000 2009/11/18 12:41:03 11936#0: *3 http finalize request: 0, "/index.html?" a:1,
c:2 2009/11/18 12:41:03 11936#0: *3 http request count:2 blk:0 2009/11/18 12:41:03 11936#0: *3 http finalize request: -4, "/index.html?" a:1,
c:1 2009/11/18 12:41:03 11936#0: *3 set http keepalive handler 2009/11/18 12:41:03 11936#0: *3 http close request 2009/11/18 12:41:03 11936#0: *3 http log handler 2009/11/18 12:41:03 11936#0: *3 run cleanup: 080D854C 2009/11/18 12:41:03 11936#0: *3 file cleanup: fd:14 2009/11/18 12:41:03 11936#0: *3 free: 080D8000, unused: 2010 2009/11/18 12:41:03 11936#0: *3 event timer add: 3: 65000:119110479 2009/11/18 12:41:03 11936#0: *3 free: 080D7410 2009/11/18 12:41:03 11936#0: *3 free: 080E3A08 2009/11/18 12:41:03 11936#0: *3 hc free: 00000000 0 2009/11/18 12:41:03 11936#0: *3 hc busy: 00000000 0 2009/11/18 12:41:03 11936#0: *3 post event 081040AC 2009/11/18 12:41:03 11936#0: *3 delete posted event 081040AC 2009/11/18 12:41:03 11936#0: *3 http keepalive handler 2009/11/18 12:41:03 11936#0: *3 malloc: 080E3A08:1024 2009/11/18 12:41:03 11936#0: *3 recv: fd:3 -1 of 1024 2009/11/18 12:41:03 11936#0: *3 recv() not ready (11: Resource temporarily
unavailable) 2009/11/18 12:41:19 11936#0: *3 http keepalive handler 2009/11/18 12:41:19 11936#0: *3 recv: fd:3 610 of 1024 2009/11/18 12:41:19 11936#0: *3 malloc: 080D7410:656 2009/11/18 12:41:19 11936#0: *3 posix_memalign: 080D8000:4096 @4096 2009/11/18 12:41:19 11936#0: *3 http process request line 2009/11/18 12:41:19 11936#0: *3 http request line: "GET /ldc HTTP/1.1" 2009/11/18 12:41:19 11936#0: *3 http uri: "/ldc" 2009/11/18 12:41:19 11936#0: *3 http args: "" 2009/11/18 12:41:19 11936#0: *3 http exten: "" 2009/11/18 12:41:19 11936#0: *3 http process request header line 2009/11/18 12:41:19 11936#0: *3 http header: "Accept: image/gif, image/jpeg,
image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/xaml+xml,
application/vnd.ms-xpsdocument, application/x-ms-xbap,
application/x-ms-application, application/vnd.ms-powerpoint,
application/vnd.ms-excel, application/msword, application/x-silverlight, */*" 2009/11/18 12:41:19 11936#0: *3 http header: "Accept-Language: de" 2009/11/18 12:41:19 11936#0: *3 http header: "User-Agent: Mozilla/4.0
(compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR
3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR
3.5.30729)" 2009/11/18 12:41:19 11936#0: *3 http header: "Accept-Encoding: gzip, deflate" 2009/11/18 12:41:19 11936#0: *3 http header: "Host: yy.xx.zzz.yy" # vserver IP 2009/11/18 12:41:19 11936#0: *3 http header: "Connection: Keep-Alive" 2009/11/18 12:41:19 11936#0: *3 http header done 2009/11/18 12:41:19 11936#0: *3 event timer del: 3: 119110479 2009/11/18 12:41:19 11936#0: *3 generic phase: 0 2009/11/18 12:41:19 11936#0: *3 test location: "/" 2009/11/18 12:41:19 11936#0: *3 test location: "50x.html" 2009/11/18 12:41:19 11936#0: *3 using configuration "/" 2009/11/18 12:41:19 11936#0: *3 http cl:-1 max:1048576 2009/11/18 12:41:19 11936#0: *3 generic phase: 2 2009/11/18 12:41:19 11936#0: *3 post rewrite phase: 3 2009/11/18 12:41:19 11936#0: *3 generic phase: 4 2009/11/18 12:41:19 11936#0: *3 generic phase: 5 2009/11/18 12:41:19 11936#0: *3 access phase: 6 2009/11/18 12:41:19 11936#0: *3 access phase: 7 2009/11/18 12:41:19 11936#0: *3 post access phase: 8 2009/11/18 12:41:19 11936#0: *3 content phase: 9 2009/11/18 12:41:19 11936#0: *3 content phase: 10 2009/11/18 12:41:19 11936#0: *3 content phase: 11 2009/11/18 12:41:19 11936#0: *3 http filename: "/nginx/html/ldc" 2009/11/18 12:41:19 11936#0: *3 add cleanup: 080D8514 2009/11/18 12:41:19 11936#0: *3 open() "/nginx/html/ldc" failed (2: No such
file or directory), client: xx.yyy.zzz.xxx, server: localhost, request: "GET
/ldc HTTP/1.1", host: "vserver IP" # my home IP and vserver IP 2009/11/18 12:41:19 11936#0: *3 http finalize request: 404, "/ldc?" a:1, c:1 2009/11/18 12:41:19 11936#0: *3 http special response: 404, "/ldc?" 2009/11/18 12:41:19 11936#0: *3 http set discard body 2009/11/18 12:41:19 11936#0: *3 HTTP/1.1 404 Not Found Server: nginx Date: Wed, 18 Nov 2009 11:41:19 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: keep-alive Content-Encoding: gzip

2009/11/18 12:41:19 11936#0: *3 write new buf t:1 f:0 080D85F4, pos 080D85F4,
size: 179 file: 0, size: 0 2009/11/18 12:41:19 11936#0: *3 http write filter: l:0 f:0 s:179 2009/11/18 12:41:19 11936#0: *3 http output filter "/ldc?" 2009/11/18 12:41:19 11936#0: *3 http copy filter: "/ldc?" 2009/11/18 12:41:19 11936#0: *3 http postpone filter "/ldc?" 080D8784 2009/11/18 12:41:19 11936#0: *3 http gzip filter 2009/11/18 12:41:19 11936#0: *3 malloc: 080D9008:16384 2009/11/18 12:41:19 11936#0: *3 gzip alloc: n:1 s:5824 a:8192 p:080D9008 2009/11/18 12:41:19 11936#0: *3 gzip alloc: n:1024 s:2 a:2048 p:080DB008 2009/11/18 12:41:19 11936#0: *3 gzip alloc: n:1024 s:2 a:2048 p:080DB808 2009/11/18 12:41:19 11936#0: *3 gzip alloc: n:1024 s:2 a:2048 p:080DC008 2009/11/18 12:41:19 11936#0: *3 gzip alloc: n:512 s:4 a:2048 p:080DC808 2009/11/18 12:41:19 11936#0: *3 gzip in: 080D87A4 2009/11/18 12:41:19 11936#0: *3 gzip in_buf:080D86B0 ni:080B8660 ai:116 2009/11/18 12:41:19 11936#0: *3 malloc: 0811E020:4096 2009/11/18 12:41:19 11936#0: *3 deflate in: ni:080B8660 no:0811E020 ai:116
ao:4096 fl:0 redo:0 2009/11/18 12:41:19 11936#0: *3 deflate out: ni:080B86D4 no:0811E020 ai:0
ao:4096 rc:0 2009/11/18 12:41:19 11936#0: *3 gzip in_buf:080D86B0 pos:080B8660 2009/11/18 12:41:19 11936#0: *3 gzip in: 080D87AC 2009/11/18 12:41:19 11936#0: *3 gzip in_buf:080D86E4 ni:080B8120 ai:46 2009/11/18 12:41:19 11936#0: *3 deflate in: ni:080B8120 no:0811E020 ai:46
ao:4096 fl:0 redo:0 2009/11/18 12:41:19 11936#0: *3 deflate out: ni:080B814E no:0811E020 ai:0
ao:4096 rc:0 2009/11/18 12:41:19 11936#0: *3 gzip in_buf:080D86E4 pos:080B8120 2009/11/18 12:41:19 11936#0: *3 gzip in: 080D87B4 2009/11/18 12:41:19 11936#0: *3 gzip in_buf:080D8718 ni:080B8160 ai:402 2009/11/18 12:41:19 11936#0: *3 deflate in: ni:080B8160 no:0811E020 ai:402
ao:4096 fl:4 redo:0 2009/11/18 12:41:19 11936#0: *3 deflate out: ni:080B82F2 no:0811E0C4 ai:0
ao:3932 rc:1 2009/11/18 12:41:19 11936#0: *3 gzip in_buf:080D8718 pos:080B8160 2009/11/18 12:41:19 11936#0: *3 free: 080D9008 2009/11/18 12:41:19 11936#0: *3 http chunk: 10 2009/11/18 12:41:19 11936#0: *3 http chunk: 172 2009/11/18 12:41:19 11936#0: *3 write old buf t:1 f:0 080D85F4, pos 080D85F4,
size: 179 file: 0, size: 0 2009/11/18 12:41:19 11936#0: *3 write new buf t:1 f:0 00000000, pos 080D8880,
size: 4 file: 0, size: 0 2009/11/18 12:41:19 11936#0: *3 write new buf t:0 f:0 00000000, pos 080BAAE4,
size: 10 file: 0, size: 0 2009/11/18 12:41:19 11936#0: *3 write new buf t:1 f:0 0811E020, pos 0811E020,
size: 172 file: 0, size: 0 2009/11/18 12:41:19 11936#0: *3 write new buf t:0 f:0 00000000, pos 080B1D5C,
size: 7 file: 0, size: 0 2009/11/18 12:41:19 11936#0: *3 http write filter: l:1 f:1 s:372 2009/11/18 12:41:19 11936#0: *3 http write filter limit 0 2009/11/18 12:41:19 11936#0: *3 writev: 372 2009/11/18 12:41:19 11936#0: *3 http write filter 00000000 2009/11/18 12:41:19 11936#0: *3 http copy filter: 0 "/ldc?" 2009/11/18 12:41:19 11936#0: *3 http finalize request: 0, "/ldc?" a:1, c:1 2009/11/18 12:41:19 11936#0: *3 set http keepalive handler 2009/11/18 12:41:19 11936#0: *3 http close request 2009/11/18 12:41:19 11936#0: *3 http log handler 2009/11/18 12:41:19 11936#0: *3 free: 0811E020 2009/11/18 12:41:19 11936#0: *3 free: 00000000 2009/11/18 12:41:19 11936#0: *3 free: 080D8000, unused: 1538 2009/11/18 12:41:19 11936#0: *3 event timer add: 3: 65000:119126972 2009/11/18 12:41:19 11936#0: *3 free: 080D7410 2009/11/18 12:41:19 11936#0: *3 free: 080E3A08 2009/11/18 12:41:19 11936#0: *3 hc free: 00000000 0 2009/11/18 12:41:19 11936#0: *3 hc busy: 00000000 0 2009/11/18 12:41:19 11936#0: *3 post event 081040AC 2009/11/18 12:41:19 11936#0: *3 delete posted event 081040AC 2009/11/18 12:41:19 11936#0: *3 http keepalive handler 2009/11/18 12:41:19 11936#0: *3 malloc: 080E3A08:1024 2009/11/18 12:41:19 11936#0: *3 recv: fd:3 -1 of 1024 2009/11/18 12:41:19 11936#0: *3 recv() not ready (11: Resource temporarily
unavailable) 2009/11/18 12:41:32 11936#0: accept on 0.0.0.0:80, ready: 0 2009/11/18 12:41:32 11936#0: posix_memalign: 080D7500:256 @256 2009/11/18 12:41:32 11936#0: *4 accept: xx.yyy.zzz.xxx fd:14 # my home IP 2009/11/18 12:41:32 11936#0: *4 event timer add: 14: 60000:119135167 2009/11/18 12:41:32 11936#0: *4 epoll add event: fd:14 op:1 ev:80000001 2009/11/18 12:41:32 11936#0: *4 malloc: 080D7608:656 2009/11/18 12:41:32 11936#0: *4 malloc: 080D78A0:1024 2009/11/18 12:41:32 11936#0: *4 posix_memalign: 080D8000:4096 @4096 2009/11/18 12:41:32 11936#0: *4 http process request line 2009/11/18 12:41:32 11936#0: *4 recv: fd:14 669 of 1024 2009/11/18 12:41:32 11936#0: *4 http request line: "GET / HTTP/1.1" 2009/11/18 12:41:32 11936#0: *4 http uri: "/" 2009/11/18 12:41:32 11936#0: *4 http args: "" 2009/11/18 12:41:32 11936#0: *4 http exten: "" 2009/11/18 12:41:32 11936#0: *4 http process request header line 2009/11/18 12:41:32 11936#0: *4 http header: "Accept: image/gif, image/jpeg,
image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/xaml+xml,
application/vnd.ms-xpsdocument, application/x-ms-xbap,
application/x-ms-application, application/vnd.ms-powerpoint,
application/vnd.ms-excel, application/msword, application/x-silverlight, */*" 2009/11/18 12:41:32 11936#0: *4 http header: "Accept-Language: de" 2009/11/18 12:41:32 11936#0: *4 http header: "User-Agent: Mozilla/4.0
(compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR
3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR
3.5.30729)" 2009/11/18 12:41:32 11936#0: *4 http header: "Accept-Encoding: gzip, deflate" 2009/11/18 12:41:32 11936#0: *4 http header: "If-Modified-Since: Tue, 17 Nov
2009 12:08:26 GMT" 2009/11/18 12:41:32 11936#0: *4 http header: "Host: www.domain1.de" 2009/11/18 12:41:32 11936#0: *4 http header: "Connection: Keep-Alive" 2009/11/18 12:41:32 11936#0: *4 http header done 2009/11/18 12:41:41 11936#0: *4 posix_memalign: 080D8000:4096 @4096 2009/11/18 12:41:41 11936#0: *4 http process request line 2009/11/18 12:41:41 11936#0: *4 http request line: "GET /test2.html HTTP/1.1" 2009/11/18 12:41:41 11936#0: *4 http uri: "/test2.html" 2009/11/18 12:41:41 11936#0: *4 http args: "" 2009/11/18 12:41:41 11936#0: *4 http exten: "html" 2009/11/18 12:41:41 11936#0: *4 http process request header line 2009/11/18 12:41:41 11936#0: *4 http header: "Accept: image/gif, image/jpeg,
image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/xaml+xml,
application/vnd.ms-xpsdocument, application/x-ms-xbap,
application/x-ms-application, application/vnd.ms-powerpoint,
application/vnd.ms-excel, application/msword, application/x-silverlight, */*" 2009/11/18 12:41:41 11936#0: *4 http header: "Accept-Language: de" 2009/11/18 12:41:41 11936#0: *4 http header: "User-Agent: Mozilla/4.0
(compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR
3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR
3.5.30729)" 2009/11/18 12:41:41 11936#0: *4 http header: "Accept-Encoding: gzip, deflate" 2009/11/18 12:41:41 11936#0: *4 http header: "If-Modified-Since: Tue, 17 Nov
2009 13:57:50 GMT" 2009/11/18 12:41:41 11936#0: *4 http header: "Host: www.domain1.de" 2009/11/18 12:41:41 11936#0: *4 http header: "Connection: Keep-Alive" 2009/11/18 12:41:41 11936#0: *4 http header done 2009/11/18 12:42:21 11936#0: *3 http keepalive handler 2009/11/18 12:42:21 11936#0: *3 recv: fd:3 -1 of 1024 2009/11/18 12:42:21 11936#0: *3 client xx.yyy.zzz.xxx closed keepalive
connection (104: Connection reset by peer) # my home IP 2009/11/18 12:42:21 11936#0: *3 close http connection: 3 2009/11/18 12:42:21 11936#0: *3 event timer del: 3: 119126972 2009/11/18 12:42:21 11936#0: *3 free: 080E3A08 2009/11/18 12:42:21 11936#0: *3 free: 00000000 2009/11/18 12:42:21 11936#0: *3 free: 080E3900, unused: 56

################################################################################################### root

drwxr-xr-x 2 root root 4096 16. Nov 23:13 bin drwxr-xr-x 2 root root 4096 31. Aug 05:45 boot drwxr-xr-x 4 root root 4096 18. Nov 02:42 dev drwxr-xr-x 44 root root 4096 17. Nov 12:30 etc drwxr-xr-x 4 root root 4096 16. Nov 23:21 home drwxr-xr-x 10 root root 4096 16. Nov 23:12 lib drwxr-xr-x 2 root root 4096 14. Okt 13:35 media drwxr-xr-x 2 root root 4096 31. Aug 05:45 mnt drwxr-xr-x 13 root root 4096 18. Nov 12:21 nginx drwxr-xr-x 2 root root 4096 14. Okt 13:35 opt dr-xr-xr-x 659 root root 0 16. Nov 23:04 proc drwx------ 4 root root 4096 16. Nov 23:25 root drwxr-xr-x 2 root root 4096 16. Nov 23:04 sbin drwxr-xr-x 2 root root 4096 16. Sep 2008 selinux drwxrwxr-x 8 root webadmin 4096 17. Nov 16:51 source drwxr-xr-x 2 root root 4096 14. Okt 13:35 srv drwxr-xr-x 4 root root 0 16. Nov 23:04 sys drwxrwxrwt 4 root root 4096 18. Nov 00:23 tmp drwxr-xr-x 11 root root 4096 14. Okt 13:56 usr drwxr-xr-x 13 root root 4096 14. Okt 13:35 var drwxr-xr-x 6 root root 4096 17. Nov 13:08 www

Folder www

drwxr-xr-x 3 root root 4096 17. Nov 13:08 domain-2.de drwxr-xr-x 3 root root 4096 17. Nov 14:57 domain-1.de drwxr-xr-x 3 root root 4096 17. Nov 13:08 domain-3.de drwxr-xr-x 3 root root 4096 17. Nov 13:08 domain-4.de

Folder nginx

-rw-r--r-- 1 root root 10663 18. Nov 00:22 autoconf.err drwx------ 2 nginx root 4096 18. Nov 00:25 client_body_temp drwxr-xr-x 2 root root 4096 18. Nov 00:23 conf drwx------ 2 nginx root 4096 18. Nov 00:25 fastcgi_temp drwxr-xr-x 2 root root 4096 18. Nov 12:28 firelogs drwxr-xr-x 2 root root 4096 18. Nov 00:23 html drwxr-xr-x 2 root root 4096 18. Nov 15:32 logs -rw-r--r-- 1 root root 34946 18. Nov 00:22 Makefile -rwxr-xr-x 1 root root 3793329 18. Nov 00:23 nginx -rw-r--r-- 1 root root 5391 18. Nov 00:22 ngx_auto_config.h -rw-r--r-- 1 root root 657 18. Nov 00:22 ngx_auto_headers.h -rw-r--r-- 1 root root 3604 18. Nov 00:22 ngx_modules.c -rw-r--r-- 1 root root 48472 18. Nov 00:23 ngx_modules.o drwx------ 2 nginx root 4096 18. Nov 00:25 proxy_temp drwxr-xr-x 2 root root 4096 18. Nov 00:23 sbin drwxr-xr-x 2 root root 4096 18. Nov 12:31 sites-available drwxr-xr-x 2 root root 4096 18. Nov 12:40 sites-enabled drwxr-xr-x 8 root root 4096 18. Nov 00:22 src

Where is the problem (I'm only?)?

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,23878,23878#msg-23878