<?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>Blog-bin &#187; server issues</title> <atom:link href="http://blog-bin.com/category/server-issues/feed" rel="self" type="application/rss+xml" /><link>http://blog-bin.com</link> <description>A bin for my favorite articles</description> <lastBuildDate>Sun, 27 Nov 2011 14:44:03 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>Configuring Apache to use mod_expires for browser cache leverage</title><link>http://blog-bin.com/configuring-apache-to-use-mod_expires-for-browser-cache-leverage.html</link> <comments>http://blog-bin.com/configuring-apache-to-use-mod_expires-for-browser-cache-leverage.html#comments</comments> <pubDate>Sun, 18 Sep 2011 01:47:10 +0000</pubDate> <dc:creator>Zeeshan Ahmad</dc:creator> <category><![CDATA[SEO]]></category> <category><![CDATA[Server Help]]></category> <category><![CDATA[server issues]]></category> <category><![CDATA[Tips and Tricks]]></category> <category><![CDATA[.htaccess]]></category> <category><![CDATA[Apache Ant]]></category> <category><![CDATA[Apache HTTP Server]]></category> <category><![CDATA[Apache server]]></category> <category><![CDATA[caching]]></category> <category><![CDATA[compliant Web server]]></category> <category><![CDATA[Configuration files]]></category> <category><![CDATA[Cross-platform software]]></category> <category><![CDATA[http]]></category> <category><![CDATA[Httpd.conf]]></category> <category><![CDATA[Hypertext Transfer Protocol]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[web server]]></category> <category><![CDATA[Web server administrator]]></category> <category><![CDATA[World Wide Web]]></category> <guid
isPermaLink="false">http://blog-bin.com/?p=8355</guid> <description><![CDATA[This document explains how to configure Apache 1.3x to send the Expires header using the mod_expires.c module. To put the examples included in this document in context, please review the caching strategy described in Effective Use of Caching to Boost &#8230; <a
href="http://blog-bin.com/configuring-apache-to-use-mod_expires-for-browser-cache-leverage.html">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <wfw:commentRss>http://blog-bin.com/configuring-apache-to-use-mod_expires-for-browser-cache-leverage.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Linux command to copy a directory without overwrite prompt</title><link>http://blog-bin.com/linux-command-to-copy-a-directory-without-overwrite-prompt.html</link> <comments>http://blog-bin.com/linux-command-to-copy-a-directory-without-overwrite-prompt.html#comments</comments> <pubDate>Sat, 06 Aug 2011 15:14:03 +0000</pubDate> <dc:creator>Zeeshan Ahmad</dc:creator> <category><![CDATA[linux commands]]></category> <category><![CDATA[Server Help]]></category> <category><![CDATA[server issues]]></category> <category><![CDATA[Command]]></category> <category><![CDATA[Computing]]></category> <category><![CDATA[Copy]]></category> <category><![CDATA[Cp]]></category> <category><![CDATA[Dir]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Technology/Internet]]></category> <guid
isPermaLink="false">http://blog-bin.com/?p=7871</guid> <description><![CDATA[Linux command to copy a directory without overwrite prompt &#160; # yes &#124; cp -R /copy/all/from/dir/* /copy/all/to/dir No related content found.]]></description> <wfw:commentRss>http://blog-bin.com/linux-command-to-copy-a-directory-without-overwrite-prompt.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>What&#8217;s an &#8220;Internal Server Error&#8221; and how do I fix it?</title><link>http://blog-bin.com/whats-an-internal-server-error-and-how-do-i-fix-it.html</link> <comments>http://blog-bin.com/whats-an-internal-server-error-and-how-do-i-fix-it.html#comments</comments> <pubDate>Tue, 10 May 2011 03:53:21 +0000</pubDate> <dc:creator>Zeeshan Ahmad</dc:creator> <category><![CDATA[Server Help]]></category> <category><![CDATA[server issues]]></category> <category><![CDATA[Apache HTTP Server]]></category> <category><![CDATA[Apache web servers]]></category> <category><![CDATA[Computer errors]]></category> <category><![CDATA[Computing]]></category> <category><![CDATA[Error]]></category> <category><![CDATA[Error message]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[HTTP 404]]></category> <category><![CDATA[Servers]]></category> <category><![CDATA[Technology/Internet]]></category> <category><![CDATA[Web development]]></category> <category><![CDATA[web server]]></category> <category><![CDATA[web server configuration]]></category> <category><![CDATA[webmaster]]></category> <category><![CDATA[World Wide Web]]></category> <guid
isPermaLink="false">http://blog-bin.com/?p=5277</guid> <description><![CDATA[I&#8217;m all too familiar with this error. I see it all the time when setting up or making changes to web sites. The good news? It&#8217;s not your fault. The bad news? There&#8217;s nothing you can do. • Quite literally &#8230; <a
href="http://blog-bin.com/whats-an-internal-server-error-and-how-do-i-fix-it.html">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <wfw:commentRss>http://blog-bin.com/whats-an-internal-server-error-and-how-do-i-fix-it.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Password Protecting Your Pages with .htaccess</title><link>http://blog-bin.com/password-protecting-your-pages-with-htaccess.html</link> <comments>http://blog-bin.com/password-protecting-your-pages-with-htaccess.html#comments</comments> <pubDate>Tue, 02 Mar 2010 12:32:14 +0000</pubDate> <dc:creator>Zeeshan Ahmad</dc:creator> <category><![CDATA[server issues]]></category> <category><![CDATA[.htaccess]]></category> <category><![CDATA[Apache]]></category> <category><![CDATA[directory]]></category> <category><![CDATA[editor]]></category> <category><![CDATA[favourite text editor]]></category> <category><![CDATA[free web-based utilities]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Matt Doyle]]></category> <category><![CDATA[password protection]]></category> <category><![CDATA[text editor]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[web browser]]></category> <category><![CDATA[web hosting]]></category> <category><![CDATA[Web root]]></category> <category><![CDATA[Web root folder]]></category> <category><![CDATA[web server]]></category> <category><![CDATA[Web server user]]></category> <category><![CDATA[web stats]]></category> <category><![CDATA[web-based access]]></category> <guid
isPermaLink="false">http://blog-bin.com/?p=542</guid> <description><![CDATA[Tutorial by Matt Doyle. Level: Intermediate. Published on 3 October 2005 in Apache. Learn how to use Apache&#8217;s .htaccess files to protect pages on your site with a username and password. Introduction You may have visited a web page that pops &#8230; <a
href="http://blog-bin.com/password-protecting-your-pages-with-htaccess.html">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <wfw:commentRss>http://blog-bin.com/password-protecting-your-pages-with-htaccess.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>HTML:Iframe-inf wordpress Infection</title><link>http://blog-bin.com/htmliframe-inf-wordpress-infection.html</link> <comments>http://blog-bin.com/htmliframe-inf-wordpress-infection.html#comments</comments> <pubDate>Fri, 12 Feb 2010 10:47:53 +0000</pubDate> <dc:creator>Zeeshan Ahmad</dc:creator> <category><![CDATA[server issues]]></category> <category><![CDATA[Tips and Tricks]]></category> <category><![CDATA[Computer science]]></category> <category><![CDATA[Computing]]></category> <category><![CDATA[Curly bracket programming languages]]></category> <category><![CDATA[Find]]></category> <category><![CDATA[Grep]]></category> <category><![CDATA[hacking]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[HTML element]]></category> <category><![CDATA[iframe virus]]></category> <category><![CDATA[linux command line]]></category> <category><![CDATA[linux server]]></category> <category><![CDATA[Markup languages]]></category> <category><![CDATA[Newline]]></category> <category><![CDATA[Nl]]></category> <category><![CDATA[Pattern matching]]></category> <category><![CDATA[Perl]]></category> <category><![CDATA[php]]></category> <category><![CDATA[Regular expression]]></category> <category><![CDATA[Scripting languages]]></category> <category><![CDATA[Stat]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Xargs]]></category> <guid
isPermaLink="false">http://blog-bin.com/?p=536</guid> <description><![CDATA[Here is an article that really helped me getting my server back up and running. HTML:Iframe-inf wordpress Infection If your blog has been infected by the HTML:Iframe-inf  infection according to avast here are two scripts that can help you. FirstWhat &#8230; <a
href="http://blog-bin.com/htmliframe-inf-wordpress-infection.html">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <wfw:commentRss>http://blog-bin.com/htmliframe-inf-wordpress-infection.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
