Changeset 4438
- Timestamp:
- Jun 29, 2005, 3:49:45 PM (21 years ago)
- Location:
- trunk/Nebulous/t/conf
- Files:
-
- 1 added
- 1 edited
-
extra.conf.in (modified) (1 diff)
-
startup.pl.in (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/t/conf/extra.conf.in
r2899 r4438 4 4 5 5 # 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 7 PerlSwitches -I@ServerRoot@/../lib 10 8 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 > 14 13 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 27 15 28 16 <Location /idata> 29 17 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" 31 22 </Location> 23
Note:
See TracChangeset
for help on using the changeset viewer.
