Hi Folks,
I'm trying to set up a dev box with both apache 2.0.55 and 2.2.0 .
Since I've got both, I didn't want to set /usr/local/http-2.0.55/lib in
my /etc/ld.so.conf since then the 2.2.0 binaries might look at the
wrong APR (well.. that's my guess).
I tried:
perl Makefile MP_APXS=/usr/loc
you could also try this:
store to /whatever/
read from memcached
failover to /whatever/
assuming you have the memory for it, it should handle spikes very well
On Thursday 02 March 2006 15:34, Geoffrey Young wrote:
> thanks for the detailed explanations. torsten++ :)
>
> > That leads to an error saying that " > point.
> >
> > But, a few thing cannot be applied by means of $r->add_config. For
> > example "AllowOverride" needs a "Directory" block
>
> I thi
On Thu, 2006-03-02 at 14:10 -0500, Dan Axtell wrote:
> I've been using Apache::Session::MySQL for a while, but I've been trying to
> lower the amount of database I/O in some applications that experience spikes
> in server traffic. So I came up with the idea of using Apache::Session::File
> with
I've been using Apache::Session::MySQL for a while, but I've been trying to
lower the amount of database I/O in some applications that experience spikes
in server traffic. So I came up with the idea of using Apache::Session::File
with the files on /dev/shm, with a cron job to clear up old or ex
Just as I give up and email the list
I figured out that the database wasn't returning the filename so it
wasn't able to open the file for download so when I hard coded a
filename it started working. The thing I don't understand is why didn't
I get a server error when it wasn't able to open a
> $r->headers_out->set('Content-Disposition' =>
> "attachment;filename=$downloadFilename");
try
$r->headers_out->set('Content-Disposition' => ' inline;
filename=$downloadFilename');
> $r->send_fd($fileFH);
> $r->send_http_header();
those definitely need to be reversed - you need to send the
This is the relevant part of my handler for a link that I want to force
a download for. I know it's content-disposition but for some reason I
can not get it to actually download the file. I get the download dialog
and I choose the location to save it but when I open the document it is
empty. I've t
"Kaplan, Andrew H." <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi there --
I ran the Makefile.PL script using the command /usr/local/bin/perl. Once the
compilation and install was completed, I tried running the server and
unfortunately the same error message concerning Perl 5.8.0
Sure id love to see that script... to be completely
hones im still kinda new to perl even... Im getting it
slowly... Anyway, im just looking to achieve my goal
and that is to have a working script/perl module that
can switchout config based on incomming URI... a
perfect example would be the one im
This message will be separately posted to the Apache mailing list as I'm not sure if it's a mod_perl/apache::asp deal or apache.
I have recently come across an issues where I ran out of file handles and couldn't open up any files. This is, as you know a mod_perl Apache::ASP based application (
thanks for the detailed explanations. torsten++ :)
> That leads to an error saying that " But, a few thing cannot be applied by means of $r->add_config. For example
> "AllowOverride" needs a "Directory" block
I think what most people don't understand about $r->add_config() is that
it's .htacces
12 matches
Mail list logo