Difference between revisions of "Talk:Memcached on 1and1 with MediaWiki"

From ThePlaz.com

Jump to: navigation, search
(New page: hello! I have installed successfully memcached-1.2.5 in territoile.org at 1and1 I think that perhaps I have now to add in .bashrc:<br /> export LD_LIBRARY_PATH=/kunden/homepages/13/d1553...)
 
(Allowed?: new section)
 
(One intermediate revision by one user not shown)
Line 2: Line 2:
 
I have installed successfully memcached-1.2.5 in territoile.org at 1and1
 
I have installed successfully memcached-1.2.5 in territoile.org at 1and1
  
I think that perhaps I have now to add in .bashrc:<br />
+
I think that perhaps I have now to add in .profile:<br />
 
  export LD_LIBRARY_PATH=/kunden/homepages/13/d155370874/htdocs/libevent/lib:
 
  export LD_LIBRARY_PATH=/kunden/homepages/13/d155370874/htdocs/libevent/lib:
 
  ldd memcached
 
  ldd memcached
Line 8: Line 8:
 
   
 
   
 
Thanks for your help! --[[User:Clansco|Clansco]] 13:46, 29 May 2008 (EDT)
 
Thanks for your help! --[[User:Clansco|Clansco]] 13:46, 29 May 2008 (EDT)
 +
 +
== Allowed? ==
 +
 +
Hello,
 +
..read your article on implementing memcached on 1and1.
 +
one question-  is that allowed?!
 +
thanks in advance (question received via email)
 +
 +
:I’ve been doing it for years.  It turns off every few months with no warning or complaint.  (I guess they reboot the server )  I turn it back on manually – though I guess I could write some sort of cron or fake cron script that does it for me (such as check in the PHP header if it is on, and if not, turn it on)  They have never sent me a nastygram. -[[User:ThePlaz|ThePlaz]] 21:44, 27 October 2008 (EDT)

Latest revision as of 01:44, 28 October 2008

hello! I have installed successfully memcached-1.2.5 in territoile.org at 1and1

I think that perhaps I have now to add in .profile:

export LD_LIBRARY_PATH=/kunden/homepages/13/d155370874/htdocs/libevent/lib:
ldd memcached
memcached -d -l 127.0.0.1 -p 11000 -m 64

Thanks for your help! --Clansco 13:46, 29 May 2008 (EDT)

Allowed?

Hello, ..read your article on implementing memcached on 1and1. one question- is that allowed?! thanks in advance (question received via email)

I’ve been doing it for years. It turns off every few months with no warning or complaint. (I guess they reboot the server ) I turn it back on manually – though I guess I could write some sort of cron or fake cron script that does it for me (such as check in the PHP header if it is on, and if not, turn it on) They have never sent me a nastygram. -ThePlaz 21:44, 27 October 2008 (EDT)