Re: how to configure the mod_perl to show a jpeg file.

2006-01-19 Thread Tyler MacDonald
<[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 (

Re: how to configure the mod_perl to show a jpeg file.

2006-01-16 Thread 黄叶
Thank you. I really take care of the manal of Apache. :) Mike.G

Re: how to configure the mod_perl to show a jpeg file.

2006-01-16 Thread Perrin Harkins
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

Re: how to configure the mod_perl to show a jpeg file.

2006-01-16 Thread 黄叶
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

Re: how to configure the mod_perl to show a jpeg file.

2006-01-16 Thread 黄叶
Thanks Fayland. I am ok too. I only need put the behind :) Mike.G

Re: how to configure the mod_perl to show a jpeg file.

2006-01-16 Thread Fayland Lam
黄叶 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

Re: how to configure the mod_perl to show a jpeg file.

2006-01-15 Thread 黄叶
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.

Re: how to configure the mod_perl to show a jpeg file.

2006-01-15 Thread Frank Wiles
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

how to configure the mod_perl to show a jpeg file.

2006-01-15 Thread 黄叶
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