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

Logging in with drupal_boost.conf #12

Closed
inolen opened this issue Aug 8, 2011 · 10 comments
Closed

Logging in with drupal_boost.conf #12

inolen opened this issue Aug 8, 2011 · 10 comments
Assignees

Comments

@inolen
Copy link

inolen commented Aug 8, 2011

Hello,

First off, I'm an nginx noob so your project has been invaluable in getting me up and running with nginx.

As to my problem, when I try to use the drupal_boost.conf, I seem to lose the ability to login (running Drupal 7 here). Accessing user/login works, but when I complete the form and log in it just goes back to user/login with no error messages, I'm just not logged in.

Have you experienced anything like this?

Thanks,
Anthony

@ghost ghost assigned perusio Aug 9, 2011
@perusio
Copy link
Owner

perusio commented Aug 9, 2011

Hello,

It has all the makings of a cookie related issue. Can you post the logs? Please enable the log level to debug as detailed here. Obfuscate the IP/address if this is a live site.

Thanks,

@inolen
Copy link
Author

inolen commented Aug 9, 2011

Hello,

I enabled the logs and tried to login once:

2011/08/09 08:24:36 [debug] 11138#0: epoll add event: fd:8 op:1 ev:00000001
2011/08/09 08:24:39 [debug] 11138#0: post event 09B31F90
2011/08/09 08:24:39 [debug] 11138#0: delete posted event 09B31F90
2011/08/09 08:24:39 [debug] 11138#0: accept on [::]:80, ready: 1
2011/08/09 08:24:39 [debug] 11138#0: posix_memalign: 09AE2430:256 @16
2011/08/09 08:24:39 [debug] 11138#0: 1 accept: ::1 fd:13
2011/08/09 08:24:39 [debug] 11138#0: *1 event timer add: 13: 60000:2906114475
2011/08/09 08:24:39 [debug] 11138#0: *1 epoll add event: fd:13 op:1 ev:80000001
2011/08/09 08:24:39 [debug] 11138#0: accept() not ready (11: Resource temporarily unavailable)
2011/08/09 08:24:39 [debug] 11138#0: *1 post event 09B31FF8
2011/08/09 08:24:39 [debug] 11138#0: *1 delete posted event 09B31FF8
2011/08/09 08:24:39 [debug] 11138#0: *1 malloc: 09AF7778:680
2011/08/09 08:24:39 [debug] 11138#0: *1 malloc: 09AF7A28:1024
2011/08/09 08:24:39 [debug] 11138#0: *1 posix_memalign: 09B2A4E0:4096 @16
2011/08/09 08:24:39 [debug] 11138#0: *1 http process request line
2011/08/09 08:24:39 [debug] 11138#0: *1 recv: fd:13 807 of 1024
2011/08/09 08:24:39 [debug] 11138#0: *1 http request line: "POST /user/login HTTP/1.1"
2011/08/09 08:24:39 [debug] 11138#0: *1 http uri: "/user/login"
2011/08/09 08:24:39 [debug] 11138#0: *1 http args: ""
2011/08/09 08:24:39 [debug] 11138#0: *1 http exten: ""
2011/08/09 08:24:39 [debug] 11138#0: *1 http process request header line
2011/08/09 08:24:39 [debug] 11138#0: *1 http header: "Host: localhost"
2011/08/09 08:24:39 [debug] 11138#0: *1 http header: "User-Agent: Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0"
2011/08/09 08:24:39 [debug] 11138#0: *1 http header: "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,
/;q=0.8"
2011/08/09 08:24:39 [debug] 11138#0: *1 http header: "Accept-Language: en-us,en;q=0.5"
2011/08/09 08:24:39 [debug] 11138#0: *1 http header: "Accept-Encoding: gzip, deflate"
2011/08/09 08:24:39 [debug] 11138#0: *1 http header: "Accept-Charset: ISO-8859-1,utf-8;q=0.7,
;q=0.7"
2011/08/09 08:24:39 [debug] 11138#0: 1 http header: "Connection: keep-alive"
2011/08/09 08:24:39 [debug] 11138#0: *1 http header: "Referer: http://localhost/user/login"
2011/08/09 08:24:39 [debug] 11138#0: *1 http header: "Cookie: __utma=111872281.543720965.1312833808.1312838644.1312868525.3; __utmz=111872281.1312833808.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); Drupal.toolbar.collapsed=0; __utmb=111872281.13.10.1312868525; has_js=1; __utmc=111872281"
2011/08/09 08:24:39 [debug] 11138#0: *1 http header: "Content-Type: application/x-www-form-urlencoded"
2011/08/09 08:24:39 [debug] 11138#0: *1 http header: "Content-Length: 124"
2011/08/09 08:24:39 [debug] 11138#0: *1 http header done
2011/08/09 08:24:39 [debug] 11138#0: *1 event timer del: 13: 2906114475
2011/08/09 08:24:39 [debug] 11138#0: *1 generic phase: 0
2011/08/09 08:24:39 [debug] 11138#0: *1 rewrite phase: 1
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var
2011/08/09 08:24:39 [debug] 11138#0: *1 http map started
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0"
2011/08/09 08:24:39 [debug] 11138#0: *1 http map: "Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0" "0"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "0"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script if
2011/08/09 08:24:39 [debug] 11138#0: *1 http script if: false
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var
2011/08/09 08:24:39 [debug] 11138#0: *1 http map started
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "http://localhost/user/login"
2011/08/09 08:24:39 [debug] 11138#0: *1 http map: "http://localhost/user/login" "0"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "0"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script if
2011/08/09 08:24:39 [debug] 11138#0: *1 http script if: false
2011/08/09 08:24:39 [debug] 11138#0: *1 test location: "/"
2011/08/09 08:24:39 [debug] 11138#0: *1 test location: "index.php"
2011/08/09 08:24:39 [debug] 11138#0: *1 test location: "sitemap.xml"
2011/08/09 08:24:39 [debug] 11138#0: *1 test location: "xmlrpc.php"
2011/08/09 08:24:39 [debug] 11138#0: *1 test location: "update.php"
2011/08/09 08:24:39 [debug] 11138#0: *1 test location: "/sites/default/files/private/"
2011/08/09 08:24:39 [debug] 11138#0: *1 test location: "/system/files/"
2011/08/09 08:24:39 [debug] 11138#0: *1 test location: ~ "/imagecache/"
2011/08/09 08:24:39 [debug] 11138#0: *1 test location: ~ "/files/styles/"
2011/08/09 08:24:39 [debug] 11138#0: *1 test location: ~ "^.+.(?:css|js|jpg|jpeg|gif|ico|png|html|xml)$"
2011/08/09 08:24:39 [debug] 11138#0: *1 test location: ~ "^.+.(?:m4a|mp3|mp4|mov|ogg|flv|pdf|ppt[x]
)$"
2011/08/09 08:24:39 [debug] 11138#0: 1 test location: ~ "^(?:.+.(?:htaccess|make|txt|engine|inc|info|install|module|profile|po|sh|.sql|theme|tpl(?:.php)?|xtmpl)|code-style.pl|/Entries.|/Repository|/Root|/Tag|/Template)$"
2011/08/09 08:24:39 [debug] 11138#0: *1 test location: ~ "^.+.php$"
2011/08/09 08:24:39 [debug] 11138#0: *1 using configuration "/"
2011/08/09 08:24:39 [debug] 11138#0: *1 http cl:124 max:10485760
2011/08/09 08:24:39 [debug] 11138#0: *1 rewrite phase: 3
2011/08/09 08:24:39 [debug] 11138#0: *1 post rewrite phase: 4
2011/08/09 08:24:39 [debug] 11138#0: *1 generic phase: 5
2011/08/09 08:24:39 [debug] 11138#0: *1 generic phase: 6
2011/08/09 08:24:39 [debug] 11138#0: *1 generic phase: 7
2011/08/09 08:24:39 [debug] 11138#0: *1 add cleanup: 09B2AC38
2011/08/09 08:24:39 [debug] 11138#0: *1 limit zone: 9BBC7BC3 1
2011/08/09 08:24:39 [debug] 11138#0: *1 access phase: 8
2011/08/09 08:24:39 [debug] 11138#0: *1 access phase: 9
2011/08/09 08:24:39 [debug] 11138#0: *1 post access phase: 10
2011/08/09 08:24:39 [debug] 11138#0: *1 try files phase: 11
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "/user/login"
2011/08/09 08:24:39 [debug] 11138#0: *1 try to use file: "/user/login" "/var/www/user/login"
2011/08/09 08:24:39 [debug] 11138#0: *1 try to use file: "@cache" "/var/www@cache"
2011/08/09 08:24:39 [debug] 11138#0: *1 test location: "@cache"
2011/08/09 08:24:39 [debug] 11138#0: *1 using location: @cache "/user/login?"
2011/08/09 08:24:39 [debug] 11138#0: *1 rewrite phase: 3
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "__utma=111872281.543720965.1312833808.1312838644.1312868525.3; __utmz=111872281.1312833808.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); Drupal.toolbar.collapsed=0; __utmb=111872281.13.10.1312868525; has_js=1; __utmc=111872281"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script regex: "DRUPAL_UID"
2011/08/09 08:24:39 [notice] 11138#0: *1 "DRUPAL_UID" does not match "__utma=111872281.543720965.1312833808.1312838644.1312868525.3; __utmz=111872281.1312833808.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); Drupal.toolbar.collapsed=0; __utmb=111872281.13.10.1312868525; has_js=1; __utmc=111872281", client: ::1, server: , request: "POST /user/login HTTP/1.1", host: "localhost", referrer: "http://localhost/user/login"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script if
2011/08/09 08:24:39 [debug] 11138#0: *1 http script if: false
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "POST"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script regex: "^(GET|HEAD)$"
2011/08/09 08:24:39 [notice] 11138#0: *1 "^(GET|HEAD)$" does not match "POST", client: ::1, server: , request: "POST /user/login HTTP/1.1", host: "localhost", referrer: "http://localhost/user/login"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script if
2011/08/09 08:24:39 [debug] 11138#0: *1 http finalize request: 405, "/user/login?" a:1, c:2
2011/08/09 08:24:39 [debug] 11138#0: *1 http special response: 405, "/user/login?"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "/index.php?q="
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "/user/login"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "&"
2011/08/09 08:24:39 [debug] 11138#0: *1 internal redirect: "/index.php?q=/user/login&"
2011/08/09 08:24:39 [debug] 11138#0: *1 rewrite phase: 1
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "0"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script if
2011/08/09 08:24:39 [debug] 11138#0: *1 http script if: false
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "0"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script if
2011/08/09 08:24:39 [debug] 11138#0: *1 http script if: false
2011/08/09 08:24:39 [debug] 11138#0: *1 test location: "/"
2011/08/09 08:24:39 [debug] 11138#0: *1 test location: "index.php"
2011/08/09 08:24:39 [debug] 11138#0: *1 using configuration "=/index.php"
2011/08/09 08:24:39 [debug] 11138#0: *1 http cl:124 max:10485760
2011/08/09 08:24:39 [debug] 11138#0: *1 rewrite phase: 3
2011/08/09 08:24:39 [debug] 11138#0: *1 post rewrite phase: 4
2011/08/09 08:24:39 [debug] 11138#0: *1 generic phase: 5
2011/08/09 08:24:39 [debug] 11138#0: *1 generic phase: 6
2011/08/09 08:24:39 [debug] 11138#0: *1 generic phase: 7
2011/08/09 08:24:39 [debug] 11138#0: *1 access phase: 8
2011/08/09 08:24:39 [debug] 11138#0: *1 access phase: 9
2011/08/09 08:24:39 [debug] 11138#0: *1 post access phase: 10
2011/08/09 08:24:39 [debug] 11138#0: *1 try files phase: 11
2011/08/09 08:24:39 [debug] 11138#0: *1 http client request body preread 124
2011/08/09 08:24:39 [debug] 11138#0: *1 http init upstream, client timer: 0
2011/08/09 08:24:39 [debug] 11138#0: *1 epoll add event: fd:13 op:3 ev:80000005
2011/08/09 08:24:39 [debug] 11138#0: *1 posix_memalign: 09AF7E30:256 @16
2011/08/09 08:24:39 [debug] 11138#0: *1 posix_memalign: 09B2B510:4096 @16
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "QUERY_STRING"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "q=/user/login&"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "QUERY_STRING: q=/user/login&"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "REQUEST_METHOD"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "GET"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "REQUEST_METHOD: GET"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "CONTENT_TYPE"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "application/x-www-form-urlencoded"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "CONTENT_TYPE: application/x-www-form-urlencoded"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "CONTENT_LENGTH"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "124"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "CONTENT_LENGTH: 124"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "SCRIPT_NAME"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "/index.php"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "SCRIPT_NAME: /index.php"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "REQUEST_URI"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "/user/login"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "REQUEST_URI: /user/login"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "DOCUMENT_URI"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "/index.php"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "DOCUMENT_URI: /index.php"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "DOCUMENT_ROOT"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "/var/www"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "DOCUMENT_ROOT: /var/www"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "SERVER_PROTOCOL"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "HTTP/1.1"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "SERVER_PROTOCOL: HTTP/1.1"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "GATEWAY_INTERFACE"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "CGI/1.1"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "GATEWAY_INTERFACE: CGI/1.1"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "SERVER_SOFTWARE"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "nginx/"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "1.0.5"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "SERVER_SOFTWARE: nginx/1.0.5"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "REMOTE_ADDR"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "::1"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "REMOTE_ADDR: ::1"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "REMOTE_PORT"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "41451"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "REMOTE_PORT: 41451"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "SERVER_ADDR"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "::1"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "SERVER_ADDR: ::1"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "SERVER_PORT"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "80"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "SERVER_PORT: 80"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "SERVER_NAME"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: ""
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "SERVER_NAME: "
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "SCRIPT_FILENAME"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "/var/www"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script var: "/index.php"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "SCRIPT_FILENAME: /var/www/index.php"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "REDIRECT_STATUS"
2011/08/09 08:24:39 [debug] 11138#0: *1 http script copy: "200"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "REDIRECT_STATUS: 200"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "HTTP_HOST: localhost"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "HTTP_USER_AGENT: Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "HTTP_ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,
/;q=0.8"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "HTTP_ACCEPT_LANGUAGE: en-us,en;q=0.5"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "HTTP_ACCEPT_ENCODING: gzip, deflate"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "HTTP_ACCEPT_CHARSET: ISO-8859-1,utf-8;q=0.7,
;q=0.7"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "HTTP_CONNECTION: keep-alive"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "HTTP_REFERER: http://localhost/user/login"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "HTTP_COOKIE: __utma=111872281.543720965.1312833808.1312838644.1312868525.3; __utmz=111872281.1312833808.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); Drupal.toolbar.collapsed=0; __utmb=111872281.13.10.1312868525; has_js=1; __utmc=111872281"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "HTTP_CONTENT_TYPE: application/x-www-form-urlencoded"
2011/08/09 08:24:39 [debug] 11138#0: *1 fastcgi param: "HTTP_CONTENT_LENGTH: 124"
2011/08/09 08:24:39 [debug] 11138#0: *1 http cleanup add: 09B2B1A4
2011/08/09 08:24:39 [debug] 11138#0: *1 get rr peer, try: 1
2011/08/09 08:24:39 [debug] 11138#0: *1 socket 14
2011/08/09 08:24:39 [debug] 11138#0: *1 epoll add connection: fd:14 ev:80000005
2011/08/09 08:24:39 [debug] 11138#0: *1 connect to unix:/var/run/php-fpm.sock, fd:14 #2
2011/08/09 08:24:39 [debug] 11138#0: *1 connected
2011/08/09 08:24:39 [debug] 11138#0: *1 http upstream connect: 0
2011/08/09 08:24:39 [debug] 11138#0: *1 http upstream send request
2011/08/09 08:24:39 [debug] 11138#0: *1 chain writer buf fl:0 s:1192
2011/08/09 08:24:39 [debug] 11138#0: *1 chain writer buf fl:0 s:124
2011/08/09 08:24:39 [debug] 11138#0: *1 chain writer buf fl:0 s:12
2011/08/09 08:24:39 [debug] 11138#0: *1 chain writer in: 09B2B1D8
2011/08/09 08:24:39 [debug] 11138#0: *1 writev: 1328
2011/08/09 08:24:39 [debug] 11138#0: *1 chain writer out: 00000000
2011/08/09 08:24:39 [debug] 11138#0: *1 event timer add: 14: 14400000:2920454475
2011/08/09 08:24:39 [debug] 11138#0: *1 http finalize request: -4, "/index.php?q=/user/login&" a:1, c:4
2011/08/09 08:24:39 [debug] 11138#0: *1 http request count:4 blk:0
2011/08/09 08:24:39 [debug] 11138#0: *1 http finalize request: -4, "/index.php?q=/user/login&" a:1, c:3
2011/08/09 08:24:39 [debug] 11138#0: *1 http request count:3 blk:0
2011/08/09 08:24:39 [debug] 11138#0: *1 http finalize request: -4, "/index.php?q=/user/login&" a:1, c:2
2011/08/09 08:24:39 [debug] 11138#0: *1 http request count:2 blk:0
2011/08/09 08:24:39 [debug] 11138#0: *1 post event 09B66000
2011/08/09 08:24:39 [debug] 11138#0: *1 post event 09B66034
2011/08/09 08:24:39 [debug] 11138#0: *1 delete posted event 09B66034
2011/08/09 08:24:39 [debug] 11138#0: *1 http upstream request: "/index.php?q=/user/login&"
2011/08/09 08:24:39 [debug] 11138#0: *1 http upstream dummy handler
2011/08/09 08:24:39 [debug] 11138#0: *1 delete posted event 09B66000
2011/08/09 08:24:39 [debug] 11138#0: *1 http run request: "/index.php?q=/user/login&"
2011/08/09 08:24:39 [debug] 11138#0: *1 http upstream check client, write event:1, "/index.php"
2011/08/09 08:24:39 [debug] 11138#0: *1 http upstream recv(): -1 (11: Resource temporarily unavailable)
2011/08/09 08:24:40 [debug] 11138#0: *1 post event 09B3202C
2011/08/09 08:24:40 [debug] 11138#0: *1 post event 09B66034
2011/08/09 08:24:40 [debug] 11138#0: *1 delete posted event 09B66034
2011/08/09 08:24:40 [debug] 11138#0: *1 http upstream request: "/index.php?q=/user/login&"
2011/08/09 08:24:40 [debug] 11138#0: *1 http upstream dummy handler
2011/08/09 08:24:40 [debug] 11138#0: *1 delete posted event 09B3202C
2011/08/09 08:24:40 [debug] 11138#0: *1 http upstream request: "/index.php?q=/user/login&"
2011/08/09 08:24:40 [debug] 11138#0: *1 http upstream process header
2011/08/09 08:24:40 [debug] 11138#0: *1 malloc: 09AE6CB0:4096
2011/08/09 08:24:40 [debug] 11138#0: *1 recv: fd:14 4096 of 4096
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi record byte: 01
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi record byte: 06
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi record byte: 00
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi record byte: 01
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi record byte: 12
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi record byte: B3
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi record byte: 05
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi record byte: 00
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi record length: 4787
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi parser: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi header: "Expires: Sun, 19 Nov 1978 05:00:00 GMT"
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi parser: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi header: "Last-Modified: Tue, 09 Aug 2011 06:24:39 +0000"
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi parser: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi header: "Cache-Control: no-cache, must-revalidate, post-check=0, pre-check=0"
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi parser: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi header: "ETag: "1312871079""
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi parser: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi header: "Content-Type: text/html; charset=utf-8"
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi parser: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi header: "X-Generator: Drupal 7 (http://drupal.org)"
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi parser: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi header: "Content-Encoding: gzip"
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi parser: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi header: "Vary: Accept-Encoding"
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi parser: 1
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi header done
2011/08/09 08:24:40 [debug] 11138#0: *1 xslt filter header
2011/08/09 08:24:40 [debug] 11138#0: *1 HTTP/1.1 200 OK

