Solved – Plesk The following Apache modules are not installed on the destination server: wsgi.

Plesk ‘te Migration Manager ile transfer işlemi yapacağım sırada karşılaştığım basit bir hatanın çözümünü sizlerle paylaşmak istedim.

Hata/Error: The following Apache modules are not installed on the destination server: wsgi.

Sebep/Cause: mod_wsgi Kurulu değil / Not installed mod_wsgi

Çözüm/Solution:

  1. [root@~]# rpm -qa | grep http
    httpd-2.2.15-30.el6.centos.x86_64
  2. [root@~]# wget archive.apache.org/dist/httpd/httpd-2.2.15.tar.gz
    [root@~]# tar xfz httpd-2.2.15.tar.gz 
  3. [root@~]# yum install gcc gcc-c++ kernel-devel httpd-devel 
  4. [root@~]# cat /root/httpd-2.2.15/modules/cache/config.m4
    dnl #  list of object files for mod_mem_cache
    mem_cache_objs="dnl
    mod_mem_cache.lo dnl
    cache_cache.lo dnl
    cache_pqueue.lo dnl
    cache_hash.lo dnl
  5. [root@~]# cd /root/httpd-2.2.15/modules/cache
  6. [root@~cache]# apxs -c -i mod_mem_cache.c cache_cache.c cache_pqueue.c cache_hash.c
  7. service httpd restart

Uygulanabilir/APPLIES TO:

  • Plesk 12.0 for Linux
  • Plesk 11.0 for Linux
  • Plesk 11.5 for Linux

Kaynak/source: http://kb.odin.com/en/121064

Bir önceki yazımız olan CentOS ClamAV Antivirus - Sunucu Otomatik Virüs Tarayıcısı başlıklı makalemizi de okumanızı öneririz.

Bir Cevap Yazın