• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Recent content by xberg

  1. X

    Issue Errors when clicking on PHP and on "Apache&nginx" for all my sites

    Additional finding On the affected server, both SMB service permission tables are empty: SELECT * FROM smb_servicePermissions; SELECT * FROM smb_roleServicePermissions; Both return: Empty set This appears to match the global PleskPermissionDeniedException issue in WebController.php...
  2. X

    Issue Errors when clicking on PHP and on "Apache&nginx" for all my sites

    Issue description On a new Plesk Obsidian 18.0.76 / Ubuntu 24.04 server migrated from another Plesk server, I cannot access Apache & nginx Settings for any domain. For all domains, clicking Hosting & DNS → Apache & nginx Settings returns: Warning: permission denied In panel.log the...
  3. X

    Issue Errors when clicking on PHP and on "Apache&nginx" for all my sites

    For all my sites in plesk I have the following 2 errors: Clicking on Dashboard / PHP gives the following error: TypeError can't access property "toLowerCase", t.find(...).options[m] is undefined Clicking on "Apache & Nginx" in Hosting&DNS gives "Warning: Permission denied".
  4. X

    Issue Opcache keeps restarting itself

    Hi, Problem: Opcache keeps restarting itself every 30 seconds or so. My configuration: Plesk 12.5 php 7.0.14 Apache / Fast CGI Default settings for opcache, except the memory moved to 128 MB. opcache.memory_consumption=128 There is NO memory wasted I never reach max memory. When opcache...
  5. X

    Browser caching with nginx not working

    Hi, You are not addressing our problem: we simply cannot enable through plesk 1: serving of static files though nginx and 2: setting expiry header on the same files. regards
  6. X

    Browser caching with nginx not working

    This seems to be the ONLY answer which solves my problem... provided I can get access to the file you mention. Has there been no progress on the plesk side since you wrote this 9 months ago?
  7. X

    Browser caching with nginx not working

    Hi, Unfortunately no progress has been made on this matter and none of these answers is helping me. What I would like to do is simple: 1. serve static files thru nginx 2. set expiry header 3. set this all up through plesk. So far I can only have 2 out of 3 of these: - tick "serve static files...
  8. X

    http2 not working

    Wow! Thank you so much for your great answer! It all makes sense now: this was really driving me nuts! But it also makes me sad as I really had high hopes from http2 and there is no way I will be able to migrate from Debian to Ubuntu 16.04. Thanks Peter!
  9. X

    http2 not working

    Hi, Could you please be more precise? I tried Googl'ing following your "is_ssl" answer but I found very little of relevance. I don't understand how Wordpress would influence server file delivery protocol. I have the following in my wp-config file: if ( isset( $_SERVER['HTTP_X_FORWARDED_PROTO']...
  10. X

    http2 not working

    Hi, Thanks. cdn1.fotoloco.fr is delivered through an external CDN (content delivery network). It has nothing to do with my server. Different company, different site, different protocol. Please only look at the files delivered by fotoloco.fr, which are all currently delivered though http 1. To...
  11. X

    http2 not working

    Let me be more precise about my configuration: I have nginx set as a reverse proxy In Plesk's additional nginx directives I have: listen 443 ssl http2; and I have the first 2 boxes ticked: nginx manages static files / static files directly with nginx
  12. X

    http2 not working

    Hi, Thanks for your answer, but you have missed my point. I wrote: I have enabled nginx and http2 on my server. When I go to: https://tools.keycdn.com/http2-test I see that http2 is enabled. So, yes: http2 is enabled on the server. But when I go to my site: https://fotoloco.fr The resources...
  13. X

    http2 not working

    Thank you for your answer. Here is the output: ONNECTED(00000003) Protocols advertised by server: h2, http/1.1 140705924921000:error:140920E3:SSL routines:SSL3_GET_SERVER_HELLO:parse tlsext:s3_clnt.c:1074: --- no peer certificate available --- No client certificate CA names sent --- SSL...
  14. X

    http2 not working

    Hi, I cannot get http2 to work. I have enabled nginx and http2 on my server. When I go to: https://tools.keycdn.com/http2-test I see that http2 is enabled. My site is https with A+ rating. Then I try to activate http2 by adding, amongst other things to my nginx directives in plesk 12.5...
  15. X

    Resolved NGiNX - browser caching for static resources

    Well this KB works for me: you can EITHER have nginx serving the files OR setting an expire. What I would be interested is in doing BOTH at the same time which does not seem possible thru plesk.
Back
Top