MicroStackのHorizonでRuntimeErrorが起きたときの対処法
913 ワード
Unable to create a new session key. It is likely that the cache is unavailable.
/etc/memcached.conf
の#-l 127.0.0.1
をコメントアウトしてその下に-l 0.0.0.0
を追記
/etc/memcached.conf
# Specify which IP address to listen on. The default is to listen on all IP addresses
# This parameter is one of the only security measures that memcached has, so make sure
# it's listening on a firewalled interface.
#-l 127.0.0.1
-l 0.0.0.0
Author And Source
この問題について(MicroStackのHorizonでRuntimeErrorが起きたときの対処法), 我々は、より多くの情報をここで見つけました https://qiita.com/jun50/items/d090bfb661b55d653fb7著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .