Re: Error using mod perl

2001-08-21 Thread Mike P. Mikhailov
Hello Flavio D' Amore, Friday, August 17, 2001, 3:38:58 PM, you wrote: FDA - I've just set the PerlSetEnv ORACLE_HOME in httpd.conf of Apache Web Server. Try SetEnv instead of PerlSetEnv. You must provide pure environment ORACLE_HOME variable not just a mod_perl variable, which accessible via

Re: mod_auth_digest

2001-08-21 Thread Thomas Bach
At 12:44 16/08/01 -0600, Bruce W. Hoylman wrote: Lincoln Stein developed a very useful module for doing both Basic and Digest user/password management. Titled HTTPD-User-Manage-1.58 I believe it is still available as: http://www.genome.wi.mit.edu/~lstein/user_manage/user_manage.tar.gz that's

perlmagick and leaking memory

2001-08-21 Thread Jon Molin
Hi list, I've done a scripts that builds an calender and colours the days with different colours depending on the status of the day. I've got 6 colours and one to just fill out so the month starts with the correct day, ie i've got 6 * 31 + 1 = 187 images and each is about 70 bytes so a calender

Re: modperl build problems under CYGWIN

2001-08-21 Thread Alexander Solovey
mod_perl won't compile under Cygwin without some tricks. The problem is then I run Makefile.PL under cygwin it does not start perl_mod.config.sh script and as result Makefile at src/module/perl created without any PERL_MOD vars, and created ERROR message on run make command. After I modified

Re: How do I STOP Apache::CodeRed sending me messages

2001-08-21 Thread Reuven M. Lerner
Tatsuhiko Miyagawa writes: Miyagawa Configuration variables for Apache::CodeRed seem to be Miyagawa hardwired in CodeRed.pm itself. Reuven, why not kick out Miyagawa these variables as those defined by PerlSetVar in Miyagawa http.conf file? Sorry, but I was away at a family retreat

RE: Apache::AuthCookie and ServerSide Include not working

2001-08-21 Thread Chad Phillips
Never mind. A few more eyes showed me that my virtual host was not set up right for SSIs -Original Message- From: Chad Phillips [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 12:13 PM To: mod_perl List Subject: Apache::AuthCookie and ServerSide Include not working Hello, I

FW: mod_perl install for win32

2001-08-21 Thread Steven Sajous
According to the INSTALL.win32 documentation that came with mod_perl I should do perl Makefile.pl then run nmake install. Has anyone worked with nmake for win32 before? I have installed mod_perl on linux a few times but never on win32. Where can I get nmake for win32? Is it a reliable tool?

Re: FW: mod_perl install for win32

2001-08-21 Thread Randy Kobes
On Tue, 21 Aug 2001, Steven Sajous wrote: According to the INSTALL.win32 documentation that came with mod_perl I should do perl Makefile.pl then run nmake install. Has anyone worked with nmake for win32 before? I have installed mod_perl on linux a few times but never on win32. Where can I

Re: [OT] compilers for c Appache modules

2001-08-21 Thread Randy Kobes
On Sun, 19 Aug 2001, Rod Butcher wrote: I know it's offtopic, please direct me to correct data source, can't find it... For the first time I need to compile a module (mod_throttle_access) for Apache on Win32. I have the free Borland 5.5 C++ command line compiler. What settings etc ? (Have

Installation problem...urgent

2001-08-21 Thread Alvaro Toro Santivanez
Hello i have one problem when i install in the part: INSTALLATION SCENARIOS FOR STANDALONE MOD_PERL THE FLEXIBLE WAY Build the Apache Package Finally it's time to build the Apache package and thus also the Apache-side of mod_perl and any other third-party modules you've prepared: $ cd

Re: Installation problem...urgent

2001-08-21 Thread Alvaro Toro Santivanez
Thanks for your help, sorry i type bad in my e-mail i only put --activate and try the ./configure but continue marking the ERROR The version of apache is 1.3.20 and my mod_perl is 1.26 Thanks for your help Regards Alvaro On Tue, 21 Aug 2001, Robert Landrum wrote: At 6:02 PM -0400

Re: URI::URL - problem

2001-08-21 Thread ___cliff rayman___
i got this to work. my method is ugly. i noticed everywhere that URI::URL was being used in mod_perl and embperl, LWP::UserAgent was being used. also, i found this is the LWP (libwww-perl-5.5395) release notes: HTTP::Request, HTTP::Response will by default now use URI class, instead

Re: Installation problem...urgent

2001-08-21 Thread Robert Landrum
At 6:30 PM -0400 8/21/01, Alvaro Toro Santivanez wrote: Thanks for your help, sorry i type bad in my e-mail i only put --activate and try the ./configure but continue marking the ERROR The version of apache is 1.3.20 and my mod_perl is 1.26 From the SUPPORT file included with the mod_perl

Re: Installation problem...urgent

2001-08-21 Thread Robert
$ make $ make install My apache configuration can`t take the option ---activate-module=src/modules/perl/libperl.a This is because Alvaro hasn't yet installed mod_perl. configure apache (only) configure and make/install mod_perl make/install apache Robert At 6:30 PM -0400 8/21/01,

RE: mod_perl install for win32

2001-08-21 Thread Steven Sajous
-Original Message- From: Jeremy Howard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 6:34 PM To: Steven Sajous Subject: Re: mod_perl install for win32 Steven Sajous wrote: referring to nmake with VC++ It comes with it? I don't see it Yes it does. Run the batch file

Re: mod_perl install for win32

2001-08-21 Thread Jeremy Howard
Steven Sajous wrote: From: Jeremy Howard [mailto:[EMAIL PROTECTED]] Steven Sajous wrote: referring to nmake with VC++ It comes with it? I don't see it Yes it does. Run the batch file Robert mentioned and it'll work from the command line. You can also download it from:

Re: Installation problem...urgent

2001-08-21 Thread Robert Landrum
At 8:45 AM +1000 8/22/01, Robert wrote: $ make $ make install My apache configuration can`t take the option ---activate-module=src/modules/perl/libperl.a This is because Alvaro hasn't yet installed mod_perl. configure apache (only) configure and make/install mod_perl make/install

Re: mod_perl install for win32

2001-08-21 Thread ___cliff rayman___
Jeremy Howard wrote: Steven Sajous wrote: From: Jeremy Howard [mailto:[EMAIL PROTECTED]] Steven Sajous wrote: referring to nmake with VC++ It comes with it? I don't see it Yes it does. Run the batch file Robert mentioned and it'll work from the command line. You can also

RE: mod_perl install for win32

2001-08-21 Thread Steven Sajous
-Original Message- From: ___cliff rayman___ [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 7:38 PM To: [EMAIL PROTECTED] Subject: Re: mod_perl install for win32 Jeremy Howard wrote: Steven Sajous wrote: From: Jeremy Howard [mailto:[EMAIL PROTECTED]] Steven Sajous wrote:

Re: Installation problem...urgent

2001-08-21 Thread Alvaro Toro Santivanez
Thanks for your help Robert, i try configure apache only, them mod perl them apache, At this moment i`m use the guide but i try the option of the and this option produce my error. Please i need your help, i need run mod_perl and apache urgent i`m red hat 7.0 user. Thanks Regards Alvaro On

Re: Subroutine xxxx redefined

2001-08-21 Thread Stas Bekman
On Mon, 20 Aug 2001, matt wrote: Hi list, I'm having a problem that seems to have come up a few times before, but mine seems to be a little different. I am getting hundreds of 'Subroutine redefined' in my Apache error_log. The amount of messages I get changes frequently and so far I