celiac101
- Total activity 221
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 43
Comments
Recent activity by celiac101-
Excellent, I did learn a lot from those threads, and litespeed seems to be a consistent recommendation to solve this issue. Does anyone know if it would conflict with memcache or mod security? I ha...
-
Great, I applied the patch and hope it won't slow things down (I'll report it here if it does). Second question moved to it's own thread -
-
I don't see an answer to my question in that thread, but it looks like if I control all sites on my server, which I do, then the only way I need to worry about Symlink is if one of those sites gets...
-
I forgot to mention that I am also running Memcached. How does this compare to Litespeed? Can Litespeed and Memcached be run together? If not, would it make sense for me to switch?
-
Ok, so the InnoDB repair guide is rather nightmarish...is it safe to say that one way that MyISAM beats InnoDb, hands down, is the simplicity of repairing a table that gets corrupted? Although I'v...
-
Also, what about nginx? I do serve a fair amount of images on my site, and have heard that this will speed things up considerably. I've also heard negative things about it. I've been waiting to see...
-
I will create a ticket and let you know what I find, as the SFTP connection issue is still a problem. I have a busy site, a suspect it is a resource issue. Also, this type of cron is working...I a...
-
1) Regarding my cron jobs, this format cron is no longer working at all, but it turns out crons in the other format listed above are running. Is there another way to write this type of cronjob so t...
-
Would you happen to have an example of the code required in the Apache virtual host to make a virtual directory keep using PHP 5.6? For example, I have one folder that is in a subdomain without www...
-
Thank you for that explination. So now my problem is that I have some applications that are in separate directories that need to run on PHP 5.6, instead of PHP 7. Before I used the code below in an...