rackaid
- Total activity 112
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 52
Comments
Recent activity by rackaid-
Due to stuck processes, you are filling up the connection queue in Apache. When this happens, web resources will not be available or will be very slow. This is controlled by the MaxRequestsWorke...
-
Gmail is blacklisting your IP address. I have a detailed blog post on the gmail blacklist process. Typically this is due to: [LIST] Spam coming from your server. Incorrect DNS, hostname or SPF...
-
In the error you posted, the port is 443 not 465. ssl://smtp.gmail.com:443 Also note that port 465 is SSL only. Port 25 is plain or may use STARTTLS. I think Gmail also supports port 587.
-
The php.ini is not being cached. suPHP does not cache any data. Once the script exits, it closes all files. So either: [LIST] The file you think is being used is not the file actually being us...
-
Do you have any extra yum repos installed? If so, try disabling them. Also check /etc/yum.conf to confirm it is correct. We've seen an issue where it gets corrupted and can cause odd update be...
-
The easiest way and often the fastest is to use backup and disaster recovery software that includes bare metal recovery (BMR). We've use R1Soft and when properly deployed it works well. BMR elim...
-
I recommend using port 587. Port 587 is reserved for email submission. Port 26 is unassigned. I've seen more and more ISPs also block port 26 as well.
-
You will need to check your exim logs to see if Gmail is blocking your emails. If this is a new server, I find gmail is quick to block technical type notices from servers. Also, for the emai...
-
If on a MS Windows system, I recommend PingPlotter. [url=http://www.pingplotter.com/freeware.html]PingPlotter Freeware Easy to use and will be useful to send to your host in case there is still ...
-
If you mean brute force attacks against usernames, one of the easiest methods is to use HTTP Auth on the login and /admin areas. This is good if you have just a few authors/users. We've seen man...