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.
Hi Peter,
Thanks for your help and that of others on this platform.
Now I have much of my site displaying correctly.
I did some search and changes around and now I see the error relating to "Can't load Source Map files" for some of my css and js files when I inspect the errors in Chrome Dev...
Hi all,
I had a domain (Domain-A) running perfectly until I decided to buy a VPS and transfered the site into the VPS.
The VPS created the document root as /httpdocs since this ((Domain-A)) is the primary domain.
I bought another domain and added that to the domain (Domain-B). This created the...
Hi guys,
Thanks you all for your support.
I think I finally got what I am looking for.
I OPENED AND EDITED THE apache2.conf file FOR THE Apache VERSION 2.4 AS FOLLOWS
1.. Open Plesk and click on the TOOLS AND SETTINGS link
2. Click on the SSH Tools to open the Terminal
3. Type the following...
My next issue is
1. How to create this httpd.conf file on the apache server
2. How to implement the code on the Plesk panel. I have seen a place where you can enter extra commands without having to open the conf file. See attached panel image
Thanks Peter,
So..
1. Create a httpd.conf file
2. Write the ff code into the file:
SetEnvIfNoCase ^Accept.Encoding$ ^(.*)$ fix_accept_encoding=$1
RequestHeader set Accept-Encoding %{fix_accept_encoding}e env=fix_accept_encoding
3. Place the file inside the path /etc/httpd/conf.d...
ANSWER:
I have subcribed to a Virtual Private Server from another company that runs the apache and NGinx on a Linux Server. I use a Windows 10 PC for my works and connection to the VPS. I hope its clear please?
Hi, Thanks for responding..
- Where is that underscore located, could you please provide an example of such a header?
- ANSWER:
My Endpoint: https://www.webhubgh.com/gbf_apis/v1/vldnpt.php
Headers Attached: AUTHORIZATION, HASH, SIGNATURE and SIGNATURE_METH
Notes: When my endpoint...
Hi all,
jJust got a new VPS that runs on NGinx and will need help to enable underscore in Request Headers that hit my server.
I am creating some endpoints for a client who is insistent on underscores for a particular header SIGNATURE_METH.
I have researched how to do this and been told to edit...