Re: MOD_Perl Converter

2002-11-01 Thread Ged Haywood
Hi there,

On Fri, 1 Nov 2002, Frank Naude (FJ) wrote:

 Sorry if this is a FAQ,

So read the docs already! :)

 but, is there any mod_cgi to mod_perl converter available?

Have a look at Apache::Registry.

73,
Ged.




Re: MOD_Perl Converter

2002-11-01 Thread Perrin Harkins
Ged Haywood wrote:


On Fri, 1 Nov 2002, Frank Naude (FJ) wrote:
 

but, is there any mod_cgi to mod_perl converter available?
   


Have a look at Apache::Registry.



And to address the specific problem you mentioned about initializaing 
variables, look at Apache::PerlRun.

- Perrin