Server: nginx

Date: Tue, 09 Aug 2011 06:24:40 GMT

Content-Type: text/html; charset=utf-8

Transfer-Encoding: chunked

Connection: keep-alive

Keep-Alive: timeout=10

Expires: Sun, 19 Nov 1978 05:00:00 GMT

Last-Modified: Tue, 09 Aug 2011 06:24:39 +0000

Cache-Control: no-cache, must-revalidate, post-check=0, pre-check=0

ETag: "1312871079"

Content-Encoding: gzip

Vary: Accept-Encoding

X-Frame-Options: sameorigin

2011/08/09 08:24:40 [debug] 11138#0: 1 write new buf t:1 f:0 09B2B9C8, pos 09B2B9C8, size: 440 file: 0, size: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 http write filter: l:0 f:0 s:440
2011/08/09 08:24:40 [debug] 11138#0: *1 http cacheable: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 http upstream process upstream
2011/08/09 08:24:40 [debug] 11138#0: *1 pipe read upstream: 1
2011/08/09 08:24:40 [debug] 11138#0: *1 pipe preread: 3779
2011/08/09 08:24:40 [debug] 11138#0: *1 input buf #0 09AE6DED
2011/08/09 08:24:40 [debug] 11138#0: *1 input buf 09AE6DED 3779
2011/08/09 08:24:40 [debug] 11138#0: *1 malloc: 09AE7CB8:4096
2011/08/09 08:24:40 [debug] 11138#0: *1 readv: 1:4096
2011/08/09 08:24:40 [debug] 11138#0: *1 pipe recv chain: 720
2011/08/09 08:24:40 [debug] 11138#0: *1 readv: 1:3376
2011/08/09 08:24:40 [debug] 11138#0: *1 pipe recv chain: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 pipe buf in s:1 t:1 f:0 09AE6CB0, pos 09AE6DED, size: 3779 file: 0, size: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 pipe buf free s:0 t:1 f:0 09AE7CB8, pos 09AE7CB8, size: 720 file: 0, size: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 input buf #1 09AE7CB8
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi record byte: 01
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi record byte: 03
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi record byte: 00
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi record byte: 01
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi record byte: 00
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi record byte: 08
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi record byte: 00
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi record byte: 00
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi record length: 8
2011/08/09 08:24:40 [debug] 11138#0: *1 http fastcgi sent end request
2011/08/09 08:24:40 [debug] 11138#0: *1 input buf 09AE7CB8 699
2011/08/09 08:24:40 [debug] 11138#0: *1 pipe write downstream: 1
2011/08/09 08:24:40 [debug] 11138#0: *1 pipe write downstream flush in
2011/08/09 08:24:40 [debug] 11138#0: *1 http output filter "/index.php?q=/user/login&"
2011/08/09 08:24:40 [debug] 11138#0: *1 http copy filter: "/index.php?q=/user/login&"
2011/08/09 08:24:40 [debug] 11138#0: *1 image filter
2011/08/09 08:24:40 [debug] 11138#0: *1 xslt filter body
2011/08/09 08:24:40 [debug] 11138#0: *1 http postpone filter "/index.php?q=/user/login&" 09B2B4CC
2011/08/09 08:24:40 [debug] 11138#0: *1 http chunk: 3779
2011/08/09 08:24:40 [debug] 11138#0: *1 http chunk: 699
2011/08/09 08:24:40 [debug] 11138#0: *1 write old buf t:1 f:0 09B2B9C8, pos 09B2B9C8, size: 440 file: 0, size: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 write new buf t:1 f:0 00000000, pos 09B2BD10, size: 6 file: 0, size: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 write new buf t:1 f:0 09AE6CB0, pos 09AE6DED, size: 3779 file: 0, size: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 write new buf t:1 f:0 09AE7CB8, pos 09AE7CB8, size: 699 file: 0, size: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 write new buf t:0 f:0 00000000, pos 080D9921, size: 2 file: 0, size: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 http write filter: l:0 f:0 s:4926
2011/08/09 08:24:40 [debug] 11138#0: *1 http write filter limit 0
2011/08/09 08:24:40 [debug] 11138#0: *1 writev: 4926
2011/08/09 08:24:40 [debug] 11138#0: *1 http write filter 00000000
2011/08/09 08:24:40 [debug] 11138#0: *1 http copy filter: 0 "/index.php?q=/user/login&"
2011/08/09 08:24:40 [debug] 11138#0: *1 pipe write downstream done
2011/08/09 08:24:40 [debug] 11138#0: *1 event timer: 14, old: 2920454475, new: 2920454727
2011/08/09 08:24:40 [debug] 11138#0: *1 http upstream exit: 00000000
2011/08/09 08:24:40 [debug] 11138#0: *1 finalize http upstream request: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 finalize http fastcgi request
2011/08/09 08:24:40 [debug] 11138#0: *1 free rr peer 1 0
2011/08/09 08:24:40 [debug] 11138#0: *1 close http upstream connection: 14
2011/08/09 08:24:40 [debug] 11138#0: *1 event timer del: 14: 2920454475
2011/08/09 08:24:40 [debug] 11138#0: *1 reusable connection: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 http upstream temp fd: -1
2011/08/09 08:24:40 [debug] 11138#0: *1 http output filter "/index.php?q=/user/login&"
2011/08/09 08:24:40 [debug] 11138#0: *1 http copy filter: "/index.php?q=/user/login&"
2011/08/09 08:24:40 [debug] 11138#0: *1 image filter
2011/08/09 08:24:40 [debug] 11138#0: *1 xslt filter body
2011/08/09 08:24:40 [debug] 11138#0: *1 http postpone filter "/index.php?q=/user/login&" BF960A78
2011/08/09 08:24:40 [debug] 11138#0: *1 http chunk: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 write new buf t:0 f:0 00000000, pos 080D991E, size: 5 file: 0, size: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 http write filter: l:1 f:0 s:5
2011/08/09 08:24:40 [debug] 11138#0: *1 http write filter limit 0
2011/08/09 08:24:40 [debug] 11138#0: *1 writev: 5
2011/08/09 08:24:40 [debug] 11138#0: *1 http write filter 00000000
2011/08/09 08:24:40 [debug] 11138#0: *1 http copy filter: 0 "/index.php?q=/user/login&"
2011/08/09 08:24:40 [debug] 11138#0: *1 http finalize request: 0, "/index.php?q=/user/login&" a:1, c:1
2011/08/09 08:24:40 [debug] 11138#0: *1 set http keepalive handler
2011/08/09 08:24:40 [debug] 11138#0: *1 http close request
2011/08/09 08:24:40 [debug] 11138#0: *1 http log handler
2011/08/09 08:24:40 [debug] 11138#0: *1 run cleanup: 09B2AC38
2011/08/09 08:24:40 [debug] 11138#0: *1 free: 09AE7CB8
2011/08/09 08:24:40 [debug] 11138#0: *1 free: 09AE6CB0
2011/08/09 08:24:40 [debug] 11138#0: *1 free: 09B2A4E0, unused: 4
2011/08/09 08:24:40 [debug] 11138#0: *1 free: 09B2B510, unused: 1653
2011/08/09 08:24:40 [debug] 11138#0: *1 event timer add: 13: 10000:2906064727
2011/08/09 08:24:40 [debug] 11138#0: *1 free: 09AF7778
2011/08/09 08:24:40 [debug] 11138#0: *1 free: 09AF7A28
2011/08/09 08:24:40 [debug] 11138#0: *1 hc free: 00000000 0
2011/08/09 08:24:40 [debug] 11138#0: *1 hc busy: 00000000 0
2011/08/09 08:24:40 [debug] 11138#0: *1 tcp_nodelay
2011/08/09 08:24:40 [debug] 11138#0: *1 reusable connection: 1
2011/08/09 08:24:40 [debug] 11138#0: *1 post event 09B31FF8
2011/08/09 08:24:40 [debug] 11138#0: *1 delete posted event 09B31FF8
2011/08/09 08:24:40 [debug] 11138#0: *1 http keepalive handler
2011/08/09 08:24:40 [debug] 11138#0: *1 malloc: 09AF7778:1024
2011/08/09 08:24:40 [debug] 11138#0: *1 recv: fd:13 -1 of 1024
2011/08/09 08:24:40 [debug] 11138#0: *1 recv() not ready (11: Resource temporarily unavailable)
2011/08/09 08:24:40 [debug] 11138#0: *1 post event 09B31FF8
2011/08/09 08:24:40 [debug] 11138#0: *1 post event 09B66000
2011/08/09 08:24:40 [debug] 11138#0: *1 delete posted event 09B66000
2011/08/09 08:24:40 [debug] 11138#0: *1 http empty handler
2011/08/09 08:24:40 [debug] 11138#0: *1 delete posted event 09B31FF8
2011/08/09 08:24:40 [debug] 11138#0: *1 http keepalive handler
2011/08/09 08:24:40 [debug] 11138#0: *1 recv: fd:13 668 of 1024
2011/08/09 08:24:40 [debug] 11138#0: *1 reusable connection: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 malloc: 09AF7B80:680
2011/08/09 08:24:40 [debug] 11138#0: *1 posix_memalign: 09B2A4E0:4096 @16
2011/08/09 08:24:40 [debug] 11138#0: *1 http process request line
2011/08/09 08:24:40 [debug] 11138#0: *1 http request line: "GET /sites/all/themes/stuntbumsx/images/colorbox/loading.gif HTTP/1.1"
2011/08/09 08:24:40 [debug] 11138#0: *1 http uri: "/sites/all/themes/stuntbumsx/images/colorbox/loading.gif"
2011/08/09 08:24:40 [debug] 11138#0: *1 http args: ""
2011/08/09 08:24:40 [debug] 11138#0: *1 http exten: "gif"
2011/08/09 08:24:40 [debug] 11138#0: *1 http process request header line
2011/08/09 08:24:40 [debug] 11138#0: *1 http header: "Host: localhost"
2011/08/09 08:24:40 [debug] 11138#0: *1 http header: "User-Agent: Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0"
2011/08/09 08:24:40 [debug] 11138#0: *1 http header: "Accept: image/png,image/
;q=0.8,/;q=0.5"
2011/08/09 08:24:40 [debug] 11138#0: 1 http header: "Accept-Language: en-us,en;q=0.5"
2011/08/09 08:24:40 [debug] 11138#0: *1 http header: "Accept-Encoding: gzip, deflate"
2011/08/09 08:24:40 [debug] 11138#0: *1 http header: "Accept-Charset: ISO-8859-1,utf-8;q=0.7,
;q=0.7"
2011/08/09 08:24:40 [debug] 11138#0: *1 http header: "Connection: keep-alive"
2011/08/09 08:24:40 [debug] 11138#0: *1 http header: "Referer: http://localhost/sites/all/themes/stuntbumsx/css/colorbox.css?lpmp99"
2011/08/09 08:24:40 [debug] 11138#0: *1 http header: "Cookie: __utma=111872281.543720965.1312833808.1312838644.1312868525.3; __utmz=111872281.1312833808.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); Drupal.toolbar.collapsed=0; __utmb=111872281.13.10.1312868525; has_js=1; __utmc=111872281"
2011/08/09 08:24:40 [debug] 11138#0: *1 http header done
2011/08/09 08:24:40 [debug] 11138#0: *1 event timer del: 13: 2906064727
2011/08/09 08:24:40 [debug] 11138#0: *1 generic phase: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 rewrite phase: 1
2011/08/09 08:24:40 [debug] 11138#0: *1 http script var
2011/08/09 08:24:40 [debug] 11138#0: *1 http map started
2011/08/09 08:24:40 [debug] 11138#0: *1 http script var: "Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0"
2011/08/09 08:24:40 [debug] 11138#0: *1 http map: "Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0" "0"
2011/08/09 08:24:40 [debug] 11138#0: *1 http script var: "0"
2011/08/09 08:24:40 [debug] 11138#0: *1 http script if
2011/08/09 08:24:40 [debug] 11138#0: *1 http script if: false
2011/08/09 08:24:40 [debug] 11138#0: *1 http script var
2011/08/09 08:24:40 [debug] 11138#0: *1 http map started
2011/08/09 08:24:40 [debug] 11138#0: *1 http script var: "http://localhost/sites/all/themes/stuntbumsx/css/colorbox.css?lpmp99"
2011/08/09 08:24:40 [debug] 11138#0: *1 http map: "http://localhost/sites/all/themes/stuntbumsx/css/colorbox.css?lpmp99" "0"
2011/08/09 08:24:40 [debug] 11138#0: *1 http script var: "0"
2011/08/09 08:24:40 [debug] 11138#0: *1 http script if
2011/08/09 08:24:40 [debug] 11138#0: *1 http script if: false
2011/08/09 08:24:40 [debug] 11138#0: *1 test location: "/"
2011/08/09 08:24:40 [debug] 11138#0: *1 test location: "index.php"
2011/08/09 08:24:40 [debug] 11138#0: *1 test location: "sitemap.xml"
2011/08/09 08:24:40 [debug] 11138#0: *1 test location: "xmlrpc.php"
2011/08/09 08:24:40 [debug] 11138#0: *1 test location: "update.php"
2011/08/09 08:24:40 [debug] 11138#0: *1 test location: "/sites/default/files/private/"
2011/08/09 08:24:40 [debug] 11138#0: *1 test location: "/"
2011/08/09 08:24:40 [debug] 11138#0: *1 test location: ~ "/imagecache/"
2011/08/09 08:24:40 [debug] 11138#0: *1 test location: ~ "/files/styles/"
2011/08/09 08:24:40 [debug] 11138#0: *1 test location: ~ "^.+.(?:css|js|jpg|jpeg|gif|ico|png|html|xml)$"
2011/08/09 08:24:40 [debug] 11138#0: *1 using configuration "^.+.(?:css|js|jpg|jpeg|gif|ico|png|html|xml)$"
2011/08/09 08:24:40 [debug] 11138#0: *1 http cl:-1 max:10485760
2011/08/09 08:24:40 [debug] 11138#0: *1 rewrite phase: 3
2011/08/09 08:24:40 [debug] 11138#0: *1 post rewrite phase: 4
2011/08/09 08:24:40 [debug] 11138#0: *1 generic phase: 5
2011/08/09 08:24:40 [debug] 11138#0: *1 generic phase: 6
2011/08/09 08:24:40 [debug] 11138#0: *1 generic phase: 7
2011/08/09 08:24:40 [debug] 11138#0: *1 add cleanup: 09B2AC6C
2011/08/09 08:24:40 [debug] 11138#0: *1 limit zone: 9BBC7BC3 1
2011/08/09 08:24:40 [debug] 11138#0: *1 access phase: 8
2011/08/09 08:24:40 [debug] 11138#0: *1 access phase: 9
2011/08/09 08:24:40 [debug] 11138#0: *1 post access phase: 10
2011/08/09 08:24:40 [debug] 11138#0: *1 try files phase: 11
2011/08/09 08:24:40 [debug] 11138#0: *1 content phase: 12
2011/08/09 08:24:40 [debug] 11138#0: *1 content phase: 13
2011/08/09 08:24:40 [debug] 11138#0: *1 content phase: 14
2011/08/09 08:24:40 [debug] 11138#0: *1 content phase: 15
2011/08/09 08:24:40 [debug] 11138#0: *1 http filename: "/var/www/sites/all/themes/stuntbumsx/images/colorbox/loading.gif.gz"
2011/08/09 08:24:40 [debug] 11138#0: *1 add cleanup: 09B2ACD8
2011/08/09 08:24:40 [debug] 11138#0: *1 content phase: 16
2011/08/09 08:24:40 [debug] 11138#0: *1 http filename: "/var/www/sites/all/themes/stuntbumsx/images/colorbox/loading.gif"
2011/08/09 08:24:40 [debug] 11138#0: *1 add cleanup: 09B2AD48
2011/08/09 08:24:40 [error] 11138#0: *1 open() "/var/www/sites/all/themes/stuntbumsx/images/colorbox/loading.gif" failed (2: No such file or directory), client: ::1, server: , request: "GET /sites/all/themes/stuntbumsx/images/colorbox/loading.gif HTTP/1.1", host: "localhost", referrer: "http://localhost/sites/all/themes/stuntbumsx/css/colorbox.css?lpmp99"
2011/08/09 08:24:40 [debug] 11138#0: *1 http finalize request: 404, "/sites/all/themes/stuntbumsx/images/colorbox/loading.gif?" a:1, c:1
2011/08/09 08:24:40 [debug] 11138#0: *1 http special response: 404, "/sites/all/themes/stuntbumsx/images/colorbox/loading.gif?"
2011/08/09 08:24:40 [debug] 11138#0: *1 http set discard body
2011/08/09 08:24:40 [debug] 11138#0: *1 xslt filter header
2011/08/09 08:24:40 [debug] 11138#0: *1 HTTP/1.1 404 Not Found

