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.
2 more days of struggling, searching the internet and trying over and over... but I have it working! So for others running into this, quite a few tutorials are oooold.... But my main error was (and I did not see that!) is that with every new install Plesk would default back to "Fast CGI...
no the httaccess points to httpdocs/pub as it should, simply one directory up. .htaccess is in httpdocs and points to /pub/index.php... but I am getting more and more errors now, since I tried to turn off the proxy mode :-(
599437#0: *12 upstream sent too big header while reading response...
renamed it to htaccess.txt and renamed the one in httpdocs too to htaccess.txt, doesn't do much (I don't think nginx uses it, apache could...), this is the content:
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/pub/
RewriteCond %{REQUEST_URI} !^/setup/
RewriteCond %{REQUEST_URI} !^/update/...
No.
What docker container? Where does it mention a docker container? The steps I followed come from a "How to run Magento 2 on Plesk Obsidian 18 without Docker". I am simply trying to run a Magento 2 website. No docker container.
I may be new to Plesk, but I have been doing server installations for over 18 years.
I just thought I would give Plesk a try as CPanel is end of life and I did not want to do another DirectAdmin (I do regret that now). As said before, I have uploaded and created quite a few index.php and...
yes, php8.3 running. Yes root is pointing to the right place (if I change it to some place else and put a simple index.php there it will download that too and I can see the difference when I open the download: <?php echo "hi from httpdocs"; ?> or <?php echo "hi from pub"; ?> so on and so on).
I...
yes, php8.3 running. Yes root is pointing to the right place (if I change it to some place else and put a simple index.php there it will download that too and I can see the difference when I open the download: <?php echo "hi from httpdocs"; ?> or <?php echo "hi from pub"; ?> so on and so on)...
Hello, after struggling with a 403 Forbidden issue I know can actually approach my site but! It tries to download the index.php instead of showing it! None of my other sites have this issue...
Plesk version Plesk Obsidian 18.0.71 (newest),
PHP 8.3.23 run as FastCGI application served by Apache...
I have followed all the steps and it installs but when I try to access the site I get a 403 Forbidden
The logs say:
Cannot serve directory /var/www/vhosts/exampleshop.com/: No matching DirectoryIndex (index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm,index.shtml) found, and...
Hello, I have Plesk Obsidian 18.x.x and I have created a docker container that runs OpenSearch. The container name is opensearch and has user admin and password (let's say it is mypassword123#) and manual mapping 9200 to 33136 (and more but I need the 9200 mainly). On my domain I have made a...