Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple/virtual hosts with Domain Access #65

Closed
Sil68 opened this issue Sep 22, 2012 · 3 comments
Closed

Multiple/virtual hosts with Domain Access #65

Sil68 opened this issue Sep 22, 2012 · 3 comments
Assignees

Comments

@Sil68
Copy link

Sil68 commented Sep 22, 2012

I've got the domain access module installed and active, and all my various sites (virtual hosts) are being configured both on an nginx level as virtual hosts, as well as on a drupal level as domains.

Albeit when trying to access any other than the default domain I'm receiving an Error 400 message, eg.

...
Error 400

We're sorry, but we could not fulfill your request for /admin/structure/domain on this server.

An invalid request was received from your browser. This may be caused by a malfunctioning proxy server or browser privacy software.
...

@ghost ghost assigned perusio Sep 22, 2012
@perusio
Copy link
Owner

perusio commented Sep 22, 2012

I have 0 experience with the domain access module. I guess the easiest thing is to try out myself and report back. Also a debug log would be nice.

@Sil68
Copy link
Author

Sil68 commented Sep 22, 2012

Please find enclosed two debug error logs: a) the main/default one (my.host.net); and b) the second one (my.host2.net).

~_~_~_~_~_~_~_~_~_~_~_~_
:: my.host.net-error.log
:: =====================
_
~_~_~_~_~_~_~_~_~_~_~_~
2012/09/22 15:05:08 [debug] 36561#0: kevent set event: 41: ft:-1 fl:0005
2012/09/22 15:05:08 [debug] 36561#0: kevent deleted: 41: ft:-1
2012/09/22 15:05:08 [debug] 36560#0: kevent set event: 41: ft:-1 fl:0005
2012/09/22 15:05:08 [debug] 36562#0: kevent set event: 41: ft:-1 fl:0005
2012/09/22 15:05:08 [debug] 36562#0: kevent deleted: 41: ft:-1
2012/09/22 15:05:29 [debug] 36560#0: accept on a.b.c.d:80, ready: 1
2012/09/22 15:05:29 [debug] 36560#0: posix_memalign: 00007FD13341F420:256 @16
2012/09/22 15:05:29 [debug] 36560#0: 1 accept: a.b.c.d fd:60
2012/09/22 15:05:29 [debug] 36560#0: *1 event timer add: 60: 180000:1348319309861
2012/09/22 15:05:29 [debug] 36560#0: *1 kevent set event: 60: ft:-1 fl:0025
2012/09/22 15:05:29 [debug] 36560#0: *1 malloc: 00007FD133824400:1312
2012/09/22 15:05:29 [debug] 36560#0: *1 posix_memalign: 00007FD13341F520:256 @16
2012/09/22 15:05:29 [debug] 36560#0: *1 malloc: 00007FD133808800:1024
2012/09/22 15:05:29 [debug] 36560#0: *1 posix_memalign: 00007FD133807400:4096 @16
2012/09/22 15:05:29 [debug] 36560#0: *1 http process request line
2012/09/22 15:05:29 [debug] 36560#0: *1 recv: eof:0, avail:812, err:0
2012/09/22 15:05:29 [debug] 36560#0: *1 recv: fd:60 812 of 1024
2012/09/22 15:05:29 [debug] 36560#0: *1 http request line: "GET /admin/structure/domain HTTP/1.1"
2012/09/22 15:05:29 [debug] 36560#0: *1 http uri: "/admin/structure/domain"
2012/09/22 15:05:29 [debug] 36560#0: *1 http args: ""
2012/09/22 15:05:29 [debug] 36560#0: *1 http exten: ""
2012/09/22 15:05:29 [debug] 36560#0: *1 http process request header line
2012/09/22 15:05:29 [debug] 36560#0: *1 http header: "Host: my.host.net"
2012/09/22 15:05:29 [debug] 36560#0: *1 http header: "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_1) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25"
2012/09/22 15:05:29 [debug] 36560#0: *1 http header: "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,
/;q=0.8"
2012/09/22 15:05:29 [debug] 36560#0: *1 http header: "DNT: 1"
2012/09/22 15:05:29 [debug] 36560#0: *1 http header: "Referer: http://my.host.net/admin/modules"
2012/09/22 15:05:29 [debug] 36560#0: *1 http header: "Accept-Language: en-gb"
2012/09/22 15:05:29 [debug] 36560#0: *1 http header: "Accept-Encoding: gzip, deflate"
2012/09/22 15:05:29 [debug] 36560#0: *1 http header: "If-Modified-Since: Sat, 22 Sep 2012 08:28:58 GMT"
2012/09/22 15:05:29 [debug] 36560#0: *1 http header: "Cookie: SESSd04d6442803e6cfe6e2b28ff08fe29c4=LpaPzULUgX2SAuaklSnt1glpAUnIAgNsEGFEM1Q0amk; SESS66d3b3c656cdaa9908c3e47f01bb437a=XYymWB8OAWO0Cf1R5IINo6FI136PzrWndpOEs9bdf1Y; PHPSESSID=st4dn1t24gh14ejnrd07ls7mi3; has_js=1; Drupal.tableDrag.showWeight=0; Drupal.toolbar.collapsed=0; pk_id.1.9940=00ec4203202408e4.1339330059.12.1339523989.1339518835."
2012/09/22 15:05:29 [debug] 36560#0: *1 http header: "Connection: keep-alive"
2012/09/22 15:05:29 [debug] 36560#0: *1 http header done
2012/09/22 15:05:29 [debug] 36560#0: *1 event timer del: 60: 1348319309861
2012/09/22 15:05:29 [debug] 36560#0: *1 generic phase: 0
2012/09/22 15:05:29 [debug] 36560#0: *1 rewrite phase: 1
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var
2012/09/22 15:05:29 [debug] 36560#0: *1 http map started
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_1) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25"
2012/09/22 15:05:29 [debug] 36560#0: *1 http map: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_1) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25" "0"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "0"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script if
2012/09/22 15:05:29 [debug] 36560#0: *1 http script if: false
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var
2012/09/22 15:05:29 [debug] 36560#0: *1 http geo started: a.b.c.d
2012/09/22 15:05:29 [debug] 36560#0: *1 http geo: 0
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "0"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script if
2012/09/22 15:05:29 [debug] 36560#0: *1 http script if: false
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var
2012/09/22 15:05:29 [debug] 36560#0: *1 http map started
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "GET"
2012/09/22 15:05:29 [debug] 36560#0: *1 http map: "GET" "0"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "0"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script if
2012/09/22 15:05:29 [debug] 36560#0: *1 http script if: false
2012/09/22 15:05:29 [debug] 36560#0: *1 test location: "/"
2012/09/22 15:05:29 [debug] 36560#0: *1 test location: "patches"
2012/09/22 15:05:29 [debug] 36560#0: *1 test location: "fpm-status"
2012/09/22 15:05:29 [debug] 36560#0: *1 test location: "backup"
2012/09/22 15:05:29 [debug] 36560#0: *1 test location: ".git"
2012/09/22 15:05:29 [debug] 36560#0: *1 test location: "/sites/default/files/audio/ogg"
2012/09/22 15:05:29 [debug] 36560#0: *1 test location: "/sites/default/files/advagg_js/"
2012/09/22 15:05:29 [debug] 36560#0: *1 test location: "/sites/default/files/advagg_css/"
2012/09/22 15:05:29 [debug] 36560#0: *1 test location: "/help/"
2012/09/22 15:05:29 [debug] 36560#0: *1 test location: ~ "/imagecache/"
2012/09/22 15:05:29 [debug] 36560#0: *1 test location: ~ "/files/styles/"
2012/09/22 15:05:29 [debug] 36560#0: *1 test location: ~ "^.+.(?:css|js|jpe?g|gif|ico|png|html|xml)$"
2012/09/22 15:05:29 [debug] 36560#0: *1 test location: ~ "^.+.(?:pdf|pptx?)$"
2012/09/22 15:05:29 [debug] 36560#0: *1 test location: ~ "^(?:.+.(?:htaccess|make|txt|engine|inc|info|install|module|profile|po|sh|.sql|test|theme|tpl(?:.php)?|xtmpl)|code-style.pl|/Entries.|/Repository|/Root|/Tag|/Template)$"
2012/09/22 15:05:29 [debug] 36560#0: *1 test location: ~ "^.+.php$"
2012/09/22 15:05:29 [debug] 36560#0: *1 test location: ~ "^(.
)/x-progress-id:(\w
)"
2012/09/22 15:05:29 [debug] 36560#0: *1 using configuration "/"
2012/09/22 15:05:29 [debug] 36560#0: *1 http cl:-1 max:10485760
2012/09/22 15:05:29 [debug] 36560#0: *1 rewrite phase: 3
2012/09/22 15:05:29 [debug] 36560#0: *1 rewrite phase: 4
2012/09/22 15:05:29 [debug] 36560#0: *1 post rewrite phase: 5
2012/09/22 15:05:29 [debug] 36560#0: *1 generic phase: 6
2012/09/22 15:05:29 [debug] 36560#0: *1 generic phase: 7
2012/09/22 15:05:29 [debug] 36560#0: *1 generic phase: 8
2012/09/22 15:05:29 [debug] 36560#0: *1 generic phase: 9
2012/09/22 15:05:29 [debug] 36560#0: *1 limit conn: B7CA6CC6 1
2012/09/22 15:05:29 [debug] 36560#0: *1 add cleanup: 00007FD1338082F0
2012/09/22 15:05:29 [debug] 36560#0: *1 access phase: 10
2012/09/22 15:05:29 [debug] 36560#0: *1 access phase: 11
2012/09/22 15:05:29 [debug] 36560#0: *1 post access phase: 12
2012/09/22 15:05:29 [debug] 36560#0: *1 try files phase: 13
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "/admin/structure/domain"
2012/09/22 15:05:29 [debug] 36560#0: *1 trying to use file: "/admin/structure/domain" "/Volumes/MHData/Web/apps/Drupal/admin/structure/domain"
2012/09/22 15:05:29 [debug] 36560#0: *1 trying to use file: "@drupal" "/Volumes/MHData/Web/apps/Drupal@drupal"
2012/09/22 15:05:29 [debug] 36560#0: *1 test location: "@drupal"
2012/09/22 15:05:29 [debug] 36560#0: *1 using location: @drupal "/admin/structure/domain?"
2012/09/22 15:05:29 [debug] 36560#0: *1 rewrite phase: 3
2012/09/22 15:05:29 [debug] 36560#0: *1 rewrite phase: 4
2012/09/22 15:05:29 [debug] 36560#0: *1 post rewrite phase: 5
2012/09/22 15:05:29 [debug] 36560#0: *1 generic phase: 6
2012/09/22 15:05:29 [debug] 36560#0: *1 generic phase: 7
2012/09/22 15:05:29 [debug] 36560#0: *1 generic phase: 8
2012/09/22 15:05:29 [debug] 36560#0: *1 generic phase: 9
2012/09/22 15:05:29 [debug] 36560#0: *1 access phase: 10
2012/09/22 15:05:29 [debug] 36560#0: *1 access phase: 11
2012/09/22 15:05:29 [debug] 36560#0: *1 post access phase: 12
2012/09/22 15:05:29 [debug] 36560#0: *1 try files phase: 13
2012/09/22 15:05:29 [debug] 36560#0: *1 upload-progress: ngx_http_uploadprogress_content_handler
2012/09/22 15:05:29 [debug] 36560#0: *1 posix_memalign: 00007FD133840000:4096 @16
2012/09/22 15:05:29 [debug] 36560#0: *1 http init upstream, client timer: 0
2012/09/22 15:05:29 [debug] 36560#0: *1 kevent set event: 60: ft:-2 fl:0025
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "my.host.net"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "/admin/structure/domain"
2012/09/22 15:05:29 [debug] 36560#0: *1 http cache key: "my.host.net/admin/structure/domain"
2012/09/22 15:05:29 [debug] 36560#0: *1 http map started
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "SESSd04d6442803e6cfe6e2b28ff08fe29c4=LpaPzULUgX2SAuaklSnt1glpAUnIAgNsEGFEM1Q0amk; SESS66d3b3c656cdaa9908c3e47f01bb437a=XYymWB8OAWO0Cf1R5IINo6FI136PzrWndpOEs9bdf1Y; PHPSESSID=st4dn1t24gh14ejnrd07ls7mi3; has_js=1; Drupal.tableDrag.showWeight=0; Drupal.toolbar.collapsed=0; _pk_id.1.9940=00ec4203202408e4.1339330059.12.1339523989.1339518835."
2012/09/22 15:05:29 [debug] 36560#0: 1 http map: "SESSd04d6442803e6cfe6e2b28ff08fe29c4=LpaPzULUgX2SAuaklSnt1glpAUnIAgNsEGFEM1Q0amk; SESS66d3b3c656cdaa9908c3e47f01bb437a=XYymWB8OAWO0Cf1R5IINo6FI136PzrWndpOEs9bdf1Y; PHPSESSID=st4dn1t24gh14ejnrd07ls7mi3; has_js=1; Drupal.tableDrag.showWeight=0; Drupal.toolbar.collapsed=0; pk_id.1.9940=00ec4203202408e4.1339330059.12.1339523989.1339518835." "1"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "1"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "QUERY_STRING"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "q="
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "/admin/structure/domain"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "&"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "QUERY_STRING: q=/admin/structure/domain&"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "REQUEST_METHOD"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "GET"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "REQUEST_METHOD: GET"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "CONTENT_TYPE"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "CONTENT_TYPE: "
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "CONTENT_LENGTH"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "CONTENT_LENGTH: "
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "SCRIPT_NAME"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "/index.php"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "SCRIPT_NAME: /index.php"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "REQUEST_URI"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "/admin/structure/domain"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "REQUEST_URI: /admin/structure/domain"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "DOCUMENT_URI"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "/admin/structure/domain"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "DOCUMENT_URI: /admin/structure/domain"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "DOCUMENT_ROOT"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "/Volumes/MHData/Web/apps/Drupal"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "DOCUMENT_ROOT: /Volumes/MHData/Web/apps/Drupal"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "SERVER_PROTOCOL"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "HTTP/1.1"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "SERVER_PROTOCOL: HTTP/1.1"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "GATEWAY_INTERFACE"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "CGI/1.1"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "GATEWAY_INTERFACE: CGI/1.1"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "SERVER_SOFTWARE"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "nginx/"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "1.3.5"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "SERVER_SOFTWARE: nginx/1.3.5"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "REMOTE_ADDR"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "a.b.c.d"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "REMOTE_ADDR: a.b.c.d"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "REMOTE_PORT"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "54046"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "REMOTE_PORT: 54046"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "SERVER_ADDR"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "a.b.c.d"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "SERVER_ADDR: a.b.c.d"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "SERVER_PORT"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "80"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "SERVER_PORT: 80"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "SERVER_NAME"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "my.host.net"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "SERVER_NAME: my.host.net"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "REDIRECT_STATUS"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "200"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "REDIRECT_STATUS: 200"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "SCRIPT_FILENAME"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script var: "/Volumes/MHData/Web/apps/Drupal"
2012/09/22 15:05:29 [debug] 36560#0: *1 http script copy: "/index.php"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "SCRIPT_FILENAME: /Volumes/MHData/Web/apps/Drupal/index.php"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "HTTP_HOST: my.host.net"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "HTTP_USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_1) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "HTTP_ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,
/
;q=0.8"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "HTTP_DNT: 1"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "HTTP_REFERER: http://my.host.net/admin/modules"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "HTTP_ACCEPT_LANGUAGE: en-gb"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "HTTP_ACCEPT_ENCODING: gzip, deflate"
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "HTTP_COOKIE: SESSd04d6442803e6cfe6e2b28ff08fe29c4=LpaPzULUgX2SAuaklSnt1glpAUnIAgNsEGFEM1Q0amk; SESS66d3b3c656cdaa9908c3e47f01bb437a=XYymWB8OAWO0Cf1R5IINo6FI136PzrWndpOEs9bdf1Y; PHPSESSID=st4dn1t24gh14ejnrd07ls7mi3; has_js=1; Drupal.tableDrag.showWeight=0; Drupal.toolbar.collapsed=0; _pk_id.1.9940=00ec4203202408e4.1339330059.12.1339523989.1339518835."
2012/09/22 15:05:29 [debug] 36560#0: *1 fastcgi param: "HTTP_CONNECTION: keep-alive"
2012/09/22 15:05:29 [debug] 36560#0: *1 http cleanup add: 00007FD133840FD8
2012/09/22 15:05:29 [debug] 36560#0: *1 init keepalive peer
2012/09/22 15:05:29 [debug] 36560#0: *1 posix_memalign: 00007FD13383E000:4096 @16
2012/09/22 15:05:29 [debug] 36560#0: *1 get keepalive peer
2012/09/22 15:05:29 [debug] 36560#0: *1 get rr peer, try: 1
2012/09/22 15:05:29 [debug] 36560#0: *1 socket 61
2012/09/22 15:05:29 [debug] 36560#0: *1 connect to unix:/var/run/php/php-fpm.sock, fd:61 #2
2012/09/22 15:05:29 [debug] 36560#0: *1 kevent set event: 61: ft:-1 fl:0025
2012/09/22 15:05:29 [debug] 36560#0: *1 connected
2012/09/22 15:05:29 [debug] 36560#0: *1 http upstream connect: 0
2012/09/22 15:05:29 [debug] 36560#0: *1 posix_memalign: 00007FD13341A7F0:128 @16
2012/09/22 15:05:29 [debug] 36560#0: *1 http upstream send request
2012/09/22 15:05:29 [debug] 36560#0: *1 chain writer buf fl:0 s:1304
2012/09/22 15:05:29 [debug] 36560#0: *1 chain writer in: 00007FD133840FF0
2012/09/22 15:05:29 [debug] 36560#0: *1 writev: 1304 of 1304
2012/09/22 15:05:29 [debug] 36560#0: *1 chain writer out: 0000000000000000
2012/09/22 15:05:29 [debug] 36560#0: *1 event timer add: 61: 14400000:1348333529863
2012/09/22 15:05:29 [debug] 36560#0: *1 http finalize request: -4, "/admin/structure/domain?" a:1, c:3
2012/09/22 15:05:29 [debug] 36560#0: *1 http request count:3 blk:0
2012/09/22 15:05:29 [debug] 36560#0: *1 http finalize request: -4, "/admin/structure/domain?" a:1, c:2
2012/09/22 15:05:29 [debug] 36560#0: *1 http request count:2 blk:0
2012/09/22 15:05:29 [debug] 36560#0: *1 http run request: "/admin/structure/domain?"
2012/09/22 15:05:29 [debug] 36560#0: *1 http upstream check client, write event:1, "/admin/structure/domain"
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream request: "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream process header
2012/09/22 15:05:41 [debug] 36560#0: *1 malloc: 00007FD13383C000:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 recv: eof:0, avail:8192, err:0
2012/09/22 15:05:41 [debug] 36560#0: *1 recv: fd:61 4002 of 4002
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: 01
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: 06
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: 00
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: 01
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: 01
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: 53
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: 05
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: 00
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record length: 339
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi parser: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi header: "Expires: Sun, 19 Nov 1978 05:00:00 GMT"
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi parser: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi header: "Last-Modified: Sat, 22 Sep 2012 13:05:29 +0000"
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi parser: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi header: "Cache-Control: no-cache, must-revalidate, post-check=0, pre-check=0"
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi parser: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi header: "ETag: "1348319129""
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi parser: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi header: "X-XSS-Protection: 1; mode=block"
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi parser: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi header: "X-Content-Type-Options: nosniff"
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi parser: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi header: "X-Frame-Options: SameOrigin"
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi parser: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi header: "Content-Type: text/html; charset=utf-8"
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi parser: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi header: "Content-Language: en-gb"
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi parser: 1
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi header done
2012/09/22 15:05:41 [debug] 36560#0: *1 http ims:1348302538 lm:1348319129
2012/09/22 15:05:41 [debug] 36560#0: *1 http script var: "BYPASS"
2012/09/22 15:05:41 [debug] 36560#0: *1 uploadprogress error-tracker error: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 xslt filter header
2012/09/22 15:05:41 [debug] 36560#0: *1 HTTP/1.1 200 OK
Server: nginx
Date: Sat, 22 Sep 2012 13:05:41 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Keep-Alive: timeout=10
Vary: Accept-Encoding
Expires: Thu, 01 Jan 1970 00:00:01 GMT
Last-Modified: Sat, 22 Sep 2012 13:05:29 +0000
Cache-Control: no-cache
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Frame-Options: SameOrigin
Content-Language: en-gb
X-Micro-Cache: BYPASS
Content-Encoding: gzip

