<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AskApache &#187; Search Results  &#187;  warning</title>
	<atom:link href="http://www.askapache.com/search/warning/feed/rss2/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Fri, 17 May 2013 23:28:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HTTP Status Codes</title>
		<link>http://www.askapache.com/net/http-status-codes.html</link>
		<comments>http://www.askapache.com/net/http-status-codes.html#comments</comments>
		<pubDate>Sat, 06 Apr 2013 22:49:41 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[Net]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[ErrorDocument]]></category>
		<category><![CDATA[Htaccess]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[HTTP Headers]]></category>
		<category><![CDATA[Redirect]]></category>
		<category><![CDATA[Status Code]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=8342</guid>
		<description><![CDATA[<p><p><a href="http://www.askapache.com/net/http-status-codes.html" class="IFL"><img src="http://uploads.askapache.com/2013/04/http-status-codes-tool-300x182.png" alt="http-status-codes-tool" width="300" height="182"  /></a>This is a big update from the last time I looked into this, when I enumerated <a href="http://www.askapache.com/htaccess/apache-status-code-headers-errordocument.html">57 Status Codes</a> that Apache 2.x was capable of handling.  This list contains <a href="http://www.askapache.com/net/http-status-codes.html">83 Status Codes</a> recognized by Apache.  I compiled the latest 2.4.4 Apache in order to view the actual codes sent by a live server.. very cool.  You can read about the newest HTTP Status Codes in <a href="http://tools.ietf.org/html/rfc6585" title="Additional HTTP Status Codes">RFC 6585</a>.<br class="C" /></p></p><p>The post <a href="http://www.askapache.com/net/http-status-codes.html">HTTP Status Codes</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/net/http-status-codes.html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>View all MySQL Variables for Pasting into my.cnf</title>
		<link>http://www.askapache.com/mysql/view-mysql-variables-my-cnf.html</link>
		<comments>http://www.askapache.com/mysql/view-mysql-variables-my-cnf.html#comments</comments>
		<pubDate>Fri, 05 Apr 2013 18:40:50 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[/etc/my.cnf]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[column]]></category>
		<category><![CDATA[eval]]></category>
		<category><![CDATA[sed]]></category>
		<category><![CDATA[tr]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=8254</guid>
		<description><![CDATA[<p><p><a class="IFL" href="/mysql/view-mysql-variables-my-cnf.html"><img src="http://uploads.askapache.com/2013/04/mysql-variables-my-cnf-file-300x106.png" alt="mysql-variables-my-cnf-file" width="300" height="106" class="alignnone size-medium wp-image-8268" /></a>This is really useful for me because I work with dozens of different database servers.  The first thing I do is run this command and paste it into the servers <code>/etc/my.cnf</code> file.  That way I will always know the original value and it just makes life much easier.<br class="C" /></p>
<pre>$ mysql -NBe &#039;SHOW VARIABLES&#039; &#124;sed &#039;s,\t,^=,&#039;&#124;column -ts^&#124;tr "\n" &#039;@&#039;&#124;eval $(echo "sed &#039;" "s,@\("{a..z}"\),\n\n\1,;" "&#039;")&#124;tr &#039;@&#039; "\n"&#124;sed &#039;s,^,# ,g&#039;</pre>
</p><p>The post <a href="http://www.askapache.com/mysql/view-mysql-variables-my-cnf.html">View all MySQL Variables for Pasting into my.cnf</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/mysql/view-mysql-variables-my-cnf.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Linux Users Home Permissions with a Cron Job</title>
		<link>http://www.askapache.com/linux/fix-linux-permissions-with-cron.html</link>
		<comments>http://www.askapache.com/linux/fix-linux-permissions-with-cron.html#comments</comments>
		<pubDate>Thu, 28 Mar 2013 07:46:52 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[chown]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=8242</guid>
		<description><![CDATA[<p><p>As a security nut myself, and also a Linux admin, one of my biggest pet peeves is when I've taken the time and care to segment all the users on a server into separate home directories, and then some developer comes along, logs in as root, and changes the ownership of files.  Other things can cause this, like Apache, PHP, Mutt, etc.. So I've always used a cron job that executes daily (and on demand) which automatically fixes all the permissions back to what they should be. </p></p><p>The post <a href="http://www.askapache.com/linux/fix-linux-permissions-with-cron.html">Fix Linux Users Home Permissions with a Cron Job</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/linux/fix-linux-permissions-with-cron.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Web Fonts for Programming and Code</title>
		<link>http://www.askapache.com/css/web-fonts-for-code.html</link>
		<comments>http://www.askapache.com/css/web-fonts-for-code.html#comments</comments>
		<pubDate>Wed, 06 Feb 2013 23:37:35 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=7790</guid>
		<description><![CDATA[<p><p>Ok, so on a site like this one, there is a tremendous amount of 'code' styled with CSS fonts in a pre, code, var, tt, samp, or kbd html tag. When using an programming tool like VIM to write code it is shown beautifully using your OS fonts.  So then, how can we get that same font beauty to be there on the web?  And, of course the solution must use best-practices <em>(and preferably only use CSS and (X)HTML)</em>.</p>
<p>Also, text effects!  --&#62; <a class="font-effect-3d" style="color:#FFF; font-size:35px" href="http://www.askapache.com/css/web-fonts-for-code.html">View Solution</a></p></p><p>The post <a href="http://www.askapache.com/css/web-fonts-for-code.html">Google Web Fonts for Programming and Code</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/css/web-fonts-for-code.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Uninstall CPANEL over SSH</title>
		<link>http://www.askapache.com/hacking/uninstall-cpanel.html</link>
		<comments>http://www.askapache.com/hacking/uninstall-cpanel.html#comments</comments>
		<pubDate>Tue, 04 Dec 2012 19:55:40 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[whm]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=4404</guid>
		<description><![CDATA[<p><p>The following is just a quick but detailed reference of some of the commands I used to successfully uninstall cpanel permanently.  This is for advanced users of the shell.  If you run a single one of these commands without fully understanding it, you will probably kill your server, lose everything on it permanently, not have a website or email for weeks..  So backup everything. FIRST.  You should also contact your hosting provider support - but be prepared for some MAJOR negativity..  cpanel makes things very easy for web-hosting companies, and you are less than a drop in their bucket.</p></p><p>The post <a href="http://www.askapache.com/hacking/uninstall-cpanel.html">HOWTO: Uninstall CPANEL over SSH</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/hacking/uninstall-cpanel.html/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Optimized Vimrc with 256 Colorscheme</title>
		<link>http://www.askapache.com/linux/fast-vimrc.html</link>
		<comments>http://www.askapache.com/linux/fast-vimrc.html#comments</comments>
		<pubDate>Mon, 03 Dec 2012 18:15:32 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[.vimrc]]></category>
		<category><![CDATA[256 Color]]></category>
		<category><![CDATA[Vim]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=7062</guid>
		<description><![CDATA[<p><p><a class="IFL" href="http://www.askapache.com/linux/fast-vimrc.html"><img src="http://uploads.askapache.com/2012/02/vimrc-colorscheme.png" alt="askapachecode 256color colorscheme and vimrc screenshot" title="askapachecode 256color colorscheme and vimrc screenshot" width="525" height="277" class="size-full wp-image-7074" /></a><strong>This is not your everyday vimrc</strong>.  This is <em>my</em> personalized vimrc.. works especially great on remote servers, in tmux, screen, etc. <br /><br />This doesn't require a git checkout, a vim update, a bash update, an OS update, a plugin.  No.  1 vimrc, 1 colorscheme, just use curl to download and it's on.  I use this on <a href="http://archlinux.org/">Arch Linux</a>, NetBSD, FreeBSD, OpenBSD, Debian, Ubuntu, Cent OS, Red Hat, and that's mostly it so far. <br />If you aren't already using vim as your primary editor in a powerful way, you are gonna owe me for this.<br class="C" /></p></p><p>The post <a href="http://www.askapache.com/linux/fast-vimrc.html">Optimized Vimrc with 256 Colorscheme</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/linux/fast-vimrc.html/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Mod_Rewrite Variables Cheatsheet</title>
		<link>http://www.askapache.com/htaccess/mod_rewrite-variables-cheatsheet.html</link>
		<comments>http://www.askapache.com/htaccess/mod_rewrite-variables-cheatsheet.html#comments</comments>
		<pubDate>Sat, 03 Nov 2012 15:05:23 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[Htaccess]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[mod_rewrite]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=1280</guid>
		<description><![CDATA[<p><p><a class="IFL hs hs21" href="http://www.askapache.com/htaccess/mod_rewrite-variables-cheatsheet.html" title="mod_rewrite cheatsheet for .htaccess rewrites"></a>We've figured out what <a href="http://www.askapache.com/htaccess/crazy-advanced-mod_rewrite-tutorial.html">mod_rewrite variables</a> look like, a cheatsheet of the actual value. <br class="C" /></p></p><p>The post <a href="http://www.askapache.com/htaccess/mod_rewrite-variables-cheatsheet.html">Mod_Rewrite Variables Cheatsheet</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/htaccess/mod_rewrite-variables-cheatsheet.html/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>ASCII Codes and Reference</title>
		<link>http://www.askapache.com/linux/ascii-codes-and-reference.html</link>
		<comments>http://www.askapache.com/linux/ascii-codes-and-reference.html#comments</comments>
		<pubDate>Wed, 24 Oct 2012 14:37:11 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ASCII]]></category>
		<category><![CDATA[Unicode]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=7304</guid>
		<description><![CDATA[<p><p>Wanted to stick this here for a reference, mostly for me.  I use ASCII alot in bash, preg_matches, preg_replace, etc.. </p></p><p>The post <a href="http://www.askapache.com/linux/ascii-codes-and-reference.html">ASCII Codes and Reference</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/linux/ascii-codes-and-reference.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SUDO &#8211; sudoers Config File</title>
		<link>http://www.askapache.com/hacking/sudo-sudoers-config-file.html</link>
		<comments>http://www.askapache.com/hacking/sudo-sudoers-config-file.html#comments</comments>
		<pubDate>Sat, 29 Sep 2012 03:02:06 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[sudoers]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=7212</guid>
		<description><![CDATA[<p></p><p>The post <a href="http://www.askapache.com/hacking/sudo-sudoers-config-file.html">SUDO &#8211; sudoers Config File</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/hacking/sudo-sudoers-config-file.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS Round Robin Configuration using Rsync over SSH</title>
		<link>http://www.askapache.com/optimize/dns-round-robin-rsync-over-ssh.html</link>
		<comments>http://www.askapache.com/optimize/dns-round-robin-rsync-over-ssh.html#comments</comments>
		<pubDate>Sat, 14 Apr 2012 05:46:20 +0000</pubDate>
		<dc:creator>AskApache</dc:creator>
				<category><![CDATA[Optimization]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Round-Robin]]></category>

		<guid isPermaLink="false">http://www.askapache.com/?p=2540</guid>
		<description><![CDATA[<p><p><a class="IFL" href="http://www.askapache.com/linux/dns-round-robin-rsync-over-ssh.html" id="id12"></a><strong>The goal is to add the HostGator server</strong> to be an exact mirror of the static.askapache.com domain, then to add that server as a 2nd A record to my DNS zone.  That way half the visitors to the size will be taking up resources and bandwidth on the <a href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=AskApache-rrdns">HostGator</a> server instead of mine.<br /><br /><strong>Round Robin A records</strong> in DNS are intended to evenly distribute queries between each host of the same name.  Using some tricks straight out of a hackers toolbox we can verify if the distribution is taking place.  (<a href="http://www.askapache.com/linux/dns-round-robin-rsync-over-ssh.html#dns-robin-works">It is.</a>)  <br class="C" /></p></p><p>The post <a href="http://www.askapache.com/optimize/dns-round-robin-rsync-over-ssh.html">DNS Round Robin Configuration using Rsync over SSH</a> appeared first on <a href="http://www.askapache.com">AskApache</a>.</p>]]></description>
		<wfw:commentRss>http://www.askapache.com/optimize/dns-round-robin-rsync-over-ssh.html/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
