Index: trunk/Nebulous/docs/apache_setup.txt
===================================================================
--- trunk/Nebulous/docs/apache_setup.txt	(revision 2997)
+++ trunk/Nebulous/docs/apache_setup.txt	(revision 4440)
@@ -1,5 +1,5 @@
 # Copyright (C) 2004-2005  Joshua Hoblitt
 #
-# $Id: apache_setup.txt,v 1.2 2005-01-14 21:23:35 jhoblitt Exp $
+# $Id: apache_setup.txt,v 1.3 2005-06-30 02:35:05 jhoblitt Exp $
 
 - mod_perl-1.29 install
@@ -8,6 +8,8 @@
 #MP_TRACE = 1 MP_DEBUG = 1 MP_USE_DSO = 1 MP_INST_APACHE2 = 1 MP_APXS = /usr/sbin/apxs2
 
-- add the "idata" group to /etc/group
-- configure Apache to run as the idata group. 
+- add the "nebulous" group to /etc/group
+- configure Apache to run as the nebulous group. 
+
+# out of data from here down...
 
 #
@@ -15,5 +17,5 @@
 #
 
-ScriptAlias /idata /usr/local/apache/perl/imageserver.pl
+ScriptAlias /nebulous /usr/local/apache/perl/imageserver.pl
 
 <Directory "/usr/local/apache/perl">
@@ -34,13 +36,13 @@
 
 #
-# PS::IPP::IData::Apache interface
+# Nebulous::Apache interface
 #
 
 PerlModule Apache::DBI
-PerlModule PS::IPP::IData::Apache
+PerlModule Nebulous::Apache
 
-<Location /idata>
+<Location /nebulous>
         SetHandler perl-script
-        PerlHandler PS::IPP::IData::Apache
+        PerlHandler Nebulous::Apache
 </Location>
 
