in reply to Re: mod-perl configuration under Apache2
in thread mod-perl configuration under Apache2
#!/usr/bin/perl use warnings; use strict; print "Content-type: text/plain\n\n"; print "\nTHIS IS A TEST\n";
Alias /perl/ /var/www/perl/ #PerlModule ModPerl::PerlRun PerlModule ModPerl::Registry <Location /perl/> SetHandler perl-script PerlHandler ModPerl::Registry #PerlHandler ModPerl::PerlRun Options +ExecCGI #PerlSendHeader On </Location>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: mod-perl configuration under Apache2
by asz (Pilgrim) on Mar 07, 2007 at 17:52 UTC | |
by Bruce32903 (Scribe) on Mar 07, 2007 at 18:49 UTC | |
|
Re^3: mod-perl configuration under Apache2
by Bruce32903 (Scribe) on Mar 07, 2007 at 17:43 UTC |