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>
+

Reply via email to