On Mon, 2 Jul 2001, Bakki Kudva wrote:
> this may be slightly OT but when try to install Apache::Session I am
> getting...
I suggest "force install Apache::Session"
-jwb
this may be slightly OT but when try to install Apache::Session I am
getting...
t/99mysql...DBI->connect(sessions) failed: Access denied for user:
'@localhost' to database 'sessions' at
blib/lib/Apache/Session/Lock/MySQL.pm line 36
(in cleanup) DBI->connect(sessions) failed: Acces
> I need to run a cgi from one of the virtual hosts, but I get the following
> errors:
> suexec.log - command not in docroot (/path/to/cgi)
> error.log - Premature end of script headers: /path/to/cgi
Suexec is compiled with a built in path which all requests must fall
underneath as part of the s
Title: RE: mod_perl child processes using way too much RAM
Checkout Apache::SizeLimit. You can put something like this in your startup.pl:
use Apache::SizeLimit;
$Apache::SizeLimit::MAX_PROCESS_UNSHARED_SIZE = 2;
$Apache::SizeLimit::CHECK_EVERY_N_REQUESTS = 2;
-Scott
> -Original
At 12:44 PM -0700 7/2/01, Sean Chittenden wrote:
> > The fact is, Perl is a lot more mature than even Java, and is more prolific
>> a language than any other for sophisticated web application development.
>>
>> I would really like to see you inject an honest discussion of Perl into your
>> series
How would something like this do:
NAME
Apache::Use
SYNOPSIS
use Apache::Use (Logger => DB, File => "/www/apache/logs/modules");
DESCRIPTION
Apache::Use will record the modules used over the course of the
Perl interpreter's lifetime. If the logging module is able, the
old logs are read and
> 2. Cause any httpd_perl child process which exceeds 20 megabytes in
> memory usage to terminate after it's done.
Apache::SizeLimit (and others) can do this.
- Perrin
Hi,
I have a single script which is working but making the httpd_perl child
processes jump to 60 Megs or more. I've asked the programmer to fix the
script, but until he does, I'm wondering if I can either:
1. Force the script to run under PerlRun or under normal CGI. The
problem is th
On Mon, 2 Jul 2001, Gareth Hughes wrote:
> Hi All
>
> I've successfully configured Apache on Win2k. One of the sites I host uses a
> lot of perl so mod_perl was an obvious addition.
> I know nothing about perl but I'm pretty sure mod_perl is installed and
> running correctly except for being able
Hello All,
I'm using name-based virtual hosts on Apache 1.3.19
I need to run a cgi from one of the virtual hosts, but I get the following
errors:
suexec.log - command not in docroot (/path/to/cgi)
error.log - Premature end of script headers: /path/to/cgi
Anyone know why and what I should do? Tha
> "RB" == Rich Buckley <[EMAIL PROTECTED]> writes:
RB> credentials have been verified. What I would like to do is redirect
RB> to a home page looked up from the database. The database lookup is
RB> trivial but where and how is the best place to do the redirection
RB> within the AuthCookie fra
Hello,
I hope this is the right place to ask this question. I'm using
Template-Toolkit under Apache/mod_perl and created my own handler for
it. There is such line in this handler:
my $temp_file = $r->path_info();
When i send this $temp_file to log it works fine:
my $log = $r->log();
Title: AuthCookie expansion
modperlers,
We have been using AuthCookie (very successfully) for web site login
with user accounts held in an Oracle DB.
With expansion, what we would now like to do is have one login screen,
then, depending on a user attribute's, redirect to a different vers
Hi All
I've successfully configured Apache on Win2k. One of the sites I host uses a
lot of perl so mod_perl was an obvious addition.
I know nothing about perl but I'm pretty sure mod_perl is installed and
running correctly except for being able to reference the correct
directories. When I access
Hi all,
I just found out that our mail system doesn't honor the "don't send to the
internet"-switch in the "Out-Of-Office"-Profile. :-((
Sorry for all that German "Out-Of-Office" mails that you all got...
Michael
15 matches
Mail list logo