Jump to content

wolstech

Chief Risk Officer
  • Posts

    18,436
  • Joined

  • Last visited

  • Days Won

    713

Posts posted by wolstech

  1. That account can't have domains added because it's currently suspended for violating the multiple account policy. Any accounts beyond your first MUST be on Morty, which requires a recurring fee. You already have a free account (texu) on Johnny.

    It is not possible to have more than 10 domains without a paid Morty account.

  2. Several of these domains such as api.helioho.st and dev.helioho.st already belong to other users. The helioho.st domain is shared by thousands of users, so common names like this aren't going to be available on it. 

    Is it OK if we put these domains underneath the texu one instead (e.g. api.texu.helioho.st, files.texu.helioho.st, etc.)?

    And no, since you'll be at 10 once these are added, you won't have any slots left to add subdomains under them.

  3. Where are you seeing the dovecot error? Users don't have the ability to restart that, so kind of a weird one for you to see. As for DKIM/SPF:

    DKIM, SPF, and DMARC have been set up for the domain almhdy.sd. We recommend sending a real email (not just the word "test" or a blank email) to https://www.mail-tester.com/ to make sure that everything is set up correctly. If you get less than a 10/10 score please post a link to the full report so we can help you fix any other issues that there may be.
     

  4. This sort of traffic is basically normal for any website that's been around for more than a few weeks. It's almost entirely malicious bots that are searching for things like a vulnerable Wordpress installation to break into or configuration files with database credentials so they can steal your data. 

    The nginx errors are usually because the server is overloaded. That's pretty normal for Johnny when server load is up. Apache restarts can also cause these. They're less of an issue on Tommy and nonexistent on Morty.

    We generally just advise users to block unwanted traffic like this in .htaccess if they are causing load issues, though in your case you said they're hitting nonexistent files and getting 404 errors, which cause so little load that you likely won't even see it register on the load chart. We do not have an edge firewall or similar (we can't afford one due to our funding structure), though the server itself has a software firewall that we've used in severe cases to address an account under attack.

    If you're would like, you can also file an abuse report with the owners of the incoming IP addresses in question. You'll need to find the company that owns the IP (pretty easy to do by googling it), then follow whatever that company provides for an abuse complaint. I've had success reporting addresses that are based in the US and EU, but you're unlikely to receive responses from hosting companies in countries like Russia and China (if they even accept abuse reports), where this sort of activity is tolerated (if not legal).

    • Thanks 1
  5. I just did some research on this, and even ignoring the "Why?" aspect of this, the behavior of .phps (colorized source view) is apparently a function specifically provided by the mod_php module for apache. It's not a function of PHP itself. Since Plesk does not use the apache module, this isn't supported.

    Your best bet is going to be a solution like Krydos suggested: Write a PHP script that displays another script's contents. Once you have that, you  can probably be creative with .htaccess rewrite rules to make calls for .phps files redirect to that script with the requested file as a parameter to emulate the behavior.

    • Thanks 1
×
×
  • Create New...