<?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>TECH.kulish.com &#187; http</title>
	<atom:link href="http://tech.kulish.com/category/daemons/http/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.kulish.com</link>
	<description>Technical Goulash</description>
	<lastBuildDate>Thu, 01 Dec 2011 00:39:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Apache to Nginx Migration</title>
		<link>http://tech.kulish.com/2011/11/19/apache-to-nginx-migration/</link>
		<comments>http://tech.kulish.com/2011/11/19/apache-to-nginx-migration/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 17:20:25 +0000</pubDate>
		<dc:creator>Null</dc:creator>
				<category><![CDATA[Daemons]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[kulish]]></category>

		<guid isPermaLink="false">http://tech.kulish.com/?p=352</guid>
		<description><![CDATA[Status update of the web engine migration. All items are pending further testing. Tech.kulish.com Fully functional (including links to other/outside domains) Cars.kulish.com Theme issues but otherwise functional I am currently looking at new themes for this site Fully functional Family.kulish.com Fully functional Gallery.kulish.com Working except HTTPS redirects to HTTP because of this&#8230; setConfig(&#8216;baseUri&#8217;, &#8216;http://gallery.kulish.com/main.php&#8217;) Webmail.kulish.com [...]]]></description>
			<content:encoded><![CDATA[<p><center><br />
<a href="http://wiki.nginx.org"><br />
<img src="http://gallery.kulish.com/main.php?g2_view=core.DownloadItem&#038;g2_itemId=4846&#038;g2_serialNumber=1" title="Apache to Nginx Migration" alt=" Apache to Nginx Migration" /><br />
</a><br />
</center></p>
<p>Status update of the web engine migration.<br />
All items are pending further testing.<br />
<BR></p>
<p><strong><font color=cyan>Tech.kulish.com</font></strong><br />
Fully functional (including links to other/outside domains)</p>
<p><span id="more-352"></span><br />
<strong><font color=cyan>Cars.kulish.com</font></strong><br />
<del datetime="2011-11-22T14:13:39+00:00">Theme issues but otherwise functional<br />
I am currently looking at new themes for this site</del><br />
Fully functional<br />
<BR></p>
<p><strong><font color=cyan>Family.kulish.com</font></strong><br />
Fully functional<br />
<BR></p>
<p><strong><font color=cyan>Gallery.kulish.com</font></strong><br />
Working except HTTPS redirects to HTTP because of this&#8230;</p>
<blockquote><p><font color=red><br />
    <strong>setConfig(&#8216;baseUri&#8217;, &#8216;http://gallery.kulish.com/main.php&#8217;)</strong><br />
</font>
</p></blockquote>
<p><BR></p>
<p><strong><font color=cyan>Webmail.kulish.com</font></strong><br />
Fully functional, permanent HTTPS redirect in place<br />
<BR></p>
<p><strong><font color=cyan>Mediaserv.kulish.com</font></strong><br />
Fully functional<br />
<BR></p>
<p><strong><font color=cyan>Monitoring</font></strong><br />
My monitoring solution is collecting data <del datetime="2011-11-21T23:45:25+00:00">but display is broken</del>.<br />
<del datetime="2011-11-21T23:45:25+00:00">HTTP links do not work, just reloads the overview regardless of URL</del><br />
HTTPS links do not work, throws an error on every click</p>
<blockquote><p><font color=red><br />
 <strong> 400 Bad Request<br />
  The plain HTTP request was sent to HTTPS port</strong><br />
</font>
</p></blockquote>
<p><BR></p>
<p><strong><font color=cyan>Cloud</font></strong><br />
Fully functional, permanent HTTPS redirect in place<br />
<BR></p>
<p><strong><font color=cyan>Benchmarks</font></strong><br />
Benchmarks reflect real world performance but I&#8217;ve ran it locally against both engines.<br />
Command used: ab -n 1000 -c 5 http://tech.kulish.com/index.php<br />
<BR><br />
Short version.<br />
<font color=cyan>APACHE:</font><br />
Time taken for tests:   195.169 seconds<br />
Requests per second:    5.12 [#/sec] (mean)<br />
<BR><br />
Connect:        0    0   2.8      0      90<br />
Processing:   318  973 2219.7    595   27929<br />
Waiting:      318  965 2209.7    591   27929<br />
Total:        319  974 2219.9    595   27929<br />
<BR><br />
<font color=cyan>NGINX:</font><br />
Time taken for tests:   109.310 seconds<br />
Requests per second:    9.15 [#/sec] (mean)<br />
<BR><br />
Connect:        0    0   0.6      0      10<br />
Processing:   280  546  80.1    543    1022<br />
Waiting:      280  546  80.1    543    1022<br />
Total:        280  546  80.0    543    1022<br />
<BR><br />
Long version.<br />
<font color=cyan>APACHE:</font><br />
This is ApacheBench, Version 2.3 <$Revision: 655654 $><br />
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br />
Licensed to The Apache Software Foundation, http://www.apache.org/<br />
<BR><br />
Benchmarking tech.kulish.com (be patient)<br />
Completed 100 requests<br />
Completed 200 requests<br />
Completed 300 requests<br />
Completed 400 requests<br />
Completed 500 requests<br />
Completed 600 requests<br />
Completed 700 requests<br />
Completed 800 requests<br />
Completed 900 requests<br />
Completed 1000 requests<br />
Finished 1000 requests<br />
<BR></p>
<p>Server Software:        Apache/2.2.16<br />
Server Hostname:        tech.kulish.com<br />
Server Port:            80<br />
<BR><br />
Document Path:          /index.php<br />
Document Length:        0 bytes<br />
<BR><br />
Concurrency Level:      5<br />
Time taken for tests:   195.169 seconds<br />
Complete requests:      1000<br />
Failed requests:        0<br />
Write errors:           0<br />
Non-2xx responses:      1000<br />
Total transferred:      474000 bytes<br />
HTML transferred:       0 bytes<br />
Requests per second:    5.12 [#/sec] (mean)<br />
Time per request:       975.847 [ms] (mean)<br />
Time per request:       195.169 [ms] (mean, across all concurrent requests)<br />
Transfer rate:          2.37 [Kbytes/sec] received<br />
<BR><br />
Connection Times (ms)<br />
              min  mean[+/-sd] median   max<br />
Connect:        0    0   2.8      0      90<br />
Processing:   318  973 2219.7    595   27929<br />
Waiting:      318  965 2209.7    591   27929<br />
Total:        319  974 2219.9    595   27929<br />
<BR><br />
Percentage of the requests served within a certain time (ms)<br />
  50%    595<br />
  66%    663<br />
  75%    715<br />
  80%    761<br />
  90%   1014<br />
  95%   1855<br />
  98%   4427<br />
  99%  15662<br />
 100%  27929 (longest request)<br />
<BR><BR><br />
<font color=cyan>NGINX:</font><br />
This is ApacheBench, Version 2.3 <$Revision: 655654 $><br />
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br />
Licensed to The Apache Software Foundation, http://www.apache.org/<br />
<BR><br />
Benchmarking tech.kulish.com (be patient)<br />
Completed 100 requests<br />
Completed 200 requests<br />
Completed 300 requests<br />
Completed 400 requests<br />
Completed 500 requests<br />
Completed 600 requests<br />
Completed 700 requests<br />
Completed 800 requests<br />
Completed 900 requests<br />
Completed 1000 requests<br />
Finished 1000 requests<br />
<BR></p>
<p>Server Software:        nginx/1.0.10<br />
Server Hostname:        tech.kulish.com<br />
Server Port:            80<br />
<BR><br />
Document Path:          /index.php<br />
Document Length:        0 bytes<br />
<BR><br />
Concurrency Level:      5<br />
Time taken for tests:   109.310 seconds<br />
Complete requests:      1000<br />
Failed requests:        0<br />
Write errors:           0<br />
Non-2xx responses:      1000<br />
Total transferred:      411000 bytes<br />
HTML transferred:       0 bytes<br />
Requests per second:    9.15 [#/sec] (mean)<br />
Time per request:       546.548 [ms] (mean)<br />
Time per request:       109.310 [ms] (mean, across all concurrent requests)<br />
Transfer rate:          3.67 [Kbytes/sec] received<br />
<BR><br />
Connection Times (ms)<br />
              min  mean[+/-sd] median   max<br />
Connect:        0    0   0.6      0      10<br />
Processing:   280  546  80.1    543    1022<br />
Waiting:      280  546  80.1    543    1022<br />
Total:        280  546  80.0    543    1022<br />
<BR><br />
Percentage of the requests served within a certain time (ms)<br />
  50%    543<br />
  66%    573<br />
  75%    592<br />
  80%    605<br />
  90%    641<br />
  95%    674<br />
  98%    735<br />
  99%    779<br />
 100%   1022 (longest request)</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.kulish.com/2011/11/19/apache-to-nginx-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTPS Redirects</title>
		<link>http://tech.kulish.com/2011/02/18/https-redirects/</link>
		<comments>http://tech.kulish.com/2011/02/18/https-redirects/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 17:17:44 +0000</pubDate>
		<dc:creator>Null</dc:creator>
				<category><![CDATA[Daemons]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[HTTPS]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tech.kulish.com/?p=248</guid>
		<description><![CDATA[Redirecting HTTP to HTTPS for a whole site using virtual hosts: #Basics snipped for brevity.... RewriteEngine on #RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] RedirectPermanent / https://www.foo.com/]]></description>
			<content:encoded><![CDATA[<p>Redirecting HTTP to HTTPS for a whole site using virtual hosts:</p>
<blockquote>
<pre><code>

<VirtualHost>

#Basics snipped for brevity....

<Directory /var/www/foo/html>
   RewriteEngine on
   #RewriteBase /
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteCond %{REQUEST_FILENAME} !-d
   RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
</Directory>

RedirectPermanent / https://www.foo.com/
</VirtualHost>
</code></pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://tech.kulish.com/2011/02/18/https-redirects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress SSL Deficiency</title>
		<link>http://tech.kulish.com/2010/12/30/wordpress-ssl-deficiency/</link>
		<comments>http://tech.kulish.com/2010/12/30/wordpress-ssl-deficiency/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 00:26:00 +0000</pubDate>
		<dc:creator>Null</dc:creator>
				<category><![CDATA[Daemons]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[HTTPS]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://tech.kulish.com/?p=224</guid>
		<description><![CDATA[WordPress needs to get with the program and not force URLs in the settings page to contain HTTP or HTTPS. They need to build a session that knows which one a visitor is using. I won&#8217;t go into the whole login and admin SSL issue.]]></description>
			<content:encoded><![CDATA[<p>WordPress needs to get with the program and not force URLs in the settings page to contain HTTP or HTTPS.</p>
<p>They need to build a session that knows which one a visitor is using.  I won&#8217;t go into the whole login and admin SSL issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.kulish.com/2010/12/30/wordpress-ssl-deficiency/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Delayed Site Loads</title>
		<link>http://tech.kulish.com/2010/11/25/delayed-site-loads/</link>
		<comments>http://tech.kulish.com/2010/11/25/delayed-site-loads/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 15:13:16 +0000</pubDate>
		<dc:creator>Null</dc:creator>
				<category><![CDATA[Daemons]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://tech.kulish.com/?p=195</guid>
		<description><![CDATA[Recently all the sites hosted on the WordPress platform were experiencing delayed loads. I was able to trace this back to the plugin Wordbooker, specifically version 1.8.17. All sites have been upgraded to version 1.8.18 which seems to alleviate the issue.]]></description>
			<content:encoded><![CDATA[<p>Recently all the sites hosted on the WordPress platform were experiencing delayed loads.</p>
<p>I was able to trace this back to the plugin Wordbooker, specifically version 1.8.17.<br />
All sites have been upgraded to version 1.8.18 which seems to alleviate the issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.kulish.com/2010/11/25/delayed-site-loads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal Issue</title>
		<link>http://tech.kulish.com/2009/12/25/drupal-issue/</link>
		<comments>http://tech.kulish.com/2009/12/25/drupal-issue/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 11:59:56 +0000</pubDate>
		<dc:creator>Null</dc:creator>
				<category><![CDATA[Daemons]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[family]]></category>
		<category><![CDATA[kulish]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://tech.lan.side/?p=42</guid>
		<description><![CDATA[We are currently experiencing an issue with editing account information. The problem is being researched and status will be provided when information is available. The following sites are affected: http://tech.kulish.com http://family.kulish.com http://www.iowajeep.net http://www.racebus.org]]></description>
			<content:encoded><![CDATA[<p>We are currently experiencing an issue with editing account information.<br />
The problem is being researched and status will be provided when information is available.</p>
<p>The following sites are affected:</p>
<p>http://tech.kulish.com</p>
<p>http://family.kulish.com</p>
<p>http://www.iowajeep.net</p>
<p>http://www.racebus.org</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.kulish.com/2009/12/25/drupal-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: kulish.com @ 2012-02-07 18:54:56 by W3 Total Cache -->
