Hello forum users,
I’m having a problem to automatically activate Memcached on virtual server creation. Global php.ini has settings:
session.save_handler = memcached
session.save_path = “127.0.0.1:11211”
Save handler is copied correctly to new servers php.ini file, but save_path will be chaged to “/home/USER/tmp”.
Any solution to get this working automatically?
Also if you manually change these options to php.ini, editing these options in “PHP configuration -> Session options” is impossible, as there is no option for memcached and save_path won’t accept ip-address/port number.