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
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
> > use lib qw(/usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1);
> >
> > note that lib.pm takes care of adding the arch lib paths (i686-linux on my
> > machine) and removing dups.
>
> Really
>
> I asked this question and didn't get much of an answer from folks other than
> they THOUGHT it was
> use lib qw(/usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1);
>
> note that lib.pm takes care of adding the arch lib paths (i686-linux on my
> machine) and removing dups.
>
Really
I asked this question and didn't get much of an answer from folks other than
they THOUGHT it was built in th
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 achieve the same with:
startup.pl:
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
>
> > 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
Ruben
> 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
Rebuild mod_perl or add the 5.6.1 paths to @INC in startup.pl via use lib:
http://perl.apache.org/guide/install.html#Should_I_Rebuild_mod_perl_if_I_h
> which was more or less forc
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 which was more or less forced on me
by cpan.
It kind of ticks me off those guys who install modules on CPAN which
upgrade by damn perl.
NET::FTP of libnet is a big culprit of this.
R
On Sat, 23 Jun 2001, Chris Reinhardt wrote:
> On Sat, 23 Jun 2001, Todd Goldenbaum wrote:
>
> > Hi,
> >
> > I am running Apache/1.3.14 (Unix) mod_perl/1.25 on a redhat 7 system.
> > Since the perl binary that came with the redhat distribution was
> > version 5.6.0, I assumed that is the version
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.
I beleive it worked when the modules are commented out. Could I
do something to prevent the SSI from being luanched after the
return OK
> 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 a
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
On Sat, 23 Jun 2001, Douglas C. Heestand wrote:
> I am getting the following messages in my "back-end" apache install logfile
> (the one that handles perl scripts using mod_perl and PerlRun)...
>
> [17:03:49 2001] [notice] child pid 15064 exit signal Segmentation Fault (11)
> [17:04:27 2001] [not
Hello
I've been working on a mod_perl implimentation which
does the following.
New users gain access to a directory, but can not get access to
two directories underneath it.
After logging in and receiving a cookie, they are automatically
shunted to one of the two low directories.
I've had som
On Sat, 23 Jun 2001, Todd Goldenbaum wrote:
> Hi,
>
> I am running Apache/1.3.14 (Unix) mod_perl/1.25 on a redhat 7 system.
> Since the perl binary that came with the redhat distribution was
> version 5.6.0, I assumed that is the version that got built into mod
> perl (statically linked). But I
On Sat, 23 Jun 2001, Steven Lembark wrote:
>
> > I am running Apache/1.3.14 (Unix) mod_perl/1.25 on a redhat 7 system.
> > Since the perl binary that came with the redhat distribution was version
> > 5.6.0, I assumed that is the version that got built into mod perl
> > (statically linked). But
> I am running Apache/1.3.14 (Unix) mod_perl/1.25 on a redhat 7 system.
> Since the perl binary that came with the redhat distribution was version
> 5.6.0, I assumed that is the version that got built into mod perl
> (statically linked). But I just discovered using perl's $] variable,
> that i
Hi,
I am running Apache/1.3.14 (Unix) mod_perl/1.25 on a redhat 7 system. Since
the perl binary that came with the redhat distribution was version 5.6.0, I
assumed that is the version that got built into mod perl (statically linked).
But I just discovered using perl's $] variable, that it's a
I am getting the following messages in my "back-end" apache install logfile
(the one that handles perl scripts using mod_perl and PerlRun)...
[17:03:49 2001] [notice] child pid 15064 exit signal Segmentation Fault (11)
[17:04:27 2001] [notice] child pid 17127 exit signal Segmentation Fault (11)
[
On Fri, 22 Jun 2001, Matt Sergeant wrote:
> On Sat, 23 Jun 2001, brian moseley wrote:
>
> >
> > is there any way to access the server tokens in mp 1.24? i'd
> > like to use them at server startup time.
>
> You have to use XS. AxKit does it this way. I'd paste
> the code here but it's a bit all ov
On Sat, 23 Jun 2001, Francisco Castellon wrote:
> Hi guys:
>
> I installed ActivePerl and ran the *.ppd file to install mod_perl.
> i got these errors though:
>
>--
> Writing D:\serv\lang\site\lib\aut
At 12:35 22.06.2001 -0400, you wrote:
> > 1. SSI with XBitHack full plays the 304 game for me. Every time the catalog
> > database is updated, its SSI frame gets a touch. Thats it. Simple.
> Efficient.
>
>Most of the perl templating systems would be just as good on these points,
Including If-Mo
On Sat, 23 Jun 2001, brian moseley wrote:
>
> is there any way to access the server tokens in mp 1.24? i'd
> like to use them at server startup time.
You have to use XS. AxKit does it this way. I'd paste the code here but
it's a bit all over the place, so you'd be easier to just download it.
-
is there any way to access the server tokens in mp 1.24? i'd
like to use them at server startup time.
25 matches
Mail list logo