• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by GregSmid

  1. GregSmid

    Issue PHP-CGI

    ITTECH, It's going to be almost impossible for anyone on the Plesk forum to answer your question. There are thousands of possible reasons why php-cgi.exe might be causing high CPU load. A mis-configuration of your CMS (WordPress? Joomla? DNN? Something else?). A poorly coded, out of date, or...
  2. GregSmid

    Question Release notes for 11.5.30 Update 54 - more details?

    Release notes (here) are pretty slim: Security improvements for WordPress installations. Can we have some details on what has been changed? We have quite a few WordPress installations running on our Plesk server so this is very relevant to me. Thanks, Greg
  3. GregSmid

    AWstats stopped updating several months ago

    Yep, that was it. Stats have been calculating successfully since re-enabling IIS loging at the server level.
  4. GregSmid

    AWstats stopped updating several months ago

    EDIT: Hmm, mystery probably solved. It looks like IIS logging was disabled at a global level for some reason, back in November. I've re-enabled it globally, will see if stats are generated tonight - I expect they probably will be. Will report back either way!
  5. GregSmid

    AWstats stopped updating several months ago

    We noticed recently that the statistics for all of our hosted websites stopped updating back in November. The strange thing is, it stopped on different days for different sites. On most, I see the file modification dates in "E:\vhosts\domain.com\.plesk\statistics\domain.com\webstat" as...
  6. GregSmid

    Plesk 9.5.5 - Still can't create SRV records

    Plesk Panel for Windows 9.5.5, Windows Server 2003 x86 After adding an SRV record for needed for Office365, I get an error after clicking the Update button. The record I'm trying to add is: Record Type - SRV Service Name - _sipfederationtls Protocol Name - _tcp Port Number - 5061...
  7. GregSmid

    Panel 11.5 - How do I enable AWStats?

    Ah, there it is! I didn't notice the Hosting Settings link up near the domain name... thanks Igor! Greg
  8. GregSmid

    Panel 11.5 - How do I enable AWStats?

    Hi guys, I'm hoping there's a really simple solution that I'm just overlooking, but I can't see how to enable AWStats for the domains on my server. In our old Panel (v9.5), I could go Domains > DOMAIN.TLD > Web Hosting Settings, and on that page there was an option to choose between...
  9. GregSmid

    Event Handler for new domain

    Dammit, accidentally just deleted my post with a workaround solution. Three cheers for browser plugins that remember the contents of forms you submit! Here it is again: I've created a workaround for my problem of not having an Event Trigger that fires when I update the DNS for the default...
  10. GregSmid

    Event Handler for new domain

    Workaround! Well, I've created a workaround for my problem of not having an Event Trigger that fires when I update the DNS for the default domain in a Subscription -- I created my own! I used the Developing Extensions for Parallels Plesk Panel 11.5 - Event Handlers documentation figure this...
  11. GregSmid

    Event Handler for new domain

    I've run into a new snag... I can't find the event trigger that fires when the DNS is modified for the primary domain in a subscription. When I make a change to the DNS zone for a primary domain, I see an 'Update Domain DNS Zone' event in the Action Log. When I make a change to the DNS zone for...
  12. GregSmid

    Event Handler for new domain

    If that's the case, I respectfully say that there's a lot of work that needs to be done on the Appendix page. Below is a list of Event Trigger options that I took screenshots of from my Plesk Panel for Windows installation; you can see there are a number of entries on my list that don't appear...
  13. GregSmid

    Event Handler for new domain

    Ok, after a lot of Googling, I've discovered here that the event I need to use for Plesk running on Windows is actually "Website Created". I can pass it the <new_domain_name> parameter and it works as I want it to, but only when I've created a new Subscription. For new Subdomains, I can use...
  14. GregSmid

    Event Handler for new domain

    Hi Igor, thanks for your reply! I'm passing the <new_domain_name> paramater to the script because I'd like it to log the name of the domain that gets created. The log file (C:\Scripts\DatetimeLog.txt) should look like: mynewdomain.com Fri 01/10/2014 8:39:21.45 Once I get this working...
  15. GregSmid

    Event Handler for new domain

    Hi there, I can't seem to get the Event Handlers to trigger when creating a new Subscription with a new Domain. My understanding is that the "Domain created" event should fire, but I've assigned a script to that event and I don't get the expected output when I create a new Subscription. For...
Back
Top