📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 02:14:29
📂
/
/
opt
/
alt
/
tests
/
alt-php83-pecl-memcache_8.2-1.el8
/
tests
✏️
Editing: memcache.sh
#!/bin/bash # basic script to launch memcached for testing memcached -p11211 -U11211 -d memcached -p11212 -U11212 -d # if this fails, make sure your user has permissions # to write to /var/run/memcached memcached -s /var/run/memcached/memcached.sock -d
💾 Save Changes
❌ Cancel