• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. tkalfaoglu

    Issue System cannot fork?

    Thank you very much -- I made those changes to the system. I know this is unrelated, but any ideas what to do about these? They repeat at every 10 seconds in the logs.. Jun 07 14:52:50 server.xxx.com systemd[10362]: Failed to canonicalize path...
  2. tkalfaoglu

    Issue System cannot fork?

    I am seeing this error in the logs and outgoing mail is not accepted: Jun 07 14:52:49 server.xxx.com postfix/smtpd[16847]: warning: milter inet:127.0.0.1:12768: can't read SMFIC_OPTNEG reply packet header: Connection timed out Jun 07 14:52:49 server.xxx.com postfix/smtpd[16847]: warning: milter...
  3. tkalfaoglu

    AH01630: client denied by server configuration

    It's very hard to find out what's causing this error - all you see is that it's forbidden, and very little in the logs about it..
  4. tkalfaoglu

    Issue awstats issue in obsidian?

    I checked my server and the paths were correct.. AlmaLinux, Obsidian.. But the awstats was the wrong kind (Fedora), and I cannot find anything referring to awstats in the PLESK GUI.. So, people can't see their stats or modify anything about them.
  5. tkalfaoglu

    Issue awstats issue in obsidian?

    I had to reinstall awstats because the one I had on the server was the 3rd party repo.. So after excluding the 3rd repo awstats, uninstalling and reinstalling. I'm getting: # ./rebuild_awstats.sh kalfaoglu.net === kalfaoglu.net WARNING: domain kalfaoglu.net does not exist or has non-AWstats...
  6. tkalfaoglu

    Resolved web site no longer opening

    NVM - found the place -- I had NOT set the ipv6 IP address in the hosting settings.. blush blush..
  7. tkalfaoglu

    Resolved web site no longer opening

    WOW - noticed something. I'm accessing the site from abroad, and they have IPv6 here.. When I disabled that and connected to wifi with IPv4 instead, the site appeared fine! So, PLESK apparently has problems with IPv6 access to kalfaoglu.net .. how can I fix this?
  8. tkalfaoglu

    Resolved web site no longer opening

    Aha - now it just shows "plesk web server default page" Btw, repair web showed: There is a disabled required Apache module: php7 .................. [ERROR] but I believe this can be ignored?
  9. tkalfaoglu

    Resolved web site no longer opening

    For some reason, www.kalfaoglu.net no longer shows our web site.. it redirects to PLESK login page! I did a plesk repair web and it did not help.. no web site, DNS or IP changes were made recently, so I don't understand why. I even rebooted the machine, it did not help. Any ideas what else to...
  10. tkalfaoglu

    Issue mariadb too many open files

    Just a heads up: On your system, eventually the open files limit of mariaDB may not suffice, and most attempts at fixing it will not work, as there is a file /etc/systemd/system/mariadb.service.d/override.conf that sets this limit to 8k.. Most sources on the internet says that you should...
  11. tkalfaoglu

    Question MariaDB and wp_options tables - optimize gets stuck

    Did anyone else notice that OPTIMIZE takes forever on wp_options tables? I was running an mysqlcheck --all-databases --auto-repair --verbose --optimize --skip-write-binlog command and they always get stuck on the options tables for some reason.. A drop database;create database helps things...
  12. tkalfaoglu

    Resolved systemd User Manager activity

    SOLVED: In /etc/journald.conf, change: MaxLevelStore=debug MaxLevelSyslog=debug MaxLevelConsole=info to: MaxLevelStore=notice MaxLevelSyslog=notice MaxLevelConsole=notice Then, systemctl restart systemd-journald
  13. tkalfaoglu

    Resolved systemd User Manager activity

    There is no way to disable these logs? Seems very wasteful every 30 seconds. My server does that too :(
  14. tkalfaoglu

    Resolved Where to put apache and nginx global rewrite rules?

    In fact, I don't see it anywhere in the /etc/httpd (recursively searched) or in /var/www/vhosts/kalfaoglu.net/conf directories.. I only see it my zzz_mytweaks file. Shouldn't I see it in my kalfaoglu.net conf files too? Thanks!
  15. tkalfaoglu

    Resolved Where to put apache and nginx global rewrite rules?

    I was trying to do that globally for all the domains.
  16. tkalfaoglu

    Resolved Where to put apache and nginx global rewrite rules?

    Many thanks! I created that zzz_mytweaks.conf, did a httpdmng --reconfigure-domain, but I do not see my changes in the vhost.conf of that domain. Am I suppose to see them there? I mean, how can I tell if my conf is included in the httpd conf?
  17. tkalfaoglu

    Resolved Where to put apache and nginx global rewrite rules?

    I have this code for our main site to stop the pesky crawlers in our main site's hosting settings: Apache & nginx Settings for kalfaoglu.net : RewriteEngine On RewriteCond %{HTTP_USER_AGENT}...
Back
Top