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

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)

Replies are listed 'Best First'.
Re^3: Could not find or load mod_perl
by Anonymous Monk on Apr 16, 2012 at 09:51 UTC

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

    What did you do?

Re^3: Could not find or load mod_perl
by Anonymous Monk on Apr 16, 2012 at 09:58 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
      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 :)

      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 :/