Search:

Type: Posts; User: quybau-dalvarez

Search: Search took 0.02 seconds.

  1. voidhosting, This usually indicates that SSL...

    voidhosting,

    This usually indicates that SSL isnt really enabled on your port 443.

    You may want to check your <VirtualHost> settings to see if you have SSLEngine turned on.
  2. neonix, Yes that's a DoS attack (not ddos...

    neonix,

    Yes that's a DoS attack (not ddos unless from multiple sources).

    Best thing to do is like CybexHost suggested ban the ip from your firewall or router.

    You cant really "force" your...
  3. Cyberturk, Some email servers require that...

    Cyberturk,

    Some email servers require that both FORWARD and REVERSE records to a mail server match.

    I'm not sure if that's the problem in this case, but i know for sure this is a configurable...
  4. The Typical output of "lsof" is this: apache2 ...

    The Typical output of "lsof" is this:

    apache2 4124 www-data cwd DIR 8,1 4096 112132253 /chroot/apache2

    the second column is usually the proccess id. That's the pid you...
  5. IF you have command-line access via ssh or...

    IF you have command-line access via ssh or console you can see if "lsof" is installed and grep the hostname out of the output and kill it's corresponding PID

    lsof | grep host
    lsof | grep TCP
Results 1 to 5 of 5