in reply to Re^2: Could not find or load mod_perl
in thread Could not find or load mod_perl

http://search.cpan.org/perldoc/SOAP::Transport#EXAMPLE_APACHE::REGISTRY_USAGE

Replies are listed 'Best First'.
Re^4: Could not find or load mod_perl
by abdou-wt (Initiate) on Apr 16, 2012 at 10:42 UTC
    this is what i did : i created .htacces file
    SetHandler perl-script PerlHandler Apache::SOAP PerlSetVar dispatch_to "http://localhost/world/, world::WorldFunctions +, WorldFunctions::test" PerlSetVar options "compress_threshold => 10000"
    i changed http.conf : Options Indexes FollowSymLinks Includes +ExecCGI ScriptAlias \cgi-bin\ "C:\scripts\" Options Includes ExecCGI ScriptInterpreterSource registry <Directory "C:/scripts/"> AllowOverride None Options None Order allow,deny Allow from all </Directory> AddHandler cgi-script .pm .pl .cgi
Re^4: Could not find or load mod_perl
by abdou-wt (Initiate) on Apr 16, 2012 at 10:45 UTC
    i think that you link is useful for SOAP::Transport::HTTP::CGI not SOAP::Transport::HTTP::Apache ?!

      i think that you link is useful for SOAP::Transport::HTTP::CGI not SOAP::Transport::HTTP::Apache ?!

      The link is useful for copy/pasting, copy/paste it, try it, it should take all of 1 minute of your time, and when it works, you'll be happy that it works :)

Re^4: Could not find or load mod_perl
by abdou-wt (Initiate) on Apr 16, 2012 at 13:22 UTC
    thnx for the comment, i try it and it did'nt work :(

      thnx for the comment, i try it and it did'nt work :(

      I don't believe it :/