IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2005, 4:35:06 PM (21 years ago)
Author:
jhoblitt
Message:

rename PS::IPP::IData -> Nebulous

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/docs/apache_setup.txt

    r2997 r4440  
    11# Copyright (C) 2004-2005  Joshua Hoblitt
    22#
    3 # $Id: apache_setup.txt,v 1.2 2005-01-14 21:23:35 jhoblitt Exp $
     3# $Id: apache_setup.txt,v 1.3 2005-06-30 02:35:05 jhoblitt Exp $
    44
    55- mod_perl-1.29 install
     
    88#MP_TRACE = 1 MP_DEBUG = 1 MP_USE_DSO = 1 MP_INST_APACHE2 = 1 MP_APXS = /usr/sbin/apxs2
    99
    10 - add the "idata" group to /etc/group
    11 - configure Apache to run as the idata group.
     10- add the "nebulous" group to /etc/group
     11- configure Apache to run as the nebulous group.
     12
     13# out of data from here down...
    1214
    1315#
     
    1517#
    1618
    17 ScriptAlias /idata /usr/local/apache/perl/imageserver.pl
     19ScriptAlias /nebulous /usr/local/apache/perl/imageserver.pl
    1820
    1921<Directory "/usr/local/apache/perl">
     
    3436
    3537#
    36 # PS::IPP::IData::Apache interface
     38# Nebulous::Apache interface
    3739#
    3840
    3941PerlModule Apache::DBI
    40 PerlModule PS::IPP::IData::Apache
     42PerlModule Nebulous::Apache
    4143
    42 <Location /idata>
     44<Location /nebulous>
    4345        SetHandler perl-script
    44         PerlHandler PS::IPP::IData::Apache
     46        PerlHandler Nebulous::Apache
    4547</Location>
    4648
Note: See TracChangeset for help on using the changeset viewer.