Kloxo-MR 7 on Centos 6: issues in installation


Here are some issues we found:

I. Install PHP unsuccessfully

After create a website (with a domain/subdomain), you see the PHP code in the website like:

kloxo mr error php

The solution:
1. Edit file /etc/httpd/conf.d/php.conf

Add these lines

LoadModule php5_module modules/libphp5.so

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

php conf

2. Restart httpd service or reboot server if unsuccess

service httpd restart

II. Can’t see domain configuration file after create new website

The solution:

sh /script/fixweb

Now you can see the domain configuration file in the folder: /opt/configs/apache/conf/domains
kloxo mr domain configuration file

Leave a Reply