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:
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
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