Sorry for the Out Of Office-Notification(s)!

2001-07-02 Thread Michael . Jacob
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

@INC?

2001-07-02 Thread Gareth Hughes
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

AuthCookie expansion

2001-07-02 Thread Rich Buckley
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

$r-path_info()

2001-07-02 Thread Viljo Marrandi
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();

Re: AuthCookie expansion

2001-07-02 Thread Vivek Khera
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 framework ?

name-based virtual host -suexec: command not in docroot

2001-07-02 Thread Oliver
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?

Re: @INC?

2001-07-02 Thread Jeffrey W. Baker
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 to

mod_perl child processes using way too much RAM

2001-07-02 Thread Bob Foster
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

Re: mod_perl child processes using way too much RAM

2001-07-02 Thread Perrin Harkins
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

Re: Perl ignored (again) by InfoWorld

2001-07-02 Thread Robert Landrum
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 on web

RE: mod_perl child processes using way too much RAM

2001-07-02 Thread Scott Stephenson
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

RE: name-based virtual host -suexec: command not in docroot

2001-07-02 Thread David Harris
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

Apache::Session install errors

2001-07-02 Thread Bakki Kudva
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: Access

Re: Apache::Session install errors

2001-07-02 Thread Jeffrey W. Baker
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

RFC: Logging used Perl Modules (was Re: API Design Question)

2001-07-02 Thread James G Smith
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