Kevin Pirnie' Articles
- Home / Kevin Pirnie’s Articles / Apache
By: Kevin On: April 22, 2015
Posted In: Apache CPanel Hosting Security Server Management Updates bash centos cpanel shell shell scripting
Every new site wants to get their piece of Google, Yahoo, & Alexa. Yes I said it, Alexa ;)There is a bit of a risk when allowing these bots to traverse your endless universe of pages, posts, and other niceties that you want to get out there an noticed. Keep in mind, these 3 Search Engines arent the only ones looking for your site and content. There are millions of bots out there just sniffin around, and while most are harmless "Let's get your site listed in my directory" variety, there are some that look to do harm. Trust me when I tell you, you don't want them finding out you've left a massive back-door open to your site's shopping cart.Here is how to protect… Read MoreBy: Kevin On: December 1, 2013
Posted In: Apache CPanel Development Hosting Linux ModX PHP Security Security Server Management Software Software development hosting modx php web development web hosting
Since I am currently running into this issue right now as I type this, I though I would share my experiences with moving a ModX Revolution site from one server to another. It is not an easy task, but can be accomplished rather easily. The first thing you will need to do is to verify that your new server has PHP and MySQL installed, along with the PDO drivers. Next step is to search through your current database and change any physical paths it may contain to point to your new directory structure on the new server. Once you have this done you are ready to do a mysqldump, if you have access to phpMyAdmin, take the easy route and simply do an export. Make… Read MoreBy: Kevin On: November 1, 2013
Posted In: Apache Development Hosting Linux Security Security Server Management Software Software Ubuntu apache hosting proxy speed up the web web hosting
I... Am a developer. As a result, I know a multitude of different programming and scripting languages ranging from Visual Basic to HTML and just about everything between. As a result I do a multitude of projects. Now my main server.... the one I do the most development on is a Ubuntu Linux server... but because I also need to develop for Microsoft technologies, I need to have a Windows Server virtual machine on it. Since some of these sites I work on need to be run in a windows environment, I also need a way I can still send all my requests to and through my LAMP box, and pass them off to my windows VM residing on it. I will not go into… Read More