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

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

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