<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
<channel>
<title>Coder&apos;s Revolution - Server Administration</title>
<link>http://www.codersrevolution.com/index.cfm</link>
<description>Following RIA&apos;s, Adobe products, and coding in general.</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 15:55:49 -0500</pubDate>
<lastBuildDate>Sat, 30 Jan 2010 23:44:00 -0500</lastBuildDate>
<generator>BlogCFC</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<managingEditor>brad@codersrevolution.com</managingEditor>
<webMaster>brad@codersrevolution.com</webMaster>
<itunes:subtitle></itunes:subtitle>
<itunes:summary></itunes:summary>
<itunes:category text="Technology" />
<itunes:category text="Technology">
<itunes:category text="Podcasting" />
</itunes:category>
<itunes:category text="Technology">
<itunes:category text="Tech News" />
</itunes:category>
<itunes:keywords></itunes:keywords>
<itunes:author></itunes:author>
<itunes:owner>
<itunes:email>brad@codersrevolution.com</itunes:email>
<itunes:name></itunes:name>
</itunes:owner>
<itunes:explicit>no</itunes:explicit>
<item>
<title>JVM Args Don&apos;t Like Line Breaks</title>
<link>http://www.codersrevolution.com/index.cfm/2010/1/30/JVM-Args-Dont-Like-Line-Breaks</link>
<description>
A brief hiatus today from from the &lt;a href=&quot;http://www.codersrevolution.com/index.cfm/2010/1/29/PCI-DSS-Compliance-Part-2--Weak-SSL-And-Ciphers&quot; target=&quot;_new&quot;&gt;PCI Compliance&lt;/a&gt; series to issue a quick public service announcement. I was installing my free copy of &lt;a href=&quot;http://www.seefusion.com/&quot; target=&quot;_new&quot;&gt;SeeFusion&lt;/a&gt; today that I netted in the recent give-away &lt;a href=&quot;http://www.webapper.com/&quot; target=&quot;_new&quot;&gt;WebApper&lt;/a&gt; had. Since the target machine was CF7 on a OpenSuse Linux with the JVM upgraded to 1.4.2_11, it was a &quot;manual&quot; install. Pretty easy-- copy a few jar files and edit a few configs. The problem was, SeeFusion wasn&apos;t able to connect to my debugging port to capture stack traces and I couldn&apos;t figure out why.
[More]
</description>
<category>SeeFusion</category>
<category>Server Administration</category>
<category>ColdFusion</category>
<category>Java</category>
<pubDate>Sat, 30 Jan 2010 23:44:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2010/1/30/JVM-Args-Dont-Like-Line-Breaks</guid>
</item>
<item>
<title>PCI DSS Compliance Part 2 - Weak SSL And Ciphers</title>
<link>http://www.codersrevolution.com/index.cfm/2010/1/29/PCI-DSS-Compliance-Part-2--Weak-SSL-And-Ciphers</link>
<description>
The next stop on our PCI DSS Compliance tour is disabling weak SSL versions and encryption ciphers. If your site is handling credit card payments, it is undoubtedly using HTTPS for at least the pages that collect payment information. I thought I had already taken care of this item, but I was apparently mistaken. Fortunately, this is pretty easy to fix and if you&apos;re on Windows I&apos;ve even cooked up a quick and easy registry file for you to use.
[More]
</description>
<category>Server Administration</category>
<category>Networking</category>
<category>IIS</category>
<category>Security</category>
<pubDate>Fri, 29 Jan 2010 23:44:28 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2010/1/29/PCI-DSS-Compliance-Part-2--Weak-SSL-And-Ciphers</guid>
</item>
<item>
<title>PCI DSS Compliance Part 1 - Predictable Session ID Vulnerability</title>
<link>http://www.codersrevolution.com/index.cfm/2010/1/28/PCI-DSS-Compliance-Part-1--Predictable-Session-ID-Vulnerability</link>
<description>
As a web developer you have your share of demons you have to face. If your company processes credit cards, chances are your yearly &lt;a href=&quot;http://en.wikipedia.org/wiki/Payment_Card_Industry_Data_Security_Standard&quot; target=&quot;_new&quot;&gt;PCI DSS&lt;/a&gt; compliance scan is one of those demons. I thought I would do a short series on a few security items I tightened down as a result of our last PCI scan. This is by no means a comprehensive list of everything needed to pass a PCI scan. If you want to know that and have time to read a &lt;a href=&quot;https://www.pcisecuritystandards.org/security_standards/pci_dss_download_agreement.html&quot; target=&quot;_new&quot;&gt;74 page PDF&lt;/a&gt; you can get a copy of the Spec at &lt;a href=&quot;http://www.pcisecuritystandards.org&quot; target=&quot;_new&quot;&gt;www.pcisecuritystandards.org&lt;/a&gt;.
[More]
</description>
<category>Server Administration</category>
<category>Security</category>
<category>ColdFusion</category>
<pubDate>Thu, 28 Jan 2010 22:24:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2010/1/28/PCI-DSS-Compliance-Part-1--Predictable-Session-ID-Vulnerability</guid>
</item>
<item>
<title>Two Tips For Making Sure Your Mail Gets Sent</title>
<link>http://www.codersrevolution.com/index.cfm/2009/12/7/Two-Tips-For-Making-Sure-Your-Mail-Gets-Sent</link>
<description>
A lot of you have web servers that double as mail servers to relay out mail from your ColdFusion applications. Even if you have a separate server that handles your mail relay, this post should still be helpful. The more and more that spam proliferates on the Internet, the more antsy ISPs get about blocking mail. There are a litany of reasons an ISP might reject mail from your server. GoDaddy has been one of the most annoying companies to deal with. There are two things I had to fix on my mail server before they would accept mail from my server. Reverse DNS and Helo host name.
[More]
</description>
<category>Server Administration</category>
<category>Networking</category>
<category>Technology</category>
<category>Security</category>
<category>General</category>
<pubDate>Mon, 07 Dec 2009 22:31:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2009/12/7/Two-Tips-For-Making-Sure-Your-Mail-Gets-Sent</guid>
</item>
<item>
<title>When GoDaddy Becomes NoDaddy</title>
<link>http://www.codersrevolution.com/index.cfm/2009/11/8/When-GoDaddy-Becomes-NoDaddy</link>
<description>
Some time ago GoDaddy manged to get the IP address of my VPS in their little black book and began refusing to receive any mail which originated from it. Unfortunately for me, I use GoDaddy for my E-mail hosting and that meant I stopped getting all E-mails that were sent from my server. A couple weeks ago I got around to calling them to see just what was going on. I would rather mud-wrestle a large sea-sick crocodile before repeating this tedious conversation with their bumbling excuse for tech support. Here are the details of my correspondence with them.
[More]
</description>
<category>Server Administration</category>
<category>Networking</category>
<category>Security</category>
<category>General</category>
<pubDate>Sun, 08 Nov 2009 01:52:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2009/11/8/When-GoDaddy-Becomes-NoDaddy</guid>
</item>
<item>
<title>Server Hardening: What Ports Do I Have Open?</title>
<link>http://www.codersrevolution.com/index.cfm/2009/9/21/Server-Hardening-What-Ports-Do-I-Have-Open</link>
<description>
When you think of your production servers, you need to imagine them as your car sporting a new stereo in a parking lot with a bunch of would-be burglars milling around outside constantly checking each window and door to make sure you locked it tightly the last time you had it open. Every door, window, or keyless entry system is a potential point of invasion that can fail you. Why do you think those brinks trucks have no windows and the only way in the back is a single, beefy, padlocked door. A Brinks truck may not be convenient to access, but that isn&apos;t their goal. You need to control the ways into your server with the same gusto.
[More]
</description>
<category>Server Administration</category>
<category>Networking</category>
<category>Security</category>
<category>General</category>
<pubDate>Mon, 21 Sep 2009 23:52:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2009/9/21/Server-Hardening-What-Ports-Do-I-Have-Open</guid>
</item>
<item>
<title>How To Get The SQL Server SPID Out Of SeeFusion</title>
<link>http://www.codersrevolution.com/index.cfm/2009/9/21/How-To-Get-The-SQL-Server-SPID-Out-Of-SeeFusion</link>
<description>
I&apos;ve never kept too quiet about my affection for SeeFusion as a ColdFusion monitoring tool. I use it for debugging, performance monitoring, and basic metrics gathering. Here&apos;s an old note on the JDBC URL wrappers that I found myself digging up last week. I don&apos;t even think you can find this nugget on the official &lt;a href=&quot;http://www.seefusion.com&quot; target=&quot;_new&quot;&gt;SeeFusion&lt;/a&gt; site.
[More]
</description>
<category>SeeFusion</category>
<category>Server Administration</category>
<category>SQL</category>
<category>ColdFusion</category>
<category>Performance</category>
<pubDate>Mon, 21 Sep 2009 22:19:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2009/9/21/How-To-Get-The-SQL-Server-SPID-Out-Of-SeeFusion</guid>
</item>
<item>
<title>Bolt, Centuar, Flash Catalyst, and Gumbo features</title>
<link>http://www.codersrevolution.com/index.cfm/2009/6/19/Bolt-Centuar-Flash-Catalyst-and-Gumbo-features</link>
<description>
This Wednesday Adobe&apos;s Kevin Hoyt spoke in Kansas City to a captive audience of about 75 people including ColdFusion programmers, HTML/CSS builders, and designers. The meeting was great. It also included Jack Stack BBQ and shwag from Uhlig, Emfluence, and Tek Systems to name a few. Kevin didn&apos;t drop any bombs I hadn&apos;t heard about yet, but there were definitely a few things I learned about Adobe&apos;s up-and-coming products. Here&apos;s a quick overview of my notes:
[More]
</description>
<category>Flex</category>
<category>Server Administration</category>
<category>AIR</category>
<category>Gumbo</category>
<category>ActionScript</category>
<category>Flash</category>
<category>General</category>
<category>Ajax</category>
<category>ColdFusion</category>
<category>Centuar</category>
<pubDate>Fri, 19 Jun 2009 23:56:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2009/6/19/Bolt-Centuar-Flash-Catalyst-and-Gumbo-features</guid>
</item>
<item>
<title>Add Your Own Custom Tools To CF Administrator- How Did I Miss This?</title>
<link>http://www.codersrevolution.com/index.cfm/2009/3/21/Add-Your-Own-Custom-Tools-To-CF-Administrator-How-Did-I-Miss-This</link>
<description>
This is a really cool feature of ColdFusion 8 that I had totally missed but I stumbled across an &lt;a href=&quot;http://www.coldfusionjedi.com/page.cfm/Guide-to-ColdFusion-Administrator-Extensions&quot; target=&quot;_new&quot;&gt;article on Ray Camden&apos;s blog&lt;/a&gt; today. (Thanks Ray!) Basically, you can modify your ColdFusion Administrator menus to include custom tools of your own choosing. Several pre-built ones out there including &lt;a href=&quot;http://spoolmail.riaforge.org/&quot; target=&quot;_new&quot;&gt;SpoolMail&lt;/a&gt;, a nifty util to re-copy your undeliverable mail back into the spool folder; and &lt;a href=&quot;http://www.coldfusionjedi.com/index.cfm/2008/6/19/Clearing-individual-filesfolders-from-ColdFusion-templates-cache#c87F2734A-19B9-E658-9D224526A687B850&quot; target=&quot;_new&quot;&gt;Cache Clearer&lt;/a&gt;, an easy way to clear out specific folders of trusted cache.
[More]
</description>
<category>ColdBox</category>
<category>Server Administration</category>
<category>Security</category>
<pubDate>Sat, 21 Mar 2009 11:58:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2009/3/21/Add-Your-Own-Custom-Tools-To-CF-Administrator-How-Did-I-Miss-This</guid>
</item>
<item>
<title>ColdFusion Administrator: Why Can&apos;t I Browse The Server?</title>
<link>http://www.codersrevolution.com/index.cfm/2009/3/19/ColdFusion-Administrator-Why-Cant-I-Browse-The-Server</link>
<description>
I went to add a custom tag path onto my dev server this morning. Feeling a little lazy and not wanting to type in the full path by hand, I clicked the &quot;Browse Server&quot; button. There are similar buttons for adding ColdFusion mappings and searching for file-based databases while adding data sources. The Browse Server page uses an applet to let you choose directories or files off your server. I was greeted with an error message:&lt;br&gt;
Server Error&lt;br&gt;
IO error on server communication
[More]
</description>
<category>Server Administration</category>
<category>Security</category>
<category>ColdFusion</category>
<pubDate>Thu, 19 Mar 2009 13:03:00 -0500</pubDate>
<guid>http://www.codersrevolution.com/index.cfm/2009/3/19/ColdFusion-Administrator-Why-Cant-I-Browse-The-Server</guid>
</item>
</channel></rss>