I have encounter a problem with one of our hosted sites, that use gd to display thumbnails and those images did not appear. In phpinfo, GD was loaded and everything looks OK. After searching the web, I have discovered a thread that was recommending to install libapache2-mod-php5. Problem solved, after the install, all the images are OK.
One thing I notice, during the libapache2-mod-php5 installation,
Code
- root@csrv8:~# apt-get install libapache2-mod-php5
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following extra packages will be installed:
- apache2-mpm-prefork
- The following packages will be REMOVED:
- apache2-mpm-worker
- The following NEW packages will be installed:
- apache2-mpm-prefork libapache2-mod-php5
- 0 upgraded, 2 newly installed, 1 to remove and 0 not upgraded.
- Need to get 3,139 kB of archives.
- After this operation, 8,718 kB of additional disk space will be used.
- Do you want to continue [Y/n]?
What do you think about the request to replace apache2-mpm worker with apache2-mpm prefork? Is that OK?
OS: Ubuntu 12.04 and 14.04LTS, i-mscp 1.1.14.