Archive for the tag 'Problem'

SSI doesn’t seem to be working in Plesk. How can I determine what the problem is?

# Make sure that SSI is enabled for the domain within the Plesk interface. This can be enabled/disabled within the domain’s physical hosting screen.
# Make sure that the file has the proper extension (by default):

.shtml

# Make sure that the file has the proper ownership. The owner should be domain_ftp_user and the group should be psacln.
# The apache configuration file httpd.conf should contains the lines:

AddType text/html .shtml
AddOutputFilter INCLUDES .shtml

Look in the domain’s Apache error_log file at /var/www/vhosts/serverbuddies.com/statistic/logs/ for more information.

Reference: http://parallels.com/

Problem importing one of the Python modules required to run yum

Error: There was a problem importing one of the Python modules required to run yum. … Cannot allocate memory.

Solution: Python frequently runs into the memory limits set inside WHM and cPanel. You may be able to resolve this issue by increasing the per process memory limit in the WHM Tweak Settings feature, or by running EasyApache from the command line to minimize its memory footprint.

Reference: http://cpanel.net