- or download this
<Location /mod_soap>
SetHandler perl-script
PerlHandler Apache::SOAP
PerlSetVar dispatch_to "/usr/local/apache/lib/soap"
</Location>
- or download this
package Demo;
...
sub bar { return "bar\n" }
1;
- or download this
use strict;
use SOAP::Lite;
...
;
print $soap->foo()->result();
- or download this
500 unexpected EOF before status line seen
- or download this
[notice] child pid 18225 exit signal Segmentation fault (11)