<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>lekkimworld.comapache</title>
    <link>http://lekkimworld.com/tags/apache/</link>
    <description>IBM Lotus Notes/Domino, Websphere, IBM Connections, mobile, web, JavaScript, Java...</description>
    <language>en</language>
    <copyright>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</copyright>
    <pubDate>Sat, 19 May 2012 06:50:25 GMT</pubDate>
    <dc:creator>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:creator>
    <dc:date>2012-05-19T06:50:25Z</dc:date>
    <dc:language>en</dc:language>
    <dc:rights>Mikkel Flindt Heisterberg (mh [at] intravision [dot] dk</dc:rights>
    <image>
      <title>lekkimworld.comapache</title>
      <url>http://lekkimworld.com/tags/apache/</url>
    </image>
    <item>
      <title>How to force the language for Lotus Connections UI</title>
      <link>http://lekkimworld.com/2009/05/15/how_to_force_the_language_for_lotus_connections_ui.html</link>
      <content:encoded>&lt;p&gt;
Just found this gem in the Lotus Connections Forum on how to &lt;a href="http://www-10.lotus.com/ldd/lcforum.nsf/DateAllThreadedweb/62db283b2fdc0fd28525755400196588?OpenDocument"&gt;force the language for the Lotus Connections UI&lt;/a&gt; using just two simples lines in the httpd.conf.
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/categories/ibm_products/">IBM</category>
      <category domain="http://lekkimworld.com/tags/apache/">apache</category>
      <category domain="http://lekkimworld.com/tags/lotus_connections/">lotus_connections</category>
      <pubDate>Fri, 15 May 2009 07:47:23 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2009-05-15:default/1242373643061</guid>
      <dc:date>2009-05-15T07:47:23Z</dc:date>
    </item>
    <item>
      <title>Apache Directory Studio</title>
      <link>http://lekkimworld.com/2007/11/23/apache_directory_studio.html</link>
      <content:encoded>&lt;p&gt;
I'm currently on a Lotus Connections project and needed a LDAP browser to test authentication and searching. Previously I have been using a Java LDAP browser with a UI that really was lacking. Today I discovered &lt;a href="http://directory.apache.org/studio/"&gt;Apache Directory Studio&lt;/a&gt; which is built on the Eclipse platform. The application is free and a really good LDAP browser. It also contains a LDIF editor.
&lt;/p&gt;
&lt;p align="center"&gt;
&lt;img src="http://directory.apache.org/studio/index.data/ADStudio_header.jpg"  /&gt;
&lt;/p&gt;
&lt;p&gt;
The application is a full fletched LDAP browser and is made up of a couple of Eclipse features. You can download the application as a standalone RCP (rich client platform) application, as features for your existing Eclipse IDE but should actually just as well be able to use the LDAP browser directly from Notes 8 Standard. The LDAP browser ships with a perspective so it should be doable.
&lt;/p&gt;
&lt;p&gt;
If it ran inside of Notes 8 it would be a killer admin. tool and easily distributable inside your organization.
&lt;/p&gt;
&lt;p&gt;
I tried to install the perspective in Notes 8 but it isn't possible since the features depend on the org.eclipse.search feature which isn't shipped with Notes 8. org.eclipse.search is however supplied with the standard Eclipse 3.2.1 which is the same version as Expeditor 6.1.1 builds upon so it should be possible to download the Directory Studio source code and repackage the perspective to do a perspective which is installable in Notes 8.
&lt;/p&gt;
&lt;p&gt;
For now however I have to run the application in Eclipse or as standalone.
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/tags/apache/">apache</category>
      <category domain="http://lekkimworld.com/tags/expeditor/">expeditor</category>
      <category domain="http://lekkimworld.com/tags/ldap/">ldap</category>
      <category domain="http://lekkimworld.com/tags/notes8/">notes8</category>
      <pubDate>Fri, 23 Nov 2007 17:06:22 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2007-11-23:default/1195837582015</guid>
      <dc:date>2007-11-23T17:06:22Z</dc:date>
    </item>
    <item>
      <title>Apache mod_rewrite on Query_String</title>
      <link>http://lekkimworld.com/2006/10/09/apache_mod_rewrite_on_query_string.html</link>
      <content:encoded>&lt;p&gt;
Note to self: use a RewriteCond against %{QUERY_STRING} to match Query_String arguments in RewriteRule's. To send requests for http://www.example.com/stuff.jsp?id=2 to another host:
&lt;pre class="code"&gt;
RewriteEngine on
RewriteCond   %{QUERY_STRING} id=2
RewriteRule   ^/stuff.jsp     http://www.acme.com [R,L]
&lt;/pre&gt;
&lt;/p&gt;</content:encoded>
      <category domain="http://lekkimworld.com/categories/web/">Web</category>
      <category domain="http://lekkimworld.com/tags/apache/">apache</category>
      <category domain="http://lekkimworld.com/tags/mod_rewrite/">mod_rewrite</category>
      <pubDate>Mon, 09 Oct 2006 10:08:45 GMT</pubDate>
      <guid isPermaLink="false">tag:lekkimworld.com,2006-10-09:default/1160388525899</guid>
      <dc:date>2006-10-09T10:08:45Z</dc:date>
    </item>
  </channel>
</rss>


