Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
My httpd .conf file for the same domain.co.uk:
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
#IF YOU REQUIRE TO APPLY CUSTOM MODIFICATIONS, PERFORM THEM IN THE FOLLOWING FILES...
More info, this is a problem with Nginx I believe. If I run:
curl -v -i www.domain.co.uk
Which returns this:
* About to connect() to www.domain.co.uk port 80 (#0)
* Trying 2001:8d8:867:6e00::36:75af... connected
* Connected to www.domain.co.uk (2001:8d8:867:6e00::36:75af) port 80 (#0)
> GET...
From suggestion on the wkhtmltopdf issue tracker, to eliminate it as the problem I tried the following:-
wget -O /tmp/test 'http://www.domain.com'
This returns the same redirect page found in /var/www/vhosts/default/htdocs
Therefore it must be an issue with the configuration within...
Hi,
I am running wkhtmltopdf on one of my CentOS 6 boxes running Plesk 12.
I have used Plesk since version 10 and up until November 2014 this worked as expected.
Wkhtmltopdf is a tool that uses webkit to generate a PDF version of a web page using command line. It works as expected for all...