Re: SSI advocacy Was:: Multiple AddHandler statements

2001-06-24 Thread Perrin Harkins
Joachim Zobel wrote: Including If-Modified-Since - 304 responding? No, none of them handle that (well, AxKit?), probably because most sites need to do more than stat-ing the template files to determine if the page content has been modified. A site with no dynamic content could be pre-generated

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: Directory Restrictions

2001-06-24 Thread will trillich
On Sat, Jun 23, 2001 at 11:10:07PM -0400, Brooklyn Linux Solutions CEO wrote: I've been working on a mod_perl implimentation which does the following. ... I have something like this running on the top directory: sub handler{ my $r = shift; return DECLINED if ($r-uri()

head/HEAD - mod_perl install on darwin/mac osx

2001-06-24 Thread Christian Wattinger
hello , i just read a posting in the mod_perl list archive: i have compiled apache 1_3.20 and perl 5.6.1 problemless. i have also installed the nesecary modules before mod_perl and now want to build mod_perl itself. im aware of the head/HEAD problem that comes with LWP on mac osX and have

Re: SSI advocacy Was:: Multiple AddHandler statements

2001-06-24 Thread Robin Berjon
On Sunday 24 June 2001 11:55, Perrin Harkins wrote: Joachim Zobel wrote: Including If-Modified-Since - 304 responding? No, none of them handle that (well, AxKit?), probably because most sites need to do more than stat-ing the template files to determine if the page content has been

Re: Directory Restrictions

2001-06-24 Thread Brooklyn Linux Solutions CEO
One thing that is not clear in my mind is the type of page which is sent back with a directory index. A directory index is of what mime type? Ruben On Sat, Jun 23, 2001 at 11:10:07PM -0400, Brooklyn Linux Solutions CEO wrote: I've been working on a mod_perl implimentation which does

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

Re: which perl?

2001-06-24 Thread Todd Goldenbaum
On Sun, 24 Jun 2001, Stas Bekman wrote: On Sun, 24 Jun 2001, Brooklyn Linux Solutions CEO wrote: It's got to be built in. My mod_perl conf keeps looking in 5.6.0 in the @INC array even after the 5.6.1 upgrade I got sick of the problem and linked 5.6.1 into 5.6.0 You could

Re: which perl?

2001-06-24 Thread Stas Bekman
On Sun, 24 Jun 2001, Todd Goldenbaum wrote: On Sun, 24 Jun 2001, Stas Bekman wrote: On Sun, 24 Jun 2001, Brooklyn Linux Solutions CEO wrote: It's got to be built in. My mod_perl conf keeps looking in 5.6.0 in the @INC array even after the 5.6.1 upgrade I got sick of the

Re: which perl?

2001-06-24 Thread Stas Bekman
On Sun, 24 Jun 2001, Todd Goldenbaum wrote: On Sun, 24 Jun 2001, Stas Bekman wrote: On Sun, 24 Jun 2001, Brooklyn Linux Solutions CEO wrote: It's got to be built in. My mod_perl conf keeps looking in 5.6.0 in the @INC array even after the 5.6.1 upgrade I got sick of the

Re: which perl?

2001-06-24 Thread Todd Goldenbaum
On Mon, 25 Jun 2001, Stas Bekman wrote: On Sun, 24 Jun 2001, Todd Goldenbaum wrote: On Sun, 24 Jun 2001, Stas Bekman wrote: On Sun, 24 Jun 2001, Brooklyn Linux Solutions CEO wrote: It's got to be built in. My mod_perl conf keeps looking in 5.6.0 in the @INC array even

Re: which perl?

2001-06-24 Thread Andrew Ho
Todd, Perl and mod_perl are separate entities altogether. Perl is the scripting language. mod_perl is an extension to Apache, which builds a Perl interpreter into the Apache webserver. The binary components are mostly separate, e.g. you could theoretically run Perl and mod_perl at different

Re: which perl?

2001-06-24 Thread Brooklyn Linux Solutions CEO
I recommend whatever stas is saying. Ruben actually yes, they appear to be in the right order: $ perl -V Characteristics of this binary (from libperl): Compile-time options: USE_LARGE_FILES Built under linux Compiled at May 23 2001 08:18:14 @INC:

Re: Directory Restrictions

2001-06-24 Thread Brooklyn Linux Solutions CEO
When you get a directory index, what Mime type is that? Ruben

Re: which perl?

2001-06-24 Thread Andrew Ho
Hello, RReally R RI asked this question and didn't get much of an answer from folks other Rthan they THOUGHT it was built in the perl binary. RI recommend whatever stas is saying. Stop being an ass, and maybe people will help you out. Humbly, Andrew

Re: Directory Restrictions

2001-06-24 Thread Robin Berjon
On Sunday 24 June 2001 20:23, Brooklyn Linux Solutions CEO wrote: When you get a directory index, what Mime type is that? httpd/unix-directory Maybe it's different in windows, I don't know. -- ___ Robin Berjon [EMAIL

Can I use mod_perl to monitor mod_ssl

2001-06-24 Thread Joachim Zobel
Hi. We are having infrequent non reproducable problems with SSL. Can I use mod_perl for debugging and monitoring the SSL activity beyond HTTP? Thanx, Joachim -- ... ein Geschlecht erfinderischer Zwerge, die fuer alles gemietet werden koennen.- Bertolt Brecht -

Re: Directory Restrictions

2001-06-24 Thread Brooklyn Linux Solutions CEO
thanks I didn't see that in the mine.types Ruben On Sunday 24 June 2001 20:23, Brooklyn Linux Solutions CEO wrote: When you get a directory index, what Mime type is that? httpd/unix-directory Maybe it's different in windows, I don't know. --

Re: which perl?

2001-06-24 Thread Stas Bekman
On Sun, 24 Jun 2001, Todd Goldenbaum wrote: actually yes, they appear to be in the right order: $ perl -V Characteristics of this binary (from libperl): Compile-time options: USE_LARGE_FILES Built under linux Compiled at May 23 2001 08:18:14 @INC:

Re: which perl?

2001-06-24 Thread Todd Goldenbaum
Thanks Andrew- good stuff. You've convinced me, I'm just going to bite the bullet and rebuild :) todd On Sun, 24 Jun 2001, Andrew Ho wrote: Todd, Perl and mod_perl are separate entities altogether. Perl is the scripting language. mod_perl is an extension to Apache, which builds a Perl