2012/09/22 15:05:41 [debug] 36560#0: *1 write new buf t:1 f:0 00007FD13383E6F8, pos 00007FD13383E6F8, size: 490 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 http write filter: l:0 f:0 s:490
2012/09/22 15:05:41 [debug] 36560#0: *1 http script var: "1"
2012/09/22 15:05:41 [debug] 36560#0: *1 http cacheable: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream process upstream
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe read upstream: 1
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe preread: 3655
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: 01
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: 06
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: 00
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: 01
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: FF
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: F8
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: 00
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: 00
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record length: 65528
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #0 00007FD13383C1C6
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD13383C1C6 3642
2012/09/22 15:05:41 [debug] 36560#0: *1 malloc: 00007FD13383A000:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: eof:0, avail:4190, err:0
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: 1, last:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe recv chain: 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #1 00007FD13383A000
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD13383A000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 malloc: 00007FD133838000:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: eof:0, avail:94, err:0
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: 1, last:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe recv chain: 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #2 00007FD133838000
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD133838000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD13383C000, pos 00007FD13383C1C6, size: 3642 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD13383A000, pos 00007FD13383A000, size: 4096 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD133838000, pos 00007FD133838000, size: 4096 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe length: 53694
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write downstream: 1
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write busy: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:1 00007FD13383C1C6 3642
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:1 00007FD13383A000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:1 00007FD133838000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write: out:00007FD13383EA60, f:1
2012/09/22 15:05:41 [debug] 36560#0: *1 http output filter "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 http copy filter: "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 image filter
2012/09/22 15:05:41 [debug] 36560#0: *1 xslt filter body
2012/09/22 15:05:41 [debug] 36560#0: *1 http postpone filter "/admin/structure/domain?" 00007FD13383EA00
2012/09/22 15:05:41 [debug] 36560#0: *1 http gzip filter
2012/09/22 15:05:41 [debug] 36560#0: *1 malloc: 000000010B85A000:270336
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip alloc: n:1 s:5936 a:8192 p:000000010B85A000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip alloc: n:32768 s:2 a:65536 p:000000010B85C000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip alloc: n:32768 s:2 a:65536 p:000000010B86C000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip alloc: n:32768 s:2 a:65536 p:000000010B87C000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip alloc: n:16384 s:4 a:65536 p:000000010B88C000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 00007FD13383EC78
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EA10 ni:00007FD13383C1C6 ai:3642
2012/09/22 15:05:41 [debug] 36560#0: *1 malloc: 00007FD133D20000:8192
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate in: ni:00007FD13383C1C6 no:00007FD133D20000 ai:3642 ao:8192 fl:0 redo:0
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate out: ni:00007FD13383D000 no:00007FD133D20000 ai:0 ao:8192 rc:0
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EA10 pos:00007FD13383C1C6
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 00007FD13383EC88
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EAD0 ni:00007FD13383A000 ai:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate in: ni:00007FD13383A000 no:00007FD133D20000 ai:4096 ao:8192 fl:0 redo:0
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate out: ni:00007FD13383B000 no:00007FD133D20000 ai:0 ao:8192 rc:0
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EAD0 pos:00007FD13383A000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 0000000000000000
2012/09/22 15:05:41 [debug] 36560#0: *1 http copy filter: 0 "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write busy: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:1 00007FD133838000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write: out:00007FD13383EBE0, f:0
2012/09/22 15:05:41 [debug] 36560#0: *1 http output filter "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 http copy filter: "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 image filter
2012/09/22 15:05:41 [debug] 36560#0: *1 xslt filter body
2012/09/22 15:05:41 [debug] 36560#0: *1 http postpone filter "/admin/structure/domain?" 00007FD13383EBE0
2012/09/22 15:05:41 [debug] 36560#0: *1 http gzip filter
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 00007FD13383ECF8
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EB90 ni:00007FD133838000 ai:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate in: ni:00007FD133838000 no:00007FD133D20000 ai:4096 ao:8192 fl:0 redo:0
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate out: ni:00007FD133839000 no:00007FD133D20000 ai:0 ao:8192 rc:0
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EB90 pos:00007FD133838000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 0000000000000000
2012/09/22 15:05:41 [debug] 36560#0: *1 http copy filter: 0 "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write busy: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write: out:0000000000000000, f:0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe read upstream: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD133838000, pos 00007FD133838000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383C000, pos 00007FD13383C000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383A000, pos 00007FD13383A000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe length: 53694
2012/09/22 15:05:41 [debug] 36560#0: *1 event timer del: 61: 1348333529863
2012/09/22 15:05:41 [debug] 36560#0: *1 event timer add: 61: 14400000:1348333541255
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream request: "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream process upstream
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe read upstream: 1
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: eof:0, avail:8192, err:0
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: 3, last:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe recv chain: 8192
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #3 00007FD133838000
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD133838000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #4 00007FD13383C000
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD13383C000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD133838000, pos 00007FD133838000, size: 4096 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD13383C000, pos 00007FD13383C000, size: 4096 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383A000, pos 00007FD13383A000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe length: 45502
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write downstream: 1
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write busy: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:1 00007FD133838000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:1 00007FD13383C000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write: out:00007FD13383EBE0, f:0
2012/09/22 15:05:41 [debug] 36560#0: *1 http output filter "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 http copy filter: "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 image filter
2012/09/22 15:05:41 [debug] 36560#0: *1 xslt filter body
2012/09/22 15:05:41 [debug] 36560#0: *1 http postpone filter "/admin/structure/domain?" 00007FD13383EA00
2012/09/22 15:05:41 [debug] 36560#0: *1 http gzip filter
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 00007FD13383ED18
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EB90 ni:00007FD133838000 ai:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate in: ni:00007FD133838000 no:00007FD133D20000 ai:4096 ao:8192 fl:0 redo:0
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate out: ni:00007FD133839000 no:00007FD133D20000 ai:0 ao:8192 rc:0
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EB90 pos:00007FD133838000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 00007FD13383ED28
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EAD0 ni:00007FD13383C000 ai:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate in: ni:00007FD13383C000 no:00007FD133D20000 ai:4096 ao:8192 fl:0 redo:0
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate out: ni:00007FD13383D000 no:00007FD133D20000 ai:0 ao:8192 rc:0
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EAD0 pos:00007FD13383C000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 0000000000000000
2012/09/22 15:05:41 [debug] 36560#0: *1 http copy filter: 0 "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write busy: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write: out:0000000000000000, f:0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe read upstream: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD133838000, pos 00007FD133838000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383C000, pos 00007FD13383C000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383A000, pos 00007FD13383A000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe length: 45502
2012/09/22 15:05:41 [debug] 36560#0: *1 event timer: 61, old: 1348333541255, new: 1348333541256
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream request: "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream process upstream
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe read upstream: 1
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: eof:0, avail:8192, err:0
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: 3, last:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe recv chain: 8192
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #5 00007FD133838000
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD133838000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #6 00007FD13383C000
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD13383C000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD133838000, pos 00007FD133838000, size: 4096 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD13383C000, pos 00007FD13383C000, size: 4096 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383A000, pos 00007FD13383A000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe length: 37310
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write downstream: 1
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write busy: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:1 00007FD133838000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:1 00007FD13383C000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write: out:00007FD13383EB20, f:0
2012/09/22 15:05:41 [debug] 36560#0: *1 http output filter "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 http copy filter: "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 image filter
2012/09/22 15:05:41 [debug] 36560#0: *1 xslt filter body
2012/09/22 15:05:41 [debug] 36560#0: *1 http postpone filter "/admin/structure/domain?" 00007FD13383ED08
2012/09/22 15:05:41 [debug] 36560#0: *1 http gzip filter
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 00007FD13383ED38
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EAD0 ni:00007FD133838000 ai:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate in: ni:00007FD133838000 no:00007FD133D20000 ai:4096 ao:8192 fl:0 redo:0
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate out: ni:00007FD133839000 no:00007FD133D20000 ai:0 ao:8192 rc:0
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EAD0 pos:00007FD133838000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 00007FD13383ED48
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EB90 ni:00007FD13383C000 ai:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate in: ni:00007FD13383C000 no:00007FD133D20000 ai:4096 ao:8192 fl:0 redo:0
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate out: ni:00007FD13383D000 no:00007FD133D20000 ai:0 ao:8192 rc:0
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EB90 pos:00007FD13383C000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 0000000000000000
2012/09/22 15:05:41 [debug] 36560#0: *1 http copy filter: 0 "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write busy: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write: out:0000000000000000, f:0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe read upstream: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD133838000, pos 00007FD133838000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383C000, pos 00007FD13383C000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383A000, pos 00007FD13383A000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe length: 37310
2012/09/22 15:05:41 [debug] 36560#0: *1 event timer: 61, old: 1348333541255, new: 1348333541257
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream request: "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream process upstream
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe read upstream: 1
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: eof:0, avail:8192, err:0
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: 3, last:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe recv chain: 8192
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #7 00007FD133838000
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD133838000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #8 00007FD13383C000
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD13383C000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD133838000, pos 00007FD133838000, size: 4096 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD13383C000, pos 00007FD13383C000, size: 4096 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383A000, pos 00007FD13383A000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe length: 29118
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write downstream: 1
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write busy: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:1 00007FD133838000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:1 00007FD13383C000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write: out:00007FD13383EBE0, f:0
2012/09/22 15:05:41 [debug] 36560#0: *1 http output filter "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 http copy filter: "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 image filter
2012/09/22 15:05:41 [debug] 36560#0: *1 xslt filter body
2012/09/22 15:05:41 [debug] 36560#0: *1 http postpone filter "/admin/structure/domain?" 00007FD13383EA00
2012/09/22 15:05:41 [debug] 36560#0: *1 http gzip filter
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 00007FD13383ED58
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EB90 ni:00007FD133838000 ai:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate in: ni:00007FD133838000 no:00007FD133D20000 ai:4096 ao:8192 fl:0 redo:0
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate out: ni:00007FD133839000 no:00007FD133D20000 ai:0 ao:8192 rc:0
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EB90 pos:00007FD133838000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 00007FD13383ED68
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EAD0 ni:00007FD13383C000 ai:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate in: ni:00007FD13383C000 no:00007FD133D20000 ai:4096 ao:8192 fl:0 redo:0
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate out: ni:00007FD13383D000 no:00007FD133D20000 ai:0 ao:8192 rc:0
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EAD0 pos:00007FD13383C000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 0000000000000000
2012/09/22 15:05:41 [debug] 36560#0: *1 http copy filter: 0 "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write busy: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write: out:0000000000000000, f:0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe read upstream: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD133838000, pos 00007FD133838000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383C000, pos 00007FD13383C000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383A000, pos 00007FD13383A000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe length: 29118
2012/09/22 15:05:41 [debug] 36560#0: *1 event timer: 61, old: 1348333541255, new: 1348333541257
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream request: "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream process upstream
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe read upstream: 1
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: eof:0, avail:8192, err:0
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: 3, last:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe recv chain: 8192
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #9 00007FD133838000
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD133838000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #10 00007FD13383C000
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD13383C000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD133838000, pos 00007FD133838000, size: 4096 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD13383C000, pos 00007FD13383C000, size: 4096 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383A000, pos 00007FD13383A000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe length: 20926
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write downstream: 1
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write busy: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:1 00007FD133838000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:1 00007FD13383C000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write: out:00007FD13383EB20, f:0
2012/09/22 15:05:41 [debug] 36560#0: *1 http output filter "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 http copy filter: "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 image filter
2012/09/22 15:05:41 [debug] 36560#0: *1 xslt filter body
2012/09/22 15:05:41 [debug] 36560#0: *1 http postpone filter "/admin/structure/domain?" 00007FD13383ED08
2012/09/22 15:05:41 [debug] 36560#0: *1 http gzip filter
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 00007FD13383ED78
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EAD0 ni:00007FD133838000 ai:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate in: ni:00007FD133838000 no:00007FD133D20000 ai:4096 ao:8192 fl:0 redo:0
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate out: ni:00007FD133839000 no:00007FD133D20000 ai:0 ao:8192 rc:0
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EAD0 pos:00007FD133838000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 00007FD13383ED88
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EB90 ni:00007FD13383C000 ai:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate in: ni:00007FD13383C000 no:00007FD133D20000 ai:4096 ao:8192 fl:0 redo:0
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate out: ni:00007FD13383D000 no:00007FD133D20000 ai:0 ao:8192 rc:0
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EB90 pos:00007FD13383C000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 0000000000000000
2012/09/22 15:05:41 [debug] 36560#0: *1 http copy filter: 0 "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write busy: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write: out:0000000000000000, f:0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe read upstream: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD133838000, pos 00007FD133838000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383C000, pos 00007FD13383C000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383A000, pos 00007FD13383A000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe length: 20926
2012/09/22 15:05:41 [debug] 36560#0: *1 event timer: 61, old: 1348333541255, new: 1348333541257
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream request: "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream process upstream
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe read upstream: 1
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: eof:0, avail:8192, err:0
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: 3, last:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe recv chain: 8192
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #11 00007FD133838000
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD133838000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #12 00007FD13383C000
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD13383C000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD133838000, pos 00007FD133838000, size: 4096 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD13383C000, pos 00007FD13383C000, size: 4096 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383A000, pos 00007FD13383A000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe length: 12734
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write downstream: 1
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write busy: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:1 00007FD133838000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:1 00007FD13383C000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write: out:00007FD13383EBE0, f:0
2012/09/22 15:05:41 [debug] 36560#0: *1 http output filter "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 http copy filter: "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 image filter
2012/09/22 15:05:41 [debug] 36560#0: *1 xslt filter body
2012/09/22 15:05:41 [debug] 36560#0: *1 http postpone filter "/admin/structure/domain?" 00007FD13383EA00
2012/09/22 15:05:41 [debug] 36560#0: *1 http gzip filter
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 00007FD13383ED98
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EB90 ni:00007FD133838000 ai:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate in: ni:00007FD133838000 no:00007FD133D20000 ai:4096 ao:8192 fl:0 redo:0
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate out: ni:00007FD133839000 no:00007FD133D20000 ai:0 ao:8192 rc:0
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EB90 pos:00007FD133838000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 00007FD13383EDA8
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EAD0 ni:00007FD13383C000 ai:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate in: ni:00007FD13383C000 no:00007FD133D20000 ai:4096 ao:8192 fl:0 redo:0
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate out: ni:00007FD13383D000 no:00007FD133D20000 ai:0 ao:8192 rc:0
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EAD0 pos:00007FD13383C000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 0000000000000000
2012/09/22 15:05:41 [debug] 36560#0: *1 http copy filter: 0 "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write busy: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write: out:0000000000000000, f:0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe read upstream: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD133838000, pos 00007FD133838000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383C000, pos 00007FD13383C000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383A000, pos 00007FD13383A000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe length: 12734
2012/09/22 15:05:41 [debug] 36560#0: *1 event timer: 61, old: 1348333541255, new: 1348333541258
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream request: "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream process upstream
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe read upstream: 1
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: eof:0, avail:8192, err:0
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: 3, last:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe recv chain: 8192
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #13 00007FD133838000
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD133838000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #14 00007FD13383C000
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD13383C000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD133838000, pos 00007FD133838000, size: 4096 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD13383C000, pos 00007FD13383C000, size: 4096 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383A000, pos 00007FD13383A000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe length: 4542
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write downstream: 1
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write busy: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:1 00007FD133838000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:1 00007FD13383C000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write: out:00007FD13383EB20, f:0
2012/09/22 15:05:41 [debug] 36560#0: *1 http output filter "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 http copy filter: "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 image filter
2012/09/22 15:05:41 [debug] 36560#0: *1 xslt filter body
2012/09/22 15:05:41 [debug] 36560#0: *1 http postpone filter "/admin/structure/domain?" 00007FD13383ED08
2012/09/22 15:05:41 [debug] 36560#0: *1 http gzip filter
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 00007FD13383EDB8
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EAD0 ni:00007FD133838000 ai:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate in: ni:00007FD133838000 no:00007FD133D20000 ai:4096 ao:8192 fl:0 redo:0
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate out: ni:00007FD133839000 no:00007FD133D20000 ai:0 ao:8192 rc:0
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EAD0 pos:00007FD133838000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 00007FD13383EDC8
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EB90 ni:00007FD13383C000 ai:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate in: ni:00007FD13383C000 no:00007FD133D20000 ai:4096 ao:8192 fl:0 redo:0
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate out: ni:00007FD13383D000 no:00007FD133D20000 ai:0 ao:8192 rc:0
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EB90 pos:00007FD13383C000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 0000000000000000
2012/09/22 15:05:41 [debug] 36560#0: *1 http copy filter: 0 "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write busy: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write: out:0000000000000000, f:0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe read upstream: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD133838000, pos 00007FD133838000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383C000, pos 00007FD13383C000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383A000, pos 00007FD13383A000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe length: 4542
2012/09/22 15:05:41 [debug] 36560#0: *1 event timer: 61, old: 1348333541255, new: 1348333541258
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream request: "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream process upstream
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe read upstream: 1
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: eof:0, avail:8192, err:0
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: 3, last:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe recv chain: 8192
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #15 00007FD133838000
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD133838000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #16 00007FD13383C000
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: 01
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: 06
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: 00
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: 01
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: FF
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: F8
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: 00
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record byte: 00
2012/09/22 15:05:41 [debug] 36560#0: *1 http fastcgi record length: 65528
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #16 00007FD13383C1C6
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD13383C1C6 3642
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD133838000, pos 00007FD133838000, size: 4096 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD13383C000, pos 00007FD13383C000, size: 446 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD13383C000, pos 00007FD13383C1C6, size: 3642 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383A000, pos 00007FD13383A000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe length: 61886
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write downstream: 1
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write busy: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:1 00007FD133838000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:0 00007FD13383C000 446
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:1 00007FD13383C1C6 3642
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write: out:00007FD13383EBE0, f:0
2012/09/22 15:05:41 [debug] 36560#0: *1 http output filter "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 http copy filter: "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 image filter
2012/09/22 15:05:41 [debug] 36560#0: *1 xslt filter body
2012/09/22 15:05:41 [debug] 36560#0: *1 http postpone filter "/admin/structure/domain?" 00007FD13383EA00
2012/09/22 15:05:41 [debug] 36560#0: *1 http gzip filter
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 00007FD13383EDE8
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EB90 ni:00007FD133838000 ai:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate in: ni:00007FD133838000 no:00007FD133D20000 ai:4096 ao:8192 fl:0 redo:0
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate out: ni:00007FD133839000 no:00007FD133D20000 ai:0 ao:8192 rc:0
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EB90 pos:00007FD133838000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 00007FD13383EDF8
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EAD0 ni:00007FD13383C000 ai:446
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate in: ni:00007FD13383C000 no:00007FD133D20000 ai:446 ao:8192 fl:0 redo:0
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate out: ni:00007FD13383C1BE no:00007FD133D20000 ai:0 ao:8192 rc:0
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EAD0 pos:00007FD13383C000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 00007FD13383EE08
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EA10 ni:00007FD13383C1C6 ai:3642
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate in: ni:00007FD13383C1C6 no:00007FD133D20000 ai:3642 ao:8192 fl:0 redo:0
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate out: ni:00007FD13383D000 no:00007FD133D20000 ai:0 ao:8192 rc:0
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EA10 pos:00007FD13383C1C6
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 0000000000000000
2012/09/22 15:05:41 [debug] 36560#0: *1 http copy filter: 0 "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write busy: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write: out:0000000000000000, f:0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe read upstream: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD133838000, pos 00007FD133838000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383C000, pos 00007FD13383C000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383A000, pos 00007FD13383A000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe length: 61886
2012/09/22 15:05:41 [debug] 36560#0: *1 event timer: 61, old: 1348333541255, new: 1348333541258
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream request: "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream process upstream
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe read upstream: 1
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: eof:0, avail:8192, err:0
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: 3, last:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe recv chain: 8192
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #17 00007FD133838000
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD133838000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #18 00007FD13383C000
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD13383C000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD133838000, pos 00007FD133838000, size: 4096 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD13383C000, pos 00007FD13383C000, size: 4096 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383A000, pos 00007FD13383A000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe length: 53694
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write downstream: 1
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write busy: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:1 00007FD133838000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:1 00007FD13383C000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write: out:00007FD13383EA60, f:0
2012/09/22 15:05:41 [debug] 36560#0: *1 http output filter "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 http copy filter: "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 image filter
2012/09/22 15:05:41 [debug] 36560#0: *1 xslt filter body
2012/09/22 15:05:41 [debug] 36560#0: *1 http postpone filter "/admin/structure/domain?" 00007FD13383EDD8
2012/09/22 15:05:41 [debug] 36560#0: *1 http gzip filter
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 00007FD13383EA00
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EA10 ni:00007FD133838000 ai:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate in: ni:00007FD133838000 no:00007FD133D20000 ai:4096 ao:8192 fl:0 redo:0
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate out: ni:00007FD133839000 no:00007FD133D20000 ai:0 ao:8192 rc:0
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EA10 pos:00007FD133838000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 00007FD13383EE18
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EAD0 ni:00007FD13383C000 ai:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate in: ni:00007FD13383C000 no:00007FD133D20000 ai:4096 ao:8192 fl:0 redo:0
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate out: ni:00007FD13383D000 no:00007FD133D20000 ai:0 ao:8192 rc:0
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EAD0 pos:00007FD13383C000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 0000000000000000
2012/09/22 15:05:41 [debug] 36560#0: *1 http copy filter: 0 "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write busy: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write: out:0000000000000000, f:0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe read upstream: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD133838000, pos 00007FD133838000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383C000, pos 00007FD13383C000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383A000, pos 00007FD13383A000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe length: 53694
2012/09/22 15:05:41 [debug] 36560#0: *1 event timer: 61, old: 1348333541255, new: 1348333541259
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream request: "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream process upstream
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe read upstream: 1
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: eof:0, avail:8192, err:0
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: 3, last:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe recv chain: 8192
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #19 00007FD133838000
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD133838000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #20 00007FD13383C000
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD13383C000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD133838000, pos 00007FD133838000, size: 4096 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD13383C000, pos 00007FD13383C000, size: 4096 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383A000, pos 00007FD13383A000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe length: 45502
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write downstream: 1
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write busy: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:1 00007FD133838000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write buf ls:1 00007FD13383C000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write: out:00007FD13383EB20, f:0
2012/09/22 15:05:41 [debug] 36560#0: *1 http output filter "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 http copy filter: "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 image filter
2012/09/22 15:05:41 [debug] 36560#0: *1 xslt filter body
2012/09/22 15:05:41 [debug] 36560#0: *1 http postpone filter "/admin/structure/domain?" 00007FD13383ED08
2012/09/22 15:05:41 [debug] 36560#0: *1 http gzip filter
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 00007FD13383EE28
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EAD0 ni:00007FD133838000 ai:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate in: ni:00007FD133838000 no:00007FD133D20000 ai:4096 ao:8192 fl:0 redo:0
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate out: ni:00007FD133839000 no:00007FD133D20000 ai:0 ao:8192 rc:0
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EAD0 pos:00007FD133838000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 00007FD13383EE38
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EA10 ni:00007FD13383C000 ai:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate in: ni:00007FD13383C000 no:00007FD133D20000 ai:4096 ao:8192 fl:0 redo:0
2012/09/22 15:05:41 [debug] 36560#0: *1 deflate out: ni:00007FD13383D000 no:00007FD133D20000 ai:0 ao:8192 rc:0
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in_buf:00007FD13383EA10 pos:00007FD13383C000
2012/09/22 15:05:41 [debug] 36560#0: *1 gzip in: 0000000000000000
2012/09/22 15:05:41 [debug] 36560#0: *1 http copy filter: 0 "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write busy: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write: out:0000000000000000, f:0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe read upstream: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD133838000, pos 00007FD133838000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383C000, pos 00007FD13383C000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383A000, pos 00007FD13383A000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe length: 45502
2012/09/22 15:05:41 [debug] 36560#0: *1 event timer: 61, old: 1348333541255, new: 1348333541259
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream request: "/admin/structure/domain?"
2012/09/22 15:05:41 [debug] 36560#0: *1 http upstream process upstream
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe read upstream: 1
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: eof:0, avail:8192, err:0
2012/09/22 15:05:41 [debug] 36560#0: *1 readv: 3, last:4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe recv chain: 8192
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #21 00007FD133838000
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD133838000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf #22 00007FD13383C000
2012/09/22 15:05:41 [debug] 36560#0: *1 input buf 00007FD13383C000 4096
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD133838000, pos 00007FD133838000, size: 4096 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf in s:1 t:1 f:0 00007FD13383C000, pos 00007FD13383C000, size: 4096 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe buf free s:0 t:1 f:0 00007FD13383A000, pos 00007FD13383A000, size: 0 file: 0, size: 0
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe length: 37310
2012/09/22 15:05:41 [debug] 36560#0: *1 pipe write downstream: 1
2012/09/22 15:0

@Sil68
Copy link
Author

Sil68 commented Sep 27, 2012

Hah! I've tackled this one!
It's not DA, it's Bad Behaviour, the Spam watch module!
As soon as I've de-activated this module, all was peachy again!

On 22.09.2012, at 13:51, António P. P. Almeida notifications@github.com wrote:

I have 0 experience with the domain access module. I guess the easiest thing is to try out myself and report back. Also a debug log would be nice.


Reply to this email directly or view it on GitHub.

@Sil68 Sil68 closed this as completed Oct 12, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants