Hi, i want to change this text :
session.save_handler = files
to :
session.save_handler = memcached
session.save_path = "127.0.0.1:11211"
how to change this text with SED command ?
thank you before. best regards, maszd
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
nevermind, solved.