Matt,

Do you have the port open on the public-facing side of the remote IP? In
other words, from another computer outside of that remote computer's
network, can you run "nmap -p 11211 xx.xxx.xxx.xx"? (obviously you'd need
nmap for this, but you get what I'm trying to imply)
--
Joey "JoeLinux" Espinosa*
*
<http://joelinux117.blogspot.com>
<http://twitter.com/joelinux117><http://about.me/joelinux>



On Thu, Dec 1, 2011 at 8:49 PM, mattym <slackbabb...@gmail.com> wrote:

> Hi all -
>
> I am stuck on this one. Caching with memcached works when I reference
> the local box holding Django. But when I point my setting to a remote
> box it does not cache:
>
> This is with Django 1.3 using python-memcached on the localbox in a
> virtualenv
>
>  'default': {
>        'BACKEND':
> 'django.core.cache.backends.memcached.MemcachedCache',
>        #'LOCATION': ['127.0.0.1:11211',]  # This works
>        'LOCATION': ['xx.xxx.xxx.xx:11211',]  # This remote one does not
>    }
>
> My settings file appears to have the proper middleware installed:
>
>  "django.middleware.gzip.GZipMiddleware",
>  "django.middleware.cache.UpdateCacheMiddleware",
>    "django.contrib.sessions.middleware.SessionMiddleware",
>    "django.contrib.auth.middleware.AuthenticationMiddleware",
>    "django.contrib.redirects.middleware.RedirectFallbackMiddleware",
>    "mezzanine.core.middleware.DeviceAwareUpdateCacheMiddleware",
>    "django.middleware.common.CommonMiddleware",
>    "django.middleware.csrf.CsrfViewMiddleware",
>    "mezzanine.core.middleware.DeviceAwareFetchFromCacheMiddleware",
>    "mezzanine.core.middleware.AdminLoginInterfaceSelector",
>    "django.middleware.cache.FetchFromCacheMiddleware",
>
> I've checked that memcached is running on the remote box. I am
> probably overlooking something simple.
> Any help is greatly appreciated.
>
> Thanks,
> Matt
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to