Server: nginx

Date: Tue, 09 Aug 2011 06:24:40 GMT

Content-Type: text/html

Transfer-Encoding: chunked

Connection: keep-alive

Keep-Alive: timeout=10

Vary: Accept-Encoding

Content-Encoding: gzip

2011/08/09 08:24:40 [debug] 11138#0: 1 write new buf t:1 f:0 09B2AE28, pos 09B2AE28, size: 226 file: 0, size: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 http write filter: l:0 f:0 s:226
2011/08/09 08:24:40 [debug] 11138#0: *1 http output filter "/sites/all/themes/stuntbumsx/images/colorbox/loading.gif?"
2011/08/09 08:24:40 [debug] 11138#0: *1 http copy filter: "/sites/all/themes/stuntbumsx/images/colorbox/loading.gif?"
2011/08/09 08:24:40 [debug] 11138#0: *1 image filter
2011/08/09 08:24:40 [debug] 11138#0: *1 xslt filter body
2011/08/09 08:24:40 [debug] 11138#0: *1 http postpone filter "/sites/all/themes/stuntbumsx/images/colorbox/loading.gif?" 09B2AFBC
2011/08/09 08:24:40 [debug] 11138#0: *1 http gzip filter
2011/08/09 08:24:40 [debug] 11138#0: *1 malloc: 09AE6CB0:12288
2011/08/09 08:24:40 [debug] 11138#0: *1 gzip alloc: n:1 s:5824 a:8192 p:09AE6CB0
2011/08/09 08:24:40 [debug] 11138#0: *1 gzip alloc: n:512 s:2 a:1024 p:09AE8CB0
2011/08/09 08:24:40 [debug] 11138#0: *1 gzip alloc: n:512 s:2 a:1024 p:09AE90B0
2011/08/09 08:24:40 [debug] 11138#0: *1 gzip alloc: n:512 s:2 a:1024 p:09AE94B0
2011/08/09 08:24:40 [debug] 11138#0: *1 gzip alloc: n:256 s:4 a:1024 p:09AE98B0
2011/08/09 08:24:40 [debug] 11138#0: *1 gzip in: 09B2AFD4
2011/08/09 08:24:40 [debug] 11138#0: *1 gzip in_buf:09B2AF1C ni:080E5980 ai:116
2011/08/09 08:24:40 [debug] 11138#0: *1 malloc: 09AE9CB8:8192
2011/08/09 08:24:40 [debug] 11138#0: *1 deflate in: ni:080E5980 no:09AE9CB8 ai:116 ao:8192 fl:0 redo:0
2011/08/09 08:24:40 [debug] 11138#0: *1 deflate out: ni:080E59F4 no:09AE9CB8 ai:0 ao:8192 rc:0
2011/08/09 08:24:40 [debug] 11138#0: *1 gzip in_buf:09B2AF1C pos:080E5980
2011/08/09 08:24:40 [debug] 11138#0: *1 gzip in: 09B2AFDC
2011/08/09 08:24:40 [debug] 11138#0: *1 gzip in_buf:09B2AF50 ni:080E53C0 ai:46
2011/08/09 08:24:40 [debug] 11138#0: *1 deflate in: ni:080E53C0 no:09AE9CB8 ai:46 ao:8192 fl:4 redo:0
2011/08/09 08:24:40 [debug] 11138#0: *1 deflate out: ni:080E53EE no:09AE9D23 ai:0 ao:8085 rc:1
2011/08/09 08:24:40 [debug] 11138#0: *1 gzip in_buf:09B2AF50 pos:080E53C0
2011/08/09 08:24:40 [debug] 11138#0: *1 free: 09AE6CB0
2011/08/09 08:24:40 [debug] 11138#0: *1 http chunk: 10
2011/08/09 08:24:40 [debug] 11138#0: *1 http chunk: 115
2011/08/09 08:24:40 [debug] 11138#0: *1 write old buf t:1 f:0 09B2AE28, pos 09B2AE28, size: 226 file: 0, size: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 write new buf t:1 f:0 00000000, pos 09B2B0A8, size: 4 file: 0, size: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 write new buf t:0 f:0 00000000, pos 080E7FC4, size: 10 file: 0, size: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 write new buf t:1 f:0 09AE9CB8, pos 09AE9CB8, size: 115 file: 0, size: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 write new buf t:0 f:0 00000000, pos 080D991C, size: 7 file: 0, size: 0
2011/08/09 08:24:40 [debug] 11138#0: *1 http write filter: l:1 f:1 s:362
2011/08/09 08:24:40 [debug] 11138#0: *1 http write filter limit 0
2011/08/09 08:24:40 [debug] 11138#0: *1 writev: 362
2011/08/09 08:24:40 [debug] 11138#0: *1 http write filter 00000000
2011/08/09 08:24:40 [debug] 11138#0: *1 http copy filter: 0 "/sites/all/themes/stuntbumsx/images/colorbox/loading.gif?"
2011/08/09 08:24:40 [debug] 11138#0: *1 http finalize request: 0, "/sites/all/themes/stuntbumsx/images/colorbox/loading.gif?" a:1, c:1
2011/08/09 08:24:40 [debug] 11138#0: *1 set http keepalive handler
2011/08/09 08:24:40 [debug] 11138#0: *1 http close request
2011/08/09 08:24:40 [debug] 11138#0: *1 http log handler
2011/08/09 08:24:40 [debug] 11138#0: *1 run cleanup: 09B2AC6C
2011/08/09 08:24:40 [debug] 11138#0: *1 free: 09AE9CB8
2011/08/09 08:24:40 [debug] 11138#0: *1 free: 00000000
2011/08/09 08:24:40 [debug] 11138#0: *1 free: 09B2A4E0, unused: 976
2011/08/09 08:24:40 [debug] 11138#0: *1 event timer add: 13: 10000:2906065035
2011/08/09 08:24:40 [debug] 11138#0: *1 free: 09AF7B80
2011/08/09 08:24:40 [debug] 11138#0: *1 free: 09AF7778
2011/08/09 08:24:40 [debug] 11138#0: *1 hc free: 00000000 0
2011/08/09 08:24:40 [debug] 11138#0: *1 hc busy: 00000000 0
2011/08/09 08:24:40 [debug] 11138#0: *1 reusable connection: 1
2011/08/09 08:24:40 [debug] 11138#0: *1 post event 09B31FF8
2011/08/09 08:24:40 [debug] 11138#0: *1 delete posted event 09B31FF8
2011/08/09 08:24:40 [debug] 11138#0: *1 http keepalive handler
2011/08/09 08:24:40 [debug] 11138#0: *1 malloc: 09AF7778:1024
2011/08/09 08:24:40 [debug] 11138#0: *1 recv: fd:13 -1 of 1024
2011/08/09 08:24:40 [debug] 11138#0: *1 recv() not ready (11: Resource temporarily unavailable)
2011/08/09 08:24:40 [debug] 11138#0: post event 09B31F90
2011/08/09 08:24:40 [debug] 11138#0: delete posted event 09B31F90
2011/08/09 08:24:40 [debug] 11138#0: accept on [::]:80, ready: 1
2011/08/09 08:24:40 [debug] 11138#0: posix_memalign: 09AF7B80:256 @16
2011/08/09 08:24:40 [debug] 11138#0: *3 accept: ::1 fd:14
2011/08/09 08:24:40 [debug] 11138#0: *3 event timer add: 14: 60000:2906115035
2011/08/09 08:24:40 [debug] 11138#0: *3 epoll add event: fd:14 op:1 ev:80000001
2011/08/09 08:24:40 [debug] 11138#0: accept() not ready (11: Resource temporarily unavailable)
2011/08/09 08:24:40 [debug] 11138#0: *3 post event 09B3202C
2011/08/09 08:24:40 [debug] 11138#0: *3 delete posted event 09B3202C
2011/08/09 08:24:40 [debug] 11138#0: *3 malloc: 09AF7F38:680
2011/08/09 08:24:40 [debug] 11138#0: *3 malloc: 09AF81E8:1024
2011/08/09 08:24:40 [debug] 11138#0: *3 posix_memalign: 09B2A4E0:4096 @16
2011/08/09 08:24:40 [debug] 11138#0: *3 http process request line
2011/08/09 08:24:40 [debug] 11138#0: *3 recv: fd:14 669 of 1024
2011/08/09 08:24:40 [debug] 11138#0: *3 http request line: "GET /sites/all/themes/stuntbumsx/images/colorbox/controls.png HTTP/1.1"
2011/08/09 08:24:40 [debug] 11138#0: *3 http uri: "/sites/all/themes/stuntbumsx/images/colorbox/controls.png"
2011/08/09 08:24:40 [debug] 11138#0: *3 http args: ""
2011/08/09 08:24:40 [debug] 11138#0: *3 http exten: "png"
2011/08/09 08:24:40 [debug] 11138#0: *3 http process request header line
2011/08/09 08:24:40 [debug] 11138#0: *3 http header: "Host: localhost"
2011/08/09 08:24:40 [debug] 11138#0: *3 http header: "User-Agent: Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0"
2011/08/09 08:24:40 [debug] 11138#0: *3 http header: "Accept: image/png,image/
;q=0.8,/;q=0.5"
2011/08/09 08:24:40 [debug] 11138#0: 3 http header: "Accept-Language: en-us,en;q=0.5"
2011/08/09 08:24:40 [debug] 11138#0: *3 http header: "Accept-Encoding: gzip, deflate"
2011/08/09 08:24:40 [debug] 11138#0: *3 http header: "Accept-Charset: ISO-8859-1,utf-8;q=0.7,
;q=0.7"
2011/08/09 08:24:40 [debug] 11138#0: *3 http header: "Connection: keep-alive"
2011/08/09 08:24:40 [debug] 11138#0: *3 http header: "Referer: http://localhost/sites/all/themes/stuntbumsx/css/colorbox.css?lpmp99"
2011/08/09 08:24:40 [debug] 11138#0: *3 http header: "Cookie: __utma=111872281.543720965.1312833808.1312838644.1312868525.3; __utmz=111872281.1312833808.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); Drupal.toolbar.collapsed=0; __utmb=111872281.13.10.1312868525; has_js=1; __utmc=111872281"
2011/08/09 08:24:40 [debug] 11138#0: *3 http header done
2011/08/09 08:24:40 [debug] 11138#0: *3 event timer del: 14: 2906115035
2011/08/09 08:24:40 [debug] 11138#0: *3 generic phase: 0
2011/08/09 08:24:40 [debug] 11138#0: *3 rewrite phase: 1
2011/08/09 08:24:40 [debug] 11138#0: *3 http script var
2011/08/09 08:24:40 [debug] 11138#0: *3 http map started
2011/08/09 08:24:40 [debug] 11138#0: *3 http script var: "Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0"
2011/08/09 08:24:40 [debug] 11138#0: *3 http map: "Mozilla/5.0 (X11; Linux i686; rv:5.0) Gecko/20100101 Firefox/5.0" "0"
2011/08/09 08:24:40 [debug] 11138#0: *3 http script var: "0"
2011/08/09 08:24:40 [debug] 11138#0: *3 http script if
2011/08/09 08:24:40 [debug] 11138#0: *3 http script if: false
2011/08/09 08:24:40 [debug] 11138#0: *3 http script var
2011/08/09 08:24:40 [debug] 11138#0: *3 http map started
2011/08/09 08:24:40 [debug] 11138#0: *3 http script var: "http://localhost/sites/all/themes/stuntbumsx/css/colorbox.css?lpmp99"
2011/08/09 08:24:40 [debug] 11138#0: *3 http map: "http://localhost/sites/all/themes/stuntbumsx/css/colorbox.css?lpmp99" "0"
2011/08/09 08:24:40 [debug] 11138#0: *3 http script var: "0"
2011/08/09 08:24:40 [debug] 11138#0: *3 http script if
2011/08/09 08:24:40 [debug] 11138#0: *3 http script if: false
2011/08/09 08:24:40 [debug] 11138#0: *3 test location: "/"
2011/08/09 08:24:40 [debug] 11138#0: *3 test location: "index.php"
2011/08/09 08:24:40 [debug] 11138#0: *3 test location: "sitemap.xml"
2011/08/09 08:24:40 [debug] 11138#0: *3 test location: "xmlrpc.php"
2011/08/09 08:24:40 [debug] 11138#0: *3 test location: "update.php"
2011/08/09 08:24:40 [debug] 11138#0: *3 test location: "/sites/default/files/private/"
2011/08/09 08:24:40 [debug] 11138#0: *3 test location: "/"
2011/08/09 08:24:40 [debug] 11138#0: *3 test location: ~ "/imagecache/"
2011/08/09 08:24:40 [debug] 11138#0: *3 test location: ~ "/files/styles/"
2011/08/09 08:24:40 [debug] 11138#0: *3 test location: ~ "^.+.(?:css|js|jpg|jpeg|gif|ico|png|html|xml)$"
2011/08/09 08:24:40 [debug] 11138#0: *3 using configuration "^.+.(?:css|js|jpg|jpeg|gif|ico|png|html|xml)$"
2011/08/09 08:24:40 [debug] 11138#0: *3 http cl:-1 max:10485760
2011/08/09 08:24:40 [debug] 11138#0: *3 rewrite phase: 3
2011/08/09 08:24:40 [debug] 11138#0: *3 post rewrite phase: 4
2011/08/09 08:24:40 [debug] 11138#0: *3 generic phase: 5
2011/08/09 08:24:40 [debug] 11138#0: *3 generic phase: 6
2011/08/09 08:24:40 [debug] 11138#0: *3 generic phase: 7
2011/08/09 08:24:40 [debug] 11138#0: *3 add cleanup: 09B2AC6C
2011/08/09 08:24:40 [debug] 11138#0: *3 limit zone: 9BBC7BC3 1
2011/08/09 08:24:40 [debug] 11138#0: *3 access phase: 8
2011/08/09 08:24:40 [debug] 11138#0: *3 access phase: 9
2011/08/09 08:24:40 [debug] 11138#0: *3 post access phase: 10
2011/08/09 08:24:40 [debug] 11138#0: *3 try files phase: 11
2011/08/09 08:24:40 [debug] 11138#0: *3 content phase: 12
2011/08/09 08:24:40 [debug] 11138#0: *3 content phase: 13
2011/08/09 08:24:40 [debug] 11138#0: *3 content phase: 14
2011/08/09 08:24:40 [debug] 11138#0: *3 content phase: 15
2011/08/09 08:24:40 [debug] 11138#0: *3 http filename: "/var/www/sites/all/themes/stuntbumsx/images/colorbox/controls.png.gz"
2011/08/09 08:24:40 [debug] 11138#0: *3 add cleanup: 09B2ACDC
2011/08/09 08:24:40 [debug] 11138#0: *3 content phase: 16
2011/08/09 08:24:40 [debug] 11138#0: *3 http filename: "/var/www/sites/all/themes/stuntbumsx/images/colorbox/controls.png"
2011/08/09 08:24:40 [debug] 11138#0: *3 add cleanup: 09B2AD4C
2011/08/09 08:24:40 [error] 11138#0: *3 open() "/var/www/sites/all/themes/stuntbumsx/images/colorbox/controls.png" failed (2: No such file or directory), client: ::1, server: , request: "GET /sites/all/themes/stuntbumsx/images/colorbox/controls.png HTTP/1.1", host: "localhost", referrer: "http://localhost/sites/all/themes/stuntbumsx/css/colorbox.css?lpmp99"
2011/08/09 08:24:40 [debug] 11138#0: *3 http finalize request: 404, "/sites/all/themes/stuntbumsx/images/colorbox/controls.png?" a:1, c:1
2011/08/09 08:24:40 [debug] 11138#0: *3 http special response: 404, "/sites/all/themes/stuntbumsx/images/colorbox/controls.png?"
2011/08/09 08:24:40 [debug] 11138#0: *3 http set discard body
2011/08/09 08:24:40 [debug] 11138#0: *3 xslt filter header
2011/08/09 08:24:40 [debug] 11138#0: *3 HTTP/1.1 404 Not Found

