<?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>Teknober Blog &#187; Apache HTTPd</title>
	<atom:link href="http://blog.teknober.com/category/administration/web-servers/apache-httpd/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.teknober.com</link>
	<description>Blog</description>
	<lastBuildDate>Mon, 07 May 2012 09:54:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>OpenSSL loading openssl.cnf</title>
		<link>http://blog.teknober.com/2012/02/08/openssl-loading-openssl-cnf/</link>
		<comments>http://blog.teknober.com/2012/02/08/openssl-loading-openssl-cnf/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 21:17:46 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[Apache HTTPd]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Cassandar NoSQL]]></category>
		<category><![CDATA[Database Servers]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[GIT]]></category>
		<category><![CDATA[Internet Information Services]]></category>
		<category><![CDATA[MariaDB Server]]></category>
		<category><![CDATA[Micsoft SQL Server]]></category>
		<category><![CDATA[MySQL Server]]></category>
		<category><![CDATA[OpenSSL]]></category>
		<category><![CDATA[PDO]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[Windows Servers]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[openssl config]]></category>
		<category><![CDATA[openssl generate certificate]]></category>
		<category><![CDATA[unable to load openssl.cnf]]></category>

		<guid isPermaLink="false">http://blog.teknober.com/?p=309</guid>
		<description><![CDATA[since the openssl.cnf path is hardcoded in binaries. to alter it on windows set environmental variable (as written): OPENSSLDIR=C:\PATH\TO\OpenSSL\bin OPENSSL_CONF=C:\PATH\TO\OpenSSL\bin\openssl.cnf OPENSSL_CONF doesn&#8217;t work without OPENSSLDIR even if it is set. settings these options will allow you to use your custom configuration files when creating certificates. batch file i use to create certificate GenCERT.bat [save this]]></description>
		<wfw:commentRss>http://blog.teknober.com/2012/02/08/openssl-loading-openssl-cnf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML remove cookies from static files, images etc</title>
		<link>http://blog.teknober.com/2011/03/24/html-remove-cookies-from-static-files-images-etc/</link>
		<comments>http://blog.teknober.com/2011/03/24/html-remove-cookies-from-static-files-images-etc/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 04:08:14 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[Apache HTTPd]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[static files]]></category>

		<guid isPermaLink="false">http://blog.teknober.com/?p=173</guid>
		<description><![CDATA[If you have not configured your application and server, it might send them to browser with cookie information. that&#8217;s costing you as extra traffic and slow load times. &#60;FilesMatch "\.(css&#124;js&#124;jpg&#124;jpeg&#124;png&#124;gif)$"&#62; &#60;IfModule mod_headers.c&#62; Header set cookie "" &#60;/IfModule&#62; &#60;/FilesMatch&#62;]]></description>
		<wfw:commentRss>http://blog.teknober.com/2011/03/24/html-remove-cookies-from-static-files-images-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Hide Internet explorer image toolbar using HTTP Header</title>
		<link>http://blog.teknober.com/2011/03/24/html-hide-internet-explorer-image-toolbar-using-http-header/</link>
		<comments>http://blog.teknober.com/2011/03/24/html-hide-internet-explorer-image-toolbar-using-http-header/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 04:03:42 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Apache HTTPd]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[hide]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[imagetoolbar]]></category>

		<guid isPermaLink="false">http://blog.teknober.com/?p=171</guid>
		<description><![CDATA[on Apache HTTP Server &#60;FilesMatch "\.(jpg&#124;jpeg&#124;png&#124;gif)$"&#62; &#60;IfModule mod_headers.c&#62; Header set imagetoolbar "no" &#60;/IfModule&#62; &#60;/FilesMatch&#62;]]></description>
		<wfw:commentRss>http://blog.teknober.com/2011/03/24/html-hide-internet-explorer-image-toolbar-using-http-header/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Configuration for Multiple Domains</title>
		<link>http://blog.teknober.com/2011/02/02/apache-configuration-for-multiple-domains/</link>
		<comments>http://blog.teknober.com/2011/02/02/apache-configuration-for-multiple-domains/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 18:10:12 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Apache HTTPd]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[virtualhost]]></category>

		<guid isPermaLink="false">http://blog.teknober.com/?p=137</guid>
		<description><![CDATA[Here is a sample configuration for Apache on Windows. Configuration files are loaded separately. You can download all configuration here. httpd.conf #------------------------------------------------------------------------------ # ServerRoot #------------------------------------------------------------------------------ ServerRoot "D:/Httpd" #------------------------------------------------------------------------------ # HTTP #------------------------------------------------------------------------------ Listen 192.168.1.30:80 #------------------------------------------------------------------------------ # SVN #------------------------------------------------------------------------------ Listen 192.168.1.20:8443 Listen 192.168.1.30:8443 #------------------------------------------------------------------------------ # Modules #------------------------------------------------------------------------------ LoadModule actions_module modules/mod_actions.so LoadModule alias_module modules/mod_alias.so LoadModule asis_module modules/mod_asis.so LoadModule]]></description>
		<wfw:commentRss>http://blog.teknober.com/2011/02/02/apache-configuration-for-multiple-domains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVN Install on Apache on Windows</title>
		<link>http://blog.teknober.com/2011/01/30/svn-install-on-apache-on-windows/</link>
		<comments>http://blog.teknober.com/2011/01/30/svn-install-on-apache-on-windows/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 20:30:33 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Apache HTTPd]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache subversion windows]]></category>
		<category><![CDATA[apache svn windows]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[svn configuration on apache]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.teknober.com/?p=121</guid>
		<description><![CDATA[Download apache 2.2.x.zip [or msi package] extract it to C:/SVN Download and install Subversion 1.6.x C:/Subversion and copy svn modules for apache into SVN/modules directory Append Subversion/bin directory to Windows PATH Configure your Apache-SVN Server referring to following configuration sample [uses SSL] And don&#8217;t forget to read SVN Administration Guide #------------------------------------------------------------------------------ # ServerRoot #------------------------------------------------------------------------------ ServerRoot]]></description>
		<wfw:commentRss>http://blog.teknober.com/2011/01/30/svn-install-on-apache-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache log startup errors into file</title>
		<link>http://blog.teknober.com/2011/01/26/apache-log-startup-errors-into-file/</link>
		<comments>http://blog.teknober.com/2011/01/26/apache-log-startup-errors-into-file/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 20:42:34 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Apache HTTPd]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://blog.teknober.com/?p=61</guid>
		<description><![CDATA[Here it is shown how to log the start-up errors on initialization of apache service on windows open registry and find the following node, find imagepath and add the following parameter there: -E &#8220;C:\Apache-Logs\startup-logs.log&#8221; example: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Apache2.2 &#8220;C:\Apache\bin\httpd.exe&#8221; -k runservice -E &#8220;C:\Apache-Logs\startup-logs.log&#8221;]]></description>
		<wfw:commentRss>http://blog.teknober.com/2011/01/26/apache-log-startup-errors-into-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS and Apache IP-Port Configuration</title>
		<link>http://blog.teknober.com/2011/01/26/iis-and-apache-ip-port-configuration/</link>
		<comments>http://blog.teknober.com/2011/01/26/iis-and-apache-ip-port-configuration/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 20:42:34 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Apache HTTPd]]></category>
		<category><![CDATA[Internet Information Services]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[port]]></category>

		<guid isPermaLink="false">http://blog.teknober.com/?p=63</guid>
		<description><![CDATA[httpcfg iplisten (from msdn) This group of examples show how to add, delete, and list IP address in the iplisten store. Adding an IP address to the iplisten store. httpcfg set iplisten -i xxx.xxx.xxx.xxx:80 HttpSetServiceConfiguration completed with 0. Viewing all off the IP addresses that the HTTP API is listening on. httpcfg query iplisten IP]]></description>
		<wfw:commentRss>http://blog.teknober.com/2011/01/26/iis-and-apache-ip-port-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install BugZilla on Apache with mod_perl</title>
		<link>http://blog.teknober.com/2011/01/26/install-bugzilla-on-apache-with-mod_perl/</link>
		<comments>http://blog.teknober.com/2011/01/26/install-bugzilla-on-apache-with-mod_perl/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 20:42:33 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Apache HTTPd]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[bugzilla]]></category>
		<category><![CDATA[bugzilla perl windows]]></category>
		<category><![CDATA[mod_perl]]></category>

		<guid isPermaLink="false">http://blog.teknober.com/?p=69</guid>
		<description><![CDATA[here are the steps followed during the installation, the instructions on web gave me a lot of headache. Download necessary files before you start! Note: after upgrading Perl modules works with Bugzilla 4.0.1 too. Extract BugZilla to C:\BugZilla Install MySQL #download and install mysql 5+ above version #open my.ini and add the followings my.ini settings]]></description>
		<wfw:commentRss>http://blog.teknober.com/2011/01/26/install-bugzilla-on-apache-with-mod_perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTP Status Codes</title>
		<link>http://blog.teknober.com/2011/01/26/http-status-codes/</link>
		<comments>http://blog.teknober.com/2011/01/26/http-status-codes/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 20:40:48 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[Apache HTTPd]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Internet Information Services]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[status]]></category>

		<guid isPermaLink="false">http://blog.teknober.com/?p=71</guid>
		<description><![CDATA[HTTP Status Codes &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; 200     : request completed (OK) 201     : object created, reason = new URI 202     : async completion (TBS) 203     : partial completion 204     : no info to return 205     : request completed, but clear form 206     : partial GET furfilled 300     : server]]></description>
		<wfw:commentRss>http://blog.teknober.com/2011/01/26/http-status-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

