Skip to content

Website Stability Returned to Normal

After switching hosts, one change that occurred was, I was no longer using a Plesk Control Panel which is what 1and1 VPSs utilized and a Virtuozzo container manager for the actual virtualized session restart and such. As a result, I had to install applications one by one and configure them – which was a newer task to me even, as comfortable as I am in CentOS. The biggest issue was the installation of the SSL certificate. As it is a single domain certificate and not a wild card certificate I had to be very specific in my virtual host creation and even more so in my .htaccess work. To ensure all traffic is encrypted through the SSL certificate, I have to redirect all traffic to the port 443 which SSL operates on but not via a mod_rewrite.c block in the web root .htaccess like one might with a wildcard certificate. Apache and mod_ssl both have Virtual Host entries in their configs which dictate where to look for files to serve and what file to serve in specific to their type or name. I achieved the redirection via the httpd.conf file redirecting permanently all port 80 (typical unencrypted HTTP traffic) is… Read More »Website Stability Returned to Normal

New More Robust Host and a Glype Proxy for You!

After seven years of loyalty to 1and1.com I’ve gone ahead and transferred the site and all its contents and put them into my newly purchased VPS over in New York at RamNode who have been fantastic to me since the second I was interested in their services. For a lesser cost than what I was previously paying per month I gain increased control and security over the entire virtualized container. Gone are the days of internal errors when load spikes. The speed of this host is also pushed to its limits as it is running on a SSD and what appears to be an incredibly fast network connection. While I will still be using 1and1 for DNS nameservers and MX server purposes, the cost will be much lower and again the control much higher which is what I expected from 1and1 initially. They’re not a bad host, they simply have so many people and systems to monitor that they limited some values to make life simpler for them in particular when multiple customers are utilizing the same hardware. Secondly a proxy script I’m very familiar with has made its way to Nobreaks. Visit https://dev.lightspeedta.co/glype or find it in the side bar… Read More »New More Robust Host and a Glype Proxy for You!

Bullet Proofing Uptime

So as you may have seen, constant downloads are now a thing. This can occur as a result of some clever work I’ve been doing to maintain uptime of my system provided the UPS attached to the devices has juice and it’s quite a UPS so it’d be a good while of no power before it is truly dead. Anyway, through the use of software I have automated the reboot and login of my server and maintenance of certain mission critical software, i.e Plex Media Server. Great, now the programs will always run, but what if Windows decides its time to reboot for whatever reason. Autologon has been configured and will log back into the system and run the specific software to restart the process of being able to monitor and acquire media and subsequently make it available to you. What about in the event my router/modem hangs or there are connectivity problems? I’ve written a batch script that communicates with a third party program which telnets into my router/modem and tells it to reboot in the event that the Google DNS server at IP 8.8.8.8 cannot be reached for more than 30 seconds consecutively. Now the longest unscheduled outage… Read More »Bullet Proofing Uptime

Constant Downloads

With the new network upgrade in place I am going to be testing always on downloads meaning the server may run a bit slower however this is the test to see if you can enjoy your media and have new media being delivered simultaneously. Any feedback is highly appreciated. LightSpeedTaco

Find and Replace Issued on Database

Hello all, I have entered a find and replace query in the database to reflect the change from HTTP to HTTPS to ensure that any old links don’t make a page partially insecure i.e if an image is linked via an HTTP link it is not converted to HTTPS until user view it and the server identifies that oops this is an old link, it really leads to the HTTPS link found here. To quicken the transfer process for any old images or links I issued a find and replace query in the database directly so that even before its accessed, the object/item is taken via/to the HTTPS destination on the server. After all whats a tunnel under the ocean worth if no one uses boats to cross the same distance (reference of course to the HTTPS tunnel the traffic SHOULD be going through vs the traffic going around it). Now I will be watching for error page displays please do take the time to let me know if you encounter any partially unencrypted pages or error pages that can’t find a given resource (i.e dead links and missing images) via the contact me page. It would be greatly appreciated.… Read More »Find and Replace Issued on Database