Skip to main content

custom opt module in EA 4

Comments

6 comments

  • JacobPerkins
    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
  • ribo
    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\"" combined
    0
  • ribo
    sorry the install is yum install ea-apache24-mod_remoteip
    0
  • JacobPerkins
    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
  • ribo
    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
  • JacobPerkins
    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.