Server: nginx

Date: Tue, 09 Aug 2011 06:24:40 GMT

Content-Type: text/html

Transfer-Encoding: chunked

Connection: keep-alive

Keep-Alive: timeout=10

Vary: Accept-Encoding

Content-Encoding: gzip

2011/08/09 08:24:40 [debug] 11138#0: *3 write new buf t:1 f:0 09B2AE2C, pos 09B2AE2C, size: 226 file: 0, size: 0
2011/08/09 08:24:40 [debug] 11138#0: *3 http write filter: l:0 f:0 s:226
2011/08/09 08:24:40 [debug] 11138#0: *3 http output filter "/sites/all/themes/stuntbumsx/images/colorbox/controls.png?"
2011/08/09 08:24:40 [debug] 11138#0: *3 http copy filter: "/sites/all/themes/stuntbumsx/images/colorbox/controls.png?"
2011/08/09 08:24:40 [debug] 11138#0: *3 image filter
2011/08/09 08:24:40 [debug] 11138#0: *3 xslt filter body
2011/08/09 08:24:40 [debug] 11138#0: *3 http postpone filter "/sites/all/themes/stuntbumsx/images/colorbox/controls.png?" 09B2AFC0
2011/08/09 08:24:40 [debug] 11138#0: *3 http gzip filter
2011/08/09 08:24:40 [debug] 11138#0: *3 malloc: 09AE6CB0:12288
2011/08/09 08:24:40 [debug] 11138#0: *3 gzip alloc: n:1 s:5824 a:8192 p:09AE6CB0
2011/08/09 08:24:40 [debug] 11138#0: *3 gzip alloc: n:512 s:2 a:1024 p:09AE8CB0
2011/08/09 08:24:40 [debug] 11138#0: *3 gzip alloc: n:512 s:2 a:1024 p:09AE90B0
2011/08/09 08:24:40 [debug] 11138#0: *3 gzip alloc: n:512 s:2 a:1024 p:09AE94B0
2011/08/09 08:24:40 [debug] 11138#0: *3 gzip alloc: n:256 s:4 a:1024 p:09AE98B0
2011/08/09 08:24:40 [debug] 11138#0: *3 gzip in: 09B2AFD8
2011/08/09 08:24:40 [debug] 11138#0: *3 gzip in_buf:09B2AF20 ni:080E5980 ai:116
2011/08/09 08:24:40 [debug] 11138#0: *3 malloc: 09AE9CB8:8192
2011/08/09 08:24:40 [debug] 11138#0: *3 deflate in: ni:080E5980 no:09AE9CB8 ai:116 ao:8192 fl:0 redo:0
2011/08/09 08:24:40 [debug] 11138#0: *3 deflate out: ni:080E59F4 no:09AE9CB8 ai:0 ao:8192 rc:0
2011/08/09 08:24:40 [debug] 11138#0: *3 gzip in_buf:09B2AF20 pos:080E5980
2011/08/09 08:24:40 [debug] 11138#0: *3 gzip in: 09B2AFE0
2011/08/09 08:24:40 [debug] 11138#0: *3 gzip in_buf:09B2AF54 ni:080E53C0 ai:46
2011/08/09 08:24:40 [debug] 11138#0: *3 deflate in: ni:080E53C0 no:09AE9CB8 ai:46 ao:8192 fl:4 redo:0
2011/08/09 08:24:40 [debug] 11138#0: *3 deflate out: ni:080E53EE no:09AE9D23 ai:0 ao:8085 rc:1
2011/08/09 08:24:40 [debug] 11138#0: *3 gzip in_buf:09B2AF54 pos:080E53C0
2011/08/09 08:24:40 [debug] 11138#0: *3 free: 09AE6CB0
2011/08/09 08:24:40 [debug] 11138#0: *3 http chunk: 10
2011/08/09 08:24:40 [debug] 11138#0: *3 http chunk: 115
2011/08/09 08:24:40 [debug] 11138#0: *3 write old buf t:1 f:0 09B2AE2C, pos 09B2AE2C, size: 226 file: 0, size: 0
2011/08/09 08:24:40 [debug] 11138#0: *3 write new buf t:1 f:0 00000000, pos 09B2B0AC, size: 4 file: 0, size: 0
2011/08/09 08:24:40 [debug] 11138#0: *3 write new buf t:0 f:0 00000000, pos 080E7FC4, size: 10 file: 0, size: 0
2011/08/09 08:24:40 [debug] 11138#0: *3 write new buf t:1 f:0 09AE9CB8, pos 09AE9CB8, size: 115 file: 0, size: 0
2011/08/09 08:24:40 [debug] 11138#0: *3 write new buf t:0 f:0 00000000, pos 080D991C, size: 7 file: 0, size: 0
2011/08/09 08:24:40 [debug] 11138#0: *3 http write filter: l:1 f:1 s:362
2011/08/09 08:24:40 [debug] 11138#0: *3 http write filter limit 0
2011/08/09 08:24:40 [debug] 11138#0: *3 writev: 362
2011/08/09 08:24:40 [debug] 11138#0: *3 http write filter 00000000
2011/08/09 08:24:40 [debug] 11138#0: *3 http copy filter: 0 "/sites/all/themes/stuntbumsx/images/colorbox/controls.png?"
2011/08/09 08:24:40 [debug] 11138#0: *3 http finalize request: 0, "/sites/all/themes/stuntbumsx/images/colorbox/controls.png?" a:1, c:1
2011/08/09 08:24:40 [debug] 11138#0: *3 set http keepalive handler
2011/08/09 08:24:40 [debug] 11138#0: *3 http close request
2011/08/09 08:24:40 [debug] 11138#0: *3 http log handler
2011/08/09 08:24:40 [debug] 11138#0: *3 run cleanup: 09B2AC6C
2011/08/09 08:24:40 [debug] 11138#0: *3 free: 09AE9CB8
2011/08/09 08:24:40 [debug] 11138#0: *3 free: 00000000
2011/08/09 08:24:40 [debug] 11138#0: *3 free: 09B2A4E0, unused: 972
2011/08/09 08:24:40 [debug] 11138#0: *3 event timer add: 14: 10000:2906065035
2011/08/09 08:24:40 [debug] 11138#0: *3 free: 09AF7F38
2011/08/09 08:24:40 [debug] 11138#0: *3 free: 09AF81E8
2011/08/09 08:24:40 [debug] 11138#0: *3 hc free: 00000000 0
2011/08/09 08:24:40 [debug] 11138#0: *3 hc busy: 00000000 0
2011/08/09 08:24:40 [debug] 11138#0: *3 reusable connection: 1
2011/08/09 08:24:40 [debug] 11138#0: *3 post event 09B3202C
2011/08/09 08:24:40 [debug] 11138#0: *3 delete posted event 09B3202C
2011/08/09 08:24:40 [debug] 11138#0: *3 http keepalive handler
2011/08/09 08:24:40 [debug] 11138#0: *3 malloc: 09AF7F38:1024
2011/08/09 08:24:40 [debug] 11138#0: *3 recv: fd:14 -1 of 1024
2011/08/09 08:24:40 [debug] 11138#0: *3 recv() not ready (11: Resource temporarily unavailable)

