I have to install this service on a domain and on a port like 2000 (not 80) something like http://foo.bar:loo
and I have to dispatch calls to a module in /var/www my configuration does not work fine please help me if you can
this is my config:
ServerName ozinoserver.ozino.com
NameVirtualHost 21.21.21.40:2000
<VirtualHost 21.21.21.40:2000>
<Location />
SetHandler perl-script
PerlResponseHandler Apache2::SOAP
PerlSetVar dispatch_to "/var/www/soorenaserver.zoino.com/server/, SoorenaServer"
</Location>
ServerName soorenaserver.ozino.com.soap
ServerAdmin [EMAIL PROTECTED]
</VirtualHost>
I have a little apache knowledge
--
Kindly Regards
Davood Firoozian
Proud Developer
Ozino Group http://www.ozino.com
On 7/31/06, Randy Kobes <[EMAIL PROTECTED]> wrote:
On Mon, 31 Jul 2006, Davood Firoozian wrote:
> I have mod_perl 2 and Apache::Soap but problem persist I think this is a
> bug
>
> http://www.usenetlinux.com/showthread.php?t=175047
>
> My appache version is 2.0 I'm upgrading to 2.2 ...
The problem reported at the above link results from trying
to use mod_perl-1 with Apache2 - the resolution is to
install mod_perl-2. And then, as others have pointed
out, use Apache2-SOAP.
--
best regards,
Randy
--
Kindly Regards
Davood Firoozian
Proud Developer
Ozino Group http://www.ozino.com