craigt has asked for the wisdom of the Perl Monks concerning the following question:
All function works correctly under cgi-bin. All subroutines are stand-alone objects. My Apache httpd entry for perl-run follows.<A CLASS='l2' HREF='ss.cgi?ssstr=$govlevel' ONMOUSEOVER=\"window.statu +s='Sights And Sounds Of $glines[0]';return true\" ONMOUSEOUT=\"window +.status=' ';return true\">Sights/Sounds</A> <A CLASS='l2' HREF='vumenu.cgi?vmstr=$govlevel~$vufiles' ONMOUSEOVER=\ +"window.status='Special Interest, Measure Views';return true\" ONMOUS +EOUT=\"window.status=' ';return true\">Special Views</A>
I'm not sure what to do next. I'm sort of in the in between programs place.PerlModule ModPerl::PerlRun Alias /perl-run/ "/usr/www/steepusa/cgi-bin/" <Location /perl-run> PerlSetVar PerlRunOnce On SetHandler perl-script PerlResponseHandler ModPerl::PerlRun PerlOptions +ParseHeaders Options +ExecCGI </Location>
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Page Isn't Working Right Under PerlRun And 2 More Questions
by eric256 (Parson) on Nov 19, 2007 at 15:56 UTC | |
by craigt (Acolyte) on Nov 19, 2007 at 16:30 UTC | |
by Aim9b (Monk) on Nov 19, 2007 at 18:47 UTC | |
by craigt (Acolyte) on Nov 19, 2007 at 19:29 UTC | |
by Aim9b (Monk) on Nov 20, 2007 at 14:07 UTC |