<[EMAIL PROTECTED]> wrote:
> but, if i had a project, i want put the all thing a directory. Can i do like
> that? if I don't use the ModPerl::Registry or edit the ModPerl::Registry,
> that is correct? or there are the other way? thanks.
Do you mean have real Apache2 request handlers (
Thank you.
I really take care of the manal of Apache.
:)
Mike.G
On Mon, 2006-01-16 at 10:37 +0800, 黄叶 wrote:
> Alias /perl/ /home/ghw/myperl/webproject/
> PerlSwitches -T
>
>AddHandler perl-script .pl
>SetHandler perl-script
>PerlResponseHandler ModPerl::Registry
>PerlOptions +ParseHeaders
>Options +ExecCGI
>Or
Hi, Fayland, but if you put a index.pl in your perl directory, when you access http://localhost/perl/
Can you get a response?
I Can't get a response from apache.
why?
Mike.G
Thanks Fayland.
I am ok too.
I only need put the behind
:)
Mike.G
黄叶 wrote:
but, if i had a project, i want put the all thing a directory. Can i do
like that? if I don't use the ModPerl::Registry or edit the
ModPerl::Registry, that is correct? or there are the other way? thanks.
it works on my side:
# for ModPerl::Registry scripts
Alias /perl/ "C:/Apache2/p
but, if i had a project, i want put the all thing a
directory. Can i do like that? if I don't use the ModPerl::Registry or
edit the ModPerl::Registry, that is correct? or there are the other
way? thanks.
On Mon, 16 Jan 2006 10:37:24 +0800
黄叶 <[EMAIL PROTECTED]> wrote:
> HI, All.
> I had configure the mod_perl environment, it is here:
>
> Alias /perl/ /home/ghw/myperl/webproject/
> PerlSwitches -T
>
>AddHandler perl-script .pl
>SetHandler perl-script
>PerlResponseHandler
HI, All.
I had configure the mod_perl environment, it is here:
Alias /perl/ /home/ghw/myperl/webproject/
PerlSwitches -T
AddHandler perl-script .pl
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
Options +ExecCGI
O