@inolen
Copy link
Author

inolen commented Aug 9, 2011

Also, I'd just like to mention that logging in works fine with drupal.conf, it only breaks when using drupal_boost.conf.

@perusio
Copy link
Owner

perusio commented Aug 9, 2011

Hmm. I don't see anyhting on the config that should be causing problems. Can you test the boost config with the Boost module disabled and see if it works?

I'm going to install Boost on D7 and try it out myself.

Thanks,

@inolen
Copy link
Author

inolen commented Aug 10, 2011

I'll try that in a few hours tonight when I get home.

@inolen
Copy link
Author

inolen commented Aug 13, 2011

Sorry for the delay, I was backed up with some tasks.

Tried on my local machine tonight and with boost disabled, it still breaks when using drupal_boost.conf.

@perusio
Copy link
Owner

perusio commented Aug 18, 2011

Ok. I got it. Sorry for the delay. I've been quite busy. The issue had to do with the way error_page does the redirection. Anyway I wasn't happy with the way the redirection inside the @cache location was done. Too much mod_rewrite way of thinking for my taste. Its was about the only legacy thing from the original yhager config. Now it uses map, which is more Nginx like :) Note that you must get the updated drupal_boost.conf the updated nginx.conf and the new map_cache.conf . The safest thing to do is to make a pull, if you cloned the repo, or re-download everything if you didn't. Then just copy your current vhost setup(s) to this new version and you're done.

Try it out and report back please.

Thank you,
António

@inolen
Copy link
Author

inolen commented Aug 18, 2011

Hey Antonio,

Not a problem!

Updated everything tonight and everything was smooth sailing :)

Thank you so much for this project, you've saved my poor little VPS from Apache's wrath.

  • Anthony

@inolen
Copy link
Author

inolen commented Aug 19, 2011

So, this morning while looking at the site again, while everything setup and boost was working and serving, something was up with URL re-writing.

It seemed when I wasn't logged in things were good, but then I'd log in and get this:
http://localhost/index.php?q=/front

Then from there, clicking on any article went to it in the index.php?q= notation.

I can try to look into it later tonight (but again, total nginx noob), do you have any ideas off the top of your head?

Thanks again.

@perusio
Copy link
Owner

perusio commented Aug 19, 2011

Doh. I completely overlooked that rather obvious deformity :( The issue is that we need try_files for the rewriting to be done through an internal redirect, otherwise we get the unclean URLs instead of the clean ones on the location bar.

The commit has the fixes. Just replace the boost related files: drupal_boost.conf and drupal_spaces_boost.conf. Everything should work.

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