in reply to Could not find or load mod_perl

but I installed the module successfully mod_apache2.

What is mod_apache2? You need mod_perl2, and you need to do more than simply install it -- you need to configure apache

crossposted at http://stackoverflow.com/questions/10155830/why-cant-perl-locate-mod-perl-when-i-try-to-use-soaptransporthttpapache

Replies are listed 'Best First'.
Re^2: Could not find or load mod_perl
by abdou-wt (Initiate) on Apr 15, 2012 at 18:31 UTC
    no, i mean mod_perl2 : i did a mistake in the question ! Can you tell me how can i configure apache ? ( i already modify httpd.conf)

      Can you tell me how can i configure apache ? ( i already modify httpd.conf)

      What did you do?

        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
        i think that you link is useful for SOAP::Transport::HTTP::CGI not SOAP::Transport::HTTP::Apache ?!
        thnx for the comment, i try it and it did'nt work :(