Changeset 2918 for trunk/Nebulous-Server/lib/Nebulous/Server/Apache.pm
- Timestamp:
- Jan 5, 2005, 6:00:23 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server/Apache.pm
r2900 r2918 10 10 our $VERSION = 0.01; 11 11 12 use PS::IPP::IData::Server ;12 use PS::IPP::IData::Server::SOAP; 13 13 use SOAP::Transport::HTTP; 14 14 15 15 my $server = SOAP::Transport::HTTP::Apache 16 ->dispatch_to( 'PS::IPP::IData::Server ' )16 ->dispatch_to( 'PS::IPP::IData::Server::SOAP' ) 17 17 ->options({ compress_threshold => 10 * 1024 }); 18 18
Note:
See TracChangeset
for help on using the changeset viewer.
