Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to Enable the Perl , Python Fastcgi options in plesk.  (Read 3008 times)

0 Members and 1 Guest are viewing this topic.

sajay

  • Guest
How to Enable the Perl , Python Fastcgi options in plesk.
« on: October 28, 2013, 10:25:37 pm »

Some times the option to enable Perl , Python , Fastcgi Option wont be visible under

Plesk Panel-->Websites & Domains-->"Under domain" Hosting Settings.

The reason for this issue is Plesk runs in VPS Optimized mode.Check the status by

[root@centos06plesk ~]# /usr/local/psa/bin/vps_optimized --status
VPS Optimized mysql-innodb: on
VPS Optimized apache-modules-all: off
VPS Optimized apache-modules-except-php: off
VPS Optimized apache-modules-except-scripting: off



To make this options visible and enable switch Plesk Panel back to normal operation mode by the following steps.

1.ssh to server as root

2.mysql -uadmin -p`cat /etc/psa/.psa.shadow`psa -e "update misc set val='0' where param='vps_optimized_mode_status';"


Thank you :D
Sajay S