Archive for the tag 'SSI'

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/

Installed SSI extensions are not detected by Plesk

SSI extensions are installed on the server but Plesk saying that the ‘Component is not installed’ in the component management page in Plesk.

You can fix this issue using the below steps.

1. In server

Start >> Control Panel >> Add/Remove programs >> Add/Remove Windows Components >> Application Server >> IIS >> World Wide Web service >> deselect the Server Side Includes option.

2. Once you done the above steps, restart all Plesk services and IIS Admin Service in service console.

3. In server

Start >> Control Panel >> Add/Remove programs >> Add/Remove Windows Components >> Application Server >> IIS >> World Wide Web service >> Select the Server Side Includes option.

4. Also make sure that Server Side Includes status as Allowed in IIS management.

5. Restart all Plesk services and IIS Admin Service in service console.

6. In Plesk

Main >> Server >> Component management >> Click the refresh button.

Now you can see SSI Component is installed in service section.