Re: Another way to perhaps do this...... / SSI

2001-09-29 Thread Wim Kerkhoff
Hey Ken, You are probably right. Your Apache::SSI module looks quite simple to extend, although the same can be said for HTML::Embperl::Syntax. The reason I was working with the Embperl module, was that I was wanting to change !--#exec cgi=listsomething.cgi-- calls to something faster. I rewrote

Sysadmin links

2001-09-29 Thread Raju Vatsavai
Vatsavai VenkataRamaraju's Home page www.vatsavai.net This site is for Unix admins. - Raju

Re: Another way to perhaps do this......

2001-09-29 Thread Ken Williams
Wim Steven, Wouldn't it be better to subclass Apache::SSI instead of HTML::Embperl::Syntax::SSI ? That part of it would be really easy - the hard part would be actually implementing the OAS directive actions. Wim Kerkhoff [EMAIL PROTECTED] wrote: Steven Boger wrote: I've been

cvs commit: modperl-2.0/lib/ModPerl Config.pm

2001-09-29 Thread stas
stas01/09/29 08:38:37 Modified:lib/ModPerl Config.pm Log: - make the config report as narrow as possible, to prevent ugly wraps in report emails. Revision ChangesPath 1.5 +7 -1 modperl-2.0/lib/ModPerl/Config.pm Index: Config.pm

cvs commit: modperl-2.0/t/response/TestApache compat.pm

2001-09-29 Thread stas
stas01/09/29 12:33:40 Modified:t/apache compat.t t/response/TestApache compat.pm Log: - prepare a ground for adding many new sub-tests for Apache::compat - add the content-type test for send_http_header($val); - add tests for $r-header_{in|out} (5,7,9,11 are