At 16:47 16.10.2002, Ruslan U. Zakirov wrote:
> >>I want to upgrade my project with implementing some feature.
> >>Project was writen for mod_cgi, but I would like to parse content that
> >>was generated by my scripts to implement something like SSI or
> >>Apache::UCase and etc.
>
>PH> You can't do that.  However, you can run your CGI scripts under
>PH> Apache::PerlRun and then use Apache::Filter on them to do things like
>PH> SSI.  This will also make them much faster.
>PH> - Perrin
>Thank you!
>Now I've uderstood that it's only way.
>OK.
>And last one, could someone point me to documents about troubleshoots
>which could ocure while using Apache::PerlRun with CGI scripts that was
>writen only for mod_cgi?

There aren't many problems with Apache::PerlRun, as it goes to great 
lengths to be a direct equivalent to mod_cgi so that "dirty scripts" can run.
Anyway, the Guide is always here to help. See especially 
http://perl.apache.org/docs/1.0/guide/porting.html , although a lot of this 
is for Apache::Registry, which you might want to move on to later.


-- 
Per Einar Ellefsen
[EMAIL PROTECTED]


Reply via email to