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.
I'm running Plesk 11 with Web Presence Builder and strange thing happens right after I publish WPB I get 500 Error. Have anyone encountered this issue before?
Is there any settings that needs to be set first with Web Presence Builder?
I appreciate your reply thank you but would be nice if you know the answer can you point me directly to where it is in the documentation? It is like looking for a needle in a haystack.
I actually created a /home volume and symlinked /var/www to /home/www. Is that what's causing this issue? How do I fix it? The root volume is too small (8Gb) to contain /var/www in the long run.
No. This utility will replace vhosts content from /var/www/vhosts to new location. Initially vhosts should be located in default /var/www/vhosts directory.
That fixes the issue but there's a missing step. I am getting this error from suexec_log
cmd: cgi_wrapper
[2012-09-18 23:57:58]: command cgi_wrapper not in docroot (10000)
I checked my domain's vhosts file last_httpd.include and I see:
<IfModule mod_fcgid.c>
<Files ~ (\.php)>
SetHandler fcgid-script
FCGIWrapper /var/www/cgi-bin/cgi_wrapper/cgi_wrapper .php
Options +ExecCGI
allow from all
</Files>
</IfModule>
How do I change the cgi_wrapper path of all my domain's vhost file to the new path? Is there a command to do cgi_wrapper path?
Why is it the vhost creates two virtualhost one with port 7080 and 7081? If I add port :7080 to my domain it works fine and I don't get 500 error but it does not redirect to web presence builder home file.
Also, is there a template that I can change so everytime I add a new domain it creates the right path in the vhost files?