IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4440 for trunk/Nebulous/t/conf


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

rename PS::IPP::IData -> Nebulous

Location:
trunk/Nebulous/t/conf
Files:
2 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>
  • trunk/Nebulous/t/conf/startup.pl.in

    r4438 r4440  
    33use Apache::DBI;
    44use DBI;
    5 use PS::IPP::IData::Server::SOAP;
    6 use PS::IPP::IData::Server;
     5use Nebulous::Server::SOAP;
     6use Nebulous::Server;
    77
    88my $dsn     = "DBI:mysql:database=test:host=localhost";
     
    1111
    1212Apache::DBI->connect_on_init( $dsn, $dbuser, $dbpass );
    13 PS::IPP::IData::Server->setup( $dsn, $dbuser, $dbpass );
     13Nebulous::Server->setup( $dsn, $dbuser, $dbpass );
    1414
    15151;
Note: See TracChangeset for help on using the changeset viewer.