Announcement

Collapse
No announcement yet.

FFMPEG-PHP With CageFS Not Showing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • FFMPEG-PHP With CageFS Not Showing

    Hello all,

    We are pretty new to using CloudLinux and CafeFS and are having an issue with enabling FFMPEG-PHP when in Caged mode.

    When CageFS is NOT enabled, FFMPEG-PHP shows as enabled within the client hosting account (using a WordPress site). However, as soon as we enable CageFS is stops showing FFMPEG-PHP as enabled, again within the WordPress site.

    Just to confirm, when CageFS is disabled for this domain PHPINFO shows FFMPEG, however as soon as CageFS is re-enabled FFMPEG disappears fr om the PHPINFO.

    So, somewh ere the extension is not being picked up by CageFS.

    Can someone point me in the right direction to get this enabled?

    Many thanks

  • #2
    I believe you just have to add ffmpeg to inside cagefs, if you already have it installed in a system then just execute:

    Code:
    $ cagefsctl --addrpm ffmpeg
    
    $ cagefsctl --force-update
    More: http://docs.cloudlinux.com/file_system_templates.html

    Comment

    Working...
    X