<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7" -->
<rss version="0.92">
<channel>
	<title>Bokko.nl</title>
	<link>http://www.bokko.nl</link>
	<description>Things stuff and more</description>
	<lastBuildDate>Tue, 06 Jul 2010 11:16:02 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Redirect naar primaire domein met .htaccess</title>
		<description>Als je bijvoorbeeld een .com en .nl domein hebt gekoppeld hebt aan een hostingsaccount wil je dat men (en google) altijd naar het primaire domein wordt doorverwezen. In dit voorbeeld wordt de .com naar de .nl geredirect.

RewriteEngine On
RewriteCond %{HTTP_HOST} blaaaaaaat.com [NC]
RewriteRule ^(.*)$ http://blaaaaaaat.nl/$1 [L,R=301]
 </description>
		<link>http://www.bokko.nl/?p=179</link>
			</item>
	<item>
		<title>VMware 6.5.4 and Ubuntu vmnet compile problems and cursor flaw fix</title>
		<description>VMware seems to go the Microsoft way of doing things; They create a flawed installer and no KB to fix this.
Fortunately there are some smart dudes who know their stuff and place it on the www. I was lazy to find out this time myself so this is some sort ...</description>
		<link>http://www.bokko.nl/?p=171</link>
			</item>
	<item>
		<title>IE7 max tabindex problem #microsoft #fail</title>
		<description>It took me an hour to debug some jquery in IE7. I was making a tab-navigation. When you click a tab it hides the content of the other tabs and shows the content of the clicked tab. Quite easy with jquery right? In all browsers except IE7 (I banned IE6 ...</description>
		<link>http://www.bokko.nl/?p=167</link>
			</item>
	<item>
		<title>FastCGI process exceeded configured activity timeout</title>
		<description>I found the solution here: http://forums.iis.net/t/1076662.aspx

Here is how to set the configuration with IIS 7.0:

%windir%\system32\inetsrv\appcmd set config -section:system.webServer/fastCgi /[fullPath='C:\php\php-cgi.exe'].activityTimeout:600

You need to change the 'C:\php\php-cgi.exe' to the actual location PHP that you registered with IIS.

If you want to make double-check that the configuration worked properly, you can check it like this:

%windir%\system32\inetsrv\appcmd ...</description>
		<link>http://www.bokko.nl/?p=163</link>
			</item>
	<item>
		<title>How to change the DirectAdmin server IP address</title>
		<description>#cd /usr/local/directadmin/scripts
#./ipswap.sh &#60;oldip&#62; &#60;newip&#62;

Now alle the directadmin config files are changed.
Now apache needs a restart to activate this. </description>
		<link>http://www.bokko.nl/?p=160</link>
			</item>
	<item>
		<title>IIS7 Impersonate PHP Fast-CGI as local user</title>
		<description>The problem i had that i had to talk to a dll through COM on a windows server in PHP.
I needed to run the site as another user than the standard IURS.
I tried setting the identity of the application pool, no success.

Finaly i found the solution;

The (default) website advanced settings ...</description>
		<link>http://www.bokko.nl/?p=157</link>
			</item>
	<item>
		<title>SVN and Mac OSX hidden .DS_Store ._ .AppleDouble files</title>
		<description>If you work on a mac (as i do) your directories get poluted with .DS_Store, ._ and .AppleDoubel files. Apple (this is THE missing Finder feature!) has no option to turn this crap off.
Now when you use svn, you will also import all these useless files.

Thank god there is a ...</description>
		<link>http://www.bokko.nl/?p=155</link>
			</item>
	<item>
		<title>Iptables active and passive FTP in CentOS</title>
		<description>This is how to make sure active AND passive FTP work flawlessly with IPtables, in this case, on CentOS. In this case it was for a DirectAdmin server.
You have to look up in your ftpd config which passive FTP ports your daemon uses and use those. In my case the ...</description>
		<link>http://www.bokko.nl/?p=151</link>
			</item>
	<item>
		<title>sprint_r PHP function</title>
		<description>

 </description>
		<link>http://www.bokko.nl/?p=145</link>
			</item>
	<item>
		<title>TSVNCache.exe throws your computer to it&#8217;s knees!</title>
		<description>If you ever used tortoiseSVN on a windows PC you might have had the same problems.
After some time your system becomes so slow you're about to throw it out of the window!

After some digging around I found out the one and only cause for this slowness is TSVNCache.exe! It consumes ...</description>
		<link>http://www.bokko.nl/?p=143</link>
			</item>
</channel>
</rss>
