Re: Can I parse content that has been returned to user by simple cgi script?

2002-10-16 Thread Ruslan U. Zakirov
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

Re: Can I parse content that has been returned to user by simple cgi script?

2002-10-16 Thread Per Einar Ellefsen
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.

Re: Can I parse content that has been returned to user by simple cgi script?

2002-10-16 Thread Ruslan U. Zakirov
AA perldoc cgi_to_mod_perl AA perldoc mod_perl_traps AA http://perl.apache.org/docs/1.0/guide/porting.html PEE There aren't many problems with Apache::PerlRun, as it goes to great PEE lengths to be a direct equivalent to mod_cgi so that dirty scripts can run. PEE Anyway, the Guide is always here

Can I parse content that has been returned to user by simple cgi script?

2002-10-15 Thread Ruslan U. Zakirov
Hello! 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. I don't know how to set stacked handler after mod_cgi. May be it's wrong