• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Question NopCommerce on Ubuntu 22.04 with plesk control panel

cits

New Pleskian
Server operating system version
Ubuntu 22.04
Plesk version and microupdate number
Plesk Obsidian 18.0.54
I installed Plesk control panel and installed .net core 7 sdk and runtime to Ubuntu 22.04 amazon cloud image. My requirement is to run nopcommerce 4.6 on the image, but the hosted nopcommerce site shows error "Server Error 403 Forbidden. You do not have permission to access this document". As per the requirements of the nopcommerce, the read write permission must be set to www-data group and user. How could I change the permission set of the folder?
 
The www-data group is the default for the web server if installed stand-alone. In Plesk it would be psacln or psaserv, depending on the path. For the document root directory, ownership must be

<subscription owner>:psaserv
with permissions 0750

For all subdirectories under the document root it must be
<subscription owner>:psacln
 
I have managed to execute the .net library but still the site is not accessible. An error is showing in plesk, but passenger is not installed.
New configuration files for the Apache web server were not created due to the errors in configuration templates: nginx: [emerg] unknown directive "passenger_enabled" in /etc/nginx/plesk.conf.d/vhosts/wehumans.in.conf:75 nginx: configuration file /etc/nginx/nginx.conf test failed. Detailed error descriptions were sent to you by email. Please resolve the issues and click here to generate broken configuration files once again or here to generate all configuration files. See the details in Configuration Troubleshooter
 
I installed plesk obsidian 15 day trial using the installer and opted the 'Recommended' settings on Ubuntu 22.04. I will buy it after checking my requirement, i.e. run the nopcommerce on the plesk control panel installed Ubuntu server.
I could not find the list as per the above screen shot in the plesk control panel!
 
Back
Top