IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4438


Ignore:
Timestamp:
Jun 29, 2005, 3:49:45 PM (21 years ago)
Author:
jhoblitt
Message:

change to Apache2::SOAP instead of PS::IPP::IData::Server::Apache
change to mod_perl2 semantics
add startup.pl.in
setup DBI from startup.pl.in

Location:
trunk/Nebulous/t/conf
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/t/conf/extra.conf.in

    r2899 r4438  
    44
    55# where PS::IPP::IData::Server::Apache can be found
    6 #PerlSwitches -I@ServerRoot@/../lib
    7 <perl>
    8 use lib qw( @ServerRoot@/../lib );
    9 </perl>
     6# mp2
     7PerlSwitches -I@ServerRoot@/../lib
    108
    11 PerlModule Apache::DBI
    12 PerlModule DBI
    13 PerlModule PS::IPP::IData::Server::Apache
     9# mp1
     10#<perl >
     11#use lib qw( @ServerRoot@/../lib );
     12#</perl >
    1413
    15 # http://perl.apache.org/docs/2.0/api/Apache/PerlSections.html#E_lt_PerlE_gt__directive_missing_closing__E_gt__
    16 <perl>
    17 Apache->push_handlers(
    18     PerlChildInitHandler => sub {
    19         PS::IPP::IData::Server->setup(
    20             "DBI:mysql:database=test:host=localhost",
    21             "test",
    22             "",
    23         );
    24     },
    25 );
    26 </perl>
     14#ScriptSock logs/cgisock
    2715
    2816<Location /idata>
    2917    SetHandler perl-script
    30     PerlHandler PS::IPP::IData::Server::Apache
     18#    PerlHandler PS::IPP::IData::Server::Apache
     19    PerlResponseHandler Apache2::SOAP
     20    PerlSetVar dispatch_to "PerlHandler PS::IPP::IData::Server::SOAP"
     21    PerlSetVar options "compress_threshold => 10000"
    3122</Location>
     23
Note: See TracChangeset for help on using the changeset viewer.