Changeset 4440 for trunk/Nebulous-Server/lib/Nebulous/Server/Apache.pm
- Timestamp:
- Jun 29, 2005, 4:35:06 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server/Apache.pm
r2918 r4440 3 3 # $Id 4 4 5 package PS::IPP::IData::Server::Apache;5 package Nebulous::Server::Apache; 6 6 7 7 use strict; … … 10 10 our $VERSION = 0.01; 11 11 12 use PS::IPP::IData::Server::SOAP;12 use Nebulous::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::SOAP' )16 ->dispatch_to( 'Nebulous::Server::SOAP' ) 17 17 ->options({ compress_threshold => 10 * 1024 }); 18 18
Note:
See TracChangeset
for help on using the changeset viewer.
