<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.howtoforge.org" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <title>HowtoForge - Linux Howtos and Tutorials - Apache</title>
 <link>http://www.howtoforge.org/taxonomy/term/61/all</link>
 <description></description>
 <language>en</language>
 <atom:link href="http://www.howtoforge.org/taxonomy/term/61/all/feed" rel="self" type="application/rss+xml" />
 <image>
  <title>HowtoForge - Linux Howtos and Tutorials - Apache</title>
  <url>http://www.howtoforge.com/themes/htf_glass/images/howtoforge_logo_glass_blue.gif</url>
  <link>http://www.howtoforge.org/taxonomy/term/61/all</link>
 </image>

<item>
 <title>Speed Up Google Analytics</title>
 <link>http://www.howtoforge.org/speed_up_google_analytics</link>
 <description>&lt;p&gt;&lt;b&gt;Speed Up Google Analytics&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;This method uses crontab to execute a shell script that downloads an
updated urchin.js file every 24 hours and saves it into your local
sites directory. Thats it! The problem occurs when google-analytics.com/urchin.js is requested by
billions of web users all over the world at one time, it can cause your
sites pages to load at a snails pace. Especially if you are using
WordPress or a similar CMS.&lt;/p&gt;
</description>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.org/taxonomy/term/61">Apache</category>
 <pubDate>Wed, 28 Mar 2007 18:59:04 +0200</pubDate>
 <guid>http://www.howtoforge.org/speed_up_google_analytics</guid>
 <comments>http://www.howtoforge.org/speed_up_google_analytics#comment</comments>
</item>
<item>
 <title>.htaccess Based Authentication On Subdirectories</title>
 <link>http://www.howtoforge.org/htaccess_authentication</link>
 <description>&lt;p&gt;&lt;b&gt;.htaccess Based Authentication On Subdirectories&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;.htaccess is used to provide facility of changing configuration per directory basis, this file can contain one or more directives that are going to be forced on the directory that contains the.htaccess file. In this howto, I will take a dummy scenario of two parallel level subdirectories and will implement password authentication on both of them. This means only those users can access these directories that have the correct username and password.&lt;/p&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.org/taxonomy/term/61">Apache</category>
 <pubDate>Mon, 22 Jan 2007 16:34:04 +0100</pubDate>
 <guid>http://www.howtoforge.org/htaccess_authentication</guid>
 <comments>http://www.howtoforge.org/htaccess_authentication#comment</comments>
</item>
<item>
 <title>How do I create SSL certificates with OpenSSL on the command line?</title>
 <link>http://www.howtoforge.org/faq/2_18_en.html</link>
 <description>&lt;p&gt;You do it like this:&lt;/p&gt;

&lt;p class=&quot;command&quot;&gt;openssl genrsa -des3 -passout pass:yourpassword -out /path/to/your/key_file 1024&lt;/p&gt;
&lt;p class=&quot;command&quot;&gt;openssl req -new -passin pass:yourpassword -passout pass:yourpassword -key /path/to/your/key_file -out /path/to/your/csr_file -days 365&lt;/p&gt;
&lt;p class=&quot;command&quot;&gt;openssl req -x509 -passin pass:yourpassword -passout pass:yourpassword -key /path/to/your/key_file -in /path/to/your/csr_file -out /path/to/your/crt_file -days 365&lt;/p&gt;
&lt;p class=&quot;command&quot;&gt;openssl rsa -passin pass:yourpassword -in /path/to/your/key_file -out /path/to/your/key_file2&lt;/p&gt;
&lt;p class=&quot;command&quot;&gt;chmod 400 /path/to/your/key_file2&lt;/p&gt;</description>
 <category domain="http://www.howtoforge.org/taxonomy/term/61">Apache</category>
 <pubDate>Mon, 07 Aug 2006 17:06:04 +0200</pubDate>
 <guid>http://www.howtoforge.org/faq/2_18_en.html</guid>
 <comments>http://www.howtoforge.org/faq/2_18_en.html#comment</comments>
</item>
<item>
 <title>Configuring Tomcat5 and Apache2 with Virtual Hosts using mod_jk</title>
 <link>http://www.howtoforge.org/apache2_tomcat5_mod_jk</link>
 <description>&lt;DIV class=Section1&gt;
&lt;P class=MsoNormal style=&quot;LINE-HEIGHT: 150%&quot;&gt;&lt;B&gt;&lt;SPAN style=&quot;FONT-SIZE: 12pt; LINE-HEIGHT: 150%&quot;&gt;Configuring Tomcat5 and Apache2 with Virtual Hosts using mod_jk&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;P class=MsoNormal&gt;&lt;/p&gt;
&lt;P class=MsoNormal&gt;&lt;/p&gt;
&lt;P class=MsoNormal style=&quot;LINE-HEIGHT: 150%&quot;&gt;This tutorial explains how I was able to setup a web server in order to support Java Server Pages (JSP) and Servlets using virtually hosted websites. The ultimate goal is to provide instructions on how to incorporate JSP/Servlet support on the &lt;A href=&quot;http://www.ispconfig.org/&quot; mce_real_href=&quot;http://www.ispconfig.org/&quot;&gt;ISPConfig&lt;/a&gt; web hosting software. I felt it was necessary to provide this first segment separately for those that do not wish to use the &lt;A href=&quot;http://www.ispconfig.org/&quot; mce_real_href=&quot;http://www.ispconfig.org/&quot;&gt;ISPConfig&lt;/a&gt; web hosting control panel.&lt;/p&gt;&lt;/div&gt;</description>
 <category domain="http://www.howtoforge.org/sitemap/apache">Apache</category>
 <category domain="http://www.howtoforge.org/taxonomy/term/61">Apache</category>
 <pubDate>Sun, 12 Feb 2006 23:19:45 +0100</pubDate>
 <guid>http://www.howtoforge.org/apache2_tomcat5_mod_jk</guid>
 <comments>http://www.howtoforge.org/apache2_tomcat5_mod_jk#comment</comments>
</item>
</channel>
</rss>
