custom opt module in EA 4
Hello, i don t understand how do you install and enable a custom module in EA 4 like mod_remoteip. In EA 3 was easy but in EA 4 i am confused.
Also i try to put from cgi/fcgi to fpm/fcgi but i get file not found
And also i can t find how to install and enable Memcache
-
Hi, EA4 is still in a tech preview state, so it's not fully 100% working at this time, specifically with extra modules and such. Memcached can be installed from upstream CentOS, and then PHP manually configured to use proper libraries, but right now these operations are not supported. 0 -
Hi, EA4 is still in a tech preview state, so it's not fully 100% working at this time, specifically with extra modules and such. Memcached can be installed from upstream CentOS, and then PHP manually configured to use proper libraries, but right now these operations are not supported.
with mod remote ip i found solution. yum install ea-phpmod_remoteip and in http.conf i put # Note that the use of %{X-Forwarded-For}i instead of %h is not recommended. # Use mod_remoteip instead. RemoteIPHeader X-Forwarded-For LogFormat "%a %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined0 -
sorry the install is yum install ea-apache24-mod_remoteip 0 -
Hi, Yep, you're right, I missed that, mod_remoteip is available. You can check out the full listing of packages by running: yum list "ea-*"
0 -
Hello, Memcached is installed from before and it was working in EA 3. Now i m trying to put it in php but i don t know exactly what to do in EA 4. Also i check /etc/init.d/memcached status memcached (pid 1086) is running...
So what must i do to see it in phpinfo?0 -
Hello, Enabling memcached with SCLs in EA4 is quite complicated at this time, and we haven't quite gotten that part up and running yet. You'd basically need to enable the SCL option for whichever PHP version you're building memcached against, and then add those extensions to the INI via WHM -> MultiPHP INI Editor. 0
Please sign in to leave a comment.
Comments
6 comments