ASP.NET Session State
In short, you can use “in-proc” for the simplest method which will store the sessions inside the memory of your application. However, app pools on our shared services (we offer…
How To Install Cpanel on a VPS Easily
So You’ve Purchased VPS hosting with Hostking. Here is how to install Cpanel on any of our VPS Servers. Cpanel is the #1 control panel used today by all web…
Unmanaged VPS Hosting Launched
I am excited to announce the immediate availability of Unmanaged VPS hosting at Hostking! This is something we’ve been wanting to do for a long time, and we’re thrilled to…
ASSP – Better SPAM Protection
Is SPAM bothering you too? In the past we received numerous complaints from our clients, regarding SPAM mails. We tried all possible configurations on the spam software available with the…
Export Windows Event logs with PowerShell
1. Create a text file 2. Paste the following command in: Get-Eventlog -LogName application -EntryType Error,Warning | Export-csv application_logs.csv | Get-Eventlog -LogName System -EntryType Error,Warning | Export-Clixml system_logs.csv 3. Save…
Extending PHP Selector – Pecl Modules
If you have decided that you want to build your own PHP extension for your customers to use and include it in the PHP Selector, you might want to do…
How To Install Mailscanner On Cpanel Server
Installation. If you have the cPanel Clamavconnector installed (WHM > Add-on Modules) remove it – it will break MailScanner Login to your root account on your server via SSH Download the package, expand it…
How To Install PHP on Windows/IIS via Web Platform Install
Over the years PHP has gotten better and better running on Windows and IIS. The latest version of PHP for Windows includes dramatic improvements that come from a deep collaboration…
How to setup FastCGI Settings for Shared Hosting
There are tons of articles on how to optimize FastCGI setup. Yet, all of them talk about settings for a single site. The situation is much different in shared web…