• 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.

Recent content by zoldos

  1. zoldos

    Issue Cannot get OpenDKIM to run on Ubuntu 20.04, keep getting socket error!

    I was able to open a support ticket. Thank you so much!! :D
  2. zoldos

    Issue Cannot get OpenDKIM to run on Ubuntu 20.04, keep getting socket error!

    @scsa20 Okay, I switched to the internal Plesk DKIM on my specific domain. I did everything carefully. I confirmed DKIM signing was enabled, etc. But for some reason, the default.pub key and dkim.sock files were *not* being created. I tried everything, and went back and forth with several so...
  3. zoldos

    Issue Cannot get OpenDKIM to run on Ubuntu 20.04, keep getting socket error!

    There are multiple domains/sites on my server. Will the built in DKIM work for just *my* site? I don't want to interfere with the other domains since they aren't mine. I'm the server admin tho. :)
  4. zoldos

    Issue Cannot get OpenDKIM to run on Ubuntu 20.04, keep getting socket error!

    I'm trying to get OpenDKIM running on my dedicated Ubuntu 20.04 server. I got it working briefly, then I messed something up. Here are the logs and more details: May 06 14:51:28 condor2388 opendkim[2800874]: opendkim: /etc/opendkim.conf: /etc/opendkim/TrustedHosts: dkimf_db_open(): No such...
  5. zoldos

    Question issues raising PHP.ini max_file_uploads past 50!

    Yes, that does seem logical. I will do that! Thanks for your feedback!
  6. zoldos

    Question issues raising PHP.ini max_file_uploads past 50!

    I would think so, but when I batch upload files to my Xenforo 2.2 forum, it will stop at 50 and state that is the maximum files that can be uploaded at once. I went through every setting in Xenforo, and turned up nothing. I also checked all Plesk and server settings. Again, nothing. The...
  7. zoldos

    Question issues raising PHP.ini max_file_uploads past 50!

    I just realized I'm using Obsidian 18.0.49. Does that make a difference? My bad!
  8. zoldos

    Question issues raising PHP.ini max_file_uploads past 50!

    In phpinfo it shows "max_file_uploads = 100". I swear seeing some obscure setting relating to file uploads info in a server config file, but can't remember! :(
  9. zoldos

    Question issues raising PHP.ini max_file_uploads past 50!

    I run PHP as a dedicated FPM application served by nginx and have Apache turned off (not sure if that makes a difference). And this in the PHP "Additional Directives" under my domain subscription: max_file_uploads = 100 Hmm....
  10. zoldos

    Question issues raising PHP.ini max_file_uploads past 50!

    I placed this in my server's primary php.ini file (*not* the auto generated one): max_file_uploads = 100 and restarted PHP (I'm using 7.4.33 on Ubunto 20.04 LTS). But the limit remains at 50. Almost like it is hard coded. Is this normal? I recall seeing a related setting when I was messing...
  11. zoldos

    Resolved Submitting my PHP FPM config for review and recommendations please!

    It's working great now. I did have to adjust a few custom links to include index.php? but no worries. Thanks!!
  12. zoldos

    Resolved Submitting my PHP FPM config for review and recommendations please!

    *Update: I successfully removed my .htacess file after disabling fancy URLs and turned off Proxy mode. My forum seems noticeably faster! Thanks!!
  13. zoldos

    Resolved Submitting my PHP FPM config for review and recommendations please!

    I run a fully dedicated server with PHP 7.4.33 (opcache and memcached) and a 2TB RAID HDD, Ubunto 20.04. I haven't tried PHP 8 yet, as not all parts of my forum are 100% compatible at this time.
  14. zoldos

    Resolved Submitting my PHP FPM config for review and recommendations please!

    This didn't work. When I disabled Apache Proxy in the settings, and applied the new nginx directives, any subfolders went 404. My forum uses mod_rewrite. If I turn that off on my site, do you think it will work? Pretty sure I used the correct nginx settings (via the plugin you showed me).
  15. zoldos

    Resolved Submitting my PHP FPM config for review and recommendations please!

    How do I do that> Yes I have an .htaccess. I'll check out the syntax conversion. Thanks!
Back
Top