Welcome! Log In Create A New Profile

Advanced

$args getting cleared out when using memcached module. Bug?

jturmel
March 26, 2009 05:37PM
We're having some really weird issues when trying to pass $args to the memcached
module.

Here is a snippet.

set $memcached_key $uri$is_args$args;
memcached_pass 127.0.0.1:11211;
error_page 404 = @fallback;

It will pass in $uri$is_args, which in our case is "/index.php?"

If we comment out the 3 lines with memcached stuff and do the following:

add_header "test" $uri$is_args$args;

You can see the entire value just fine. It seems to be a bug in the way the
module interacts with Nginx but we can't nail it down. We added a debug line at
the very beginning of the memcached module and it seems to be empty as soon as
it is called.

This seems to be a bug with all the extensive testing and configurations we've
tried.

Thank you,
Josh
Subject Author Posted

$args getting cleared out when using memcached module. Bug?

jturmel March 26, 2009 05:37PM

Re: $args getting cleared out when using memcached module. Bug?

Josh Turmel March 26, 2009 08:07PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 314
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready