I have checked out our current site to the lucene.apache.org area, and I've also set up a redirect from the jakarta.apache.org/lucene area.

Things are redirecting fine for me. Let me know if you encounter any issues, but also be patient in case the DNS updates for lucene.apache.org have not taken effect for you.

        Erik


On Feb 14, 2005, at 7:37 AM, Erik Hatcher wrote:

We now have lucene.apache.org mapped, yet we don't have a site there yet.

Doug - do you have your Forest work handy? Or has anyone else stepped up to build the web site?

I'll try later today to get our current site up at the new domain to have a starting point.

        Erik


Begin forwarded message:

From: [EMAIL PROTECTED]
Date: February 14, 2005 2:02:10 AM EST
To: [EMAIL PROTECTED]
Subject: svn commit: r153726 - infrastructure/trunk/httpd-conf/www.apache.org/vhosts/others.conf


Author: fielding
Date: Sun Feb 13 23:02:08 2005
New Revision: 153726

Log:
add lucene.apache.org

Modified:
    infrastructure/trunk/httpd-conf/www.apache.org/vhosts/others.conf

Modified: infrastructure/trunk/httpd-conf/www.apache.org/vhosts/others.conf
====================================================================== ========
--- infrastructure/trunk/httpd-conf/www.apache.org/vhosts/others.conf (original)
+++ infrastructure/trunk/httpd-conf/www.apache.org/vhosts/others.conf Sun Feb 13 23:02:08 2005
@@ -238,3 +238,11 @@
RewriteOptions inherit
</VirtualHost>


+<VirtualHost *>
+   DocumentRoot /x1/www/lucene.apache.org
+   ServerName lucene.apache.org
+   ServerAlias lucene.*.apache.org
+   RewriteEngine On
+   RewriteOptions inherit
+</VirtualHost>
+



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to