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 th

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 i

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 mod

Re: ANNOUNCE: Apache::ACEProxy 0.01

2001-08-21 Thread Robin Berjon
On Monday 20 August 2001 22:33, William A. Rowe, Jr. wrote: > > > This has come up on the dav-dev list. As far as MS DAV clients are > > > concerned, the User-Agent can be used to know whether or not it > > > respects that setting. Of course, in order to do proper conversion when > > > it doesn't

Re: Re: Do virtual hosts need their own servers?

2001-08-21 Thread Andy Turner
On Tue, Aug 21, 2001 at 01:17:05PM +0800, Stas Bekman wrote: > > Ahh, I was assuming a DBI handle lexically scoped to the handler subroutine, > > sorry about the confusion. > > it can be lexically scoped, but it doesn't prevent you from reading from > memory. It's not easy but possible. But thing

Apache::AuthCookie and ServerSide Include not working

2001-08-21 Thread Chad Phillips
Hello, I have apache 1.3.19 running on a Mandrake 8.0 box. I am using authcookie for authentication. I can't seem to get any SSIs to run now. I have another plain install of apache on the same box and SSIs work fine. The only difference I have seen between the two installs is AuthCookie. Has

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 r

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 h

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? Thank

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 ? > (

Installation problem...urgent

2001-08-21 Thread Alvaro Toro Santivanez
Hello i have one problem when i install in the part:

Re: Installation problem...urgent

2001-08-21 Thread Robert Landrum
At 6:02 PM -0400 8/21/01, Alvaro Toro Santivanez wrote: >Hello i have one problem when i install in the part: > > > $ cd apache_x.x.x > $ ./configure \ > --prefix=/path/to/install/of/apache \ > --activate-module=src/modules/perl/libperl.a \ > [...] > $ make > $ make install > >My

RE: mod_perl install for win32

2001-08-21 Thread Steven Sajous
It comes with it? I don't see it Steven Sajous (305) 321-4286 [EMAIL PROTECTED] -Original Message- From: Robert Ahrendt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 2:39 PM To: 'Steven Sajous' Subject: RE: mod_perl install for win32 It comes with Visual C++ run the C:\Pro

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 8/21/0

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

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: > > It comes with it? I don't see it > > Yes it does. Run the batch file Robert mentioned and it'll wor

Re: mod_perl install for win32

2001-08-21 Thread Jeremy Howard
Steven Sajous wrote: > From: Jeremy Howard [mailto:[EMAIL PROTECTED]] > Steven Sajous wrote: > > > > 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: > > ftp://ftp.microsoft.com/sof

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 m

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: > > > > > > 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

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 wr

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 T

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