Re: SSI Lost with Mod Perl?

2001-06-27 Thread will trillich
On Tue, Jun 26, 2001 at 01:06:06AM -0400, Brooklyn Linux Solutions CEO wrote: I've given Filter and SSI a shot according to the perldocs. It didn't work. I stated to hhack on some of the problems, which first involved in the make install depositing them in the wrong diretory, and then

Re: SSI Lost with Mod Perl?

2001-06-26 Thread Perrin Harkins
I've given Filter and SSI a shot according to the perldocs. It didn't work. I stated to hhack on some of the problems, which first involved in the make install depositing them in the wrong diretory, and then they SSI needed use Apache::Filter statements added. Finally, Filter cam back

Re: SSI Lost with Mod Perl?

2001-06-25 Thread Brooklyn Linux Solutions CEO
Hi Perrin I've given Filter and SSI a shot according to the perldocs. It didn't work. I stated to hhack on some of the problems, which first involved in the make install depositing them in the wrong diretory, and then they SSI needed use Apache::Filter statements added. Finally, Filter cam

Re: SSI Lost with Mod Perl?

2001-06-24 Thread Perrin Harkins
Brooklyn Linux Solutions CEO wrote: I have modules controlling all the files and their access and content in the directy. I have no idea really why SSI is shut down. I never used it before. It looks like you're trying to post-process the output of a PerlHandler with SSI. The only way to

Re: SSI Lost with Mod Perl?

2001-06-24 Thread Brooklyn Linux Solutions CEO
IS there a way of pre-processing and post processing a handler? Ruben Brooklyn Linux Solutions CEO wrote: I have modules controlling all the files and their access and content in the directy. I have no idea really why SSI is shut down. I never used it before. It looks like

Re: SSI Lost with Mod Perl?

2001-06-24 Thread Perrin Harkins
IS there a way of pre-processing and post processing a handler? Only by using something like Apache::Filter. Apache itself does not support chaining handlers. - Perrin

SSI Lost with Mod Perl?

2001-06-23 Thread Brooklyn Linux Solutions CEO
I've seemed to have lost my ability to use SSI whenI use the content handlers with Mod_perl. Is there anyway I can fix this? Ruben

Re: SSI Lost with Mod Perl?

2001-06-23 Thread Perrin Harkins
I've seemed to have lost my ability to use SSI whenI use the content handlers with Mod_perl. Is there anyway I can fix this? Can you be more specific about what you're trying to do? You can still use mod_include with mod_perl installed, and you can use Apache::SSI either alone or as a

Re: SSI Lost with Mod Perl?

2001-06-23 Thread Brooklyn Linux Solutions CEO
Will it work by default or do I need to chain it somehow? Ruben I've seemed to have lost my ability to use SSI whenI use the content handlers with Mod_perl. Is there anyway I can fix this? Can you be more specific about what you're trying to do? You can still use mod_include