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/t/conf/extra.conf.in

    r4438 r4440  
    33# this file will be Include-d by @ServerRoot@/httpd.conf
    44
    5 # where PS::IPP::IData::Server::Apache can be found
     5# where Nebulous::Server::Apache can be found
    66# mp2
    77PerlSwitches -I@ServerRoot@/../lib
     
    1414#ScriptSock logs/cgisock
    1515
    16 <Location /idata>
     16<Location /nebulous>
    1717    SetHandler perl-script
    18 #    PerlHandler PS::IPP::IData::Server::Apache
     18#    PerlHandler Nebulous::Server::Apache
    1919    PerlResponseHandler Apache2::SOAP
    20     PerlSetVar dispatch_to "PerlHandler PS::IPP::IData::Server::SOAP"
     20    PerlSetVar dispatch_to "PerlHandler Nebulous::Server::SOAP"
    2121    PerlSetVar options "compress_threshold => 10000"
    2222</Location>
Note: See TracChangeset for help on using the changeset viewer.