cvs commit: modperl-2.0/Apache-Test/lib/Apache TestRun.pm

2001-06-21 Thread sbekman
sbekman 01/06/21 00:41:14 Modified:Apache-Test/lib/Apache TestRun.pm Log: try out Apache::TestTrace Revision ChangesPath 1.6 +12 -11modperl-2.0/Apache-Test/lib/Apache/TestRun.pm Index: TestRun.pm

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestTrace.pm

2001-06-21 Thread sbekman
sbekman 01/06/21 00:56:18 Modified:Apache-Test/lib/Apache TestTrace.pm Log: advise on localizing globals overriding Revision ChangesPath 1.3 +26 -16modperl-2.0/Apache-Test/lib/Apache/TestTrace.pm Index: TestTrace.pm

cvs commit: modperl-2.0/Apache-Test/lib/Apache TestRun.pm

2001-06-21 Thread sbekman
sbekman 01/06/21 01:00:09 Modified:Apache-Test/lib/Apache TestRun.pm Log: remove newlines, adjust levels, so with the default 'warnings' level the important messages will be printed, consider making notice the default level Revision ChangesPath 1.7 +4 -4

cvs commit: modperl-2.0/lib/ModPerl TypeMap.pm

2001-06-21 Thread sbekman
sbekman 01/06/21 21:09:17 Modified:lib/ModPerl TypeMap.pm Log: remove a reference to a non-existing file Revision ChangesPath 1.8 +0 -1 modperl-2.0/lib/ModPerl/TypeMap.pm Index: TypeMap.pm

Can't locate object method module via package Apache

2001-06-21 Thread Surat Singh Bhati
I am getting the following error in my strartup.pl perl -cx startup.pl Can't locate object method module via package Apache at /usr/local/lib/perl5 /site_perl/5.6.0/Apache/DBI.pm line 202. Compilation failed in require at startup.pl line 11. Line 11 of startup.pl 11 use

AW: InstallProblem mod_perl125 on Win2000 and Apache1.3.20

2001-06-21 Thread Michael Heinen
Thanks Randy for your patch (it works). perl Makefile.PL APACHE_SRC=C:\Apache INSTALL_DLL=C:\ Apache\modules Checking if your kit is complete... Looks good Writing Makefile for Apache Writing Makefile for Apache::Connection Writing Makefile for Apache::Constants Writing Makefile for Apache::File

Re: AW: InstallProblem mod_perl125 on Win2000 and Apache1.3.20

2001-06-21 Thread Randy Kobes
On Thu, 21 Jun 2001, Michael Heinen wrote: Thanks Randy for your patch (it works). [ ... ] But now I have a new problem with nmake. Here is the translatet error message: makefile(861) : fatal error U1087: dependent elements of type : and of type :: are not possible for the same target.

problems running Net::LDAP under mod_perl

2001-06-21 Thread tim fulcher
Hi Got some odd behaviour with Net::LDAP which I've been using pretty solidly for some time now. When I run a simple script from the command line it binds to the LDAP server and does a search just fine. When I run the same script under Apache Registry, or the guts of the script inside a perl

Re: Multiple AddHandler statements

2001-06-21 Thread Peter Reif
Mithun Bhattacharya *EXTERN* wrote: Is there something in SSI which cant be done in a better way using Perl ?? Yes, giving authors a simple tool with which they can't mess around. Perl is too powerful. Peter

Re: Apache::AuthDBI

2001-06-21 Thread will trillich
On Tue, Jun 19, 2001 at 10:38:01AM -0700, Alan E. Derhaag wrote: Christian Heiss [EMAIL PROTECTED] writes: Hi, I'm using Apache::AuthDBI to verifying the users on my web site. then I put it in the database with:

Solaris mod_perl DSO...

2001-06-21 Thread Sean Chittenden
Has anyone had any luck getting mod_perl to work as a DSO on Solaris? In looking through the sources, it looks like my only option is to upgrade to bleed perl. If that really is the only thing I can do, can someone quickly second my thoughts before I go and subject myself to a

RE: Solaris mod_perl DSO...

2001-06-21 Thread Paul G. Weiss
I've done it with 5.6.1. There was a fairly detailed thread on it last week on how it was done. In order to avoid a memory leak on restart you need to build with a bleed modperl though. If you can start and stop your server you're fine with 1.25. -Original Message- From: Sean

Re: Requests using If-Modified-Since cause response Set-Cookie tobe discarded

2001-06-21 Thread Doug MacEachern
On Wed, 20 Jun 2001, Nenad Steric wrote: Hi, Thanks for your answer, saved me days of probably fruitless fidling around with modperl. Your solution solved my problems (see Sending Cookies on Page-Reload) the question remains if this violates some RFC's (or breaks some browsers), and if

Re: Multiple AddHandler statements

2001-06-21 Thread Mithun Bhattacharya
No offense meant but it is my personal opinion that SSI can mess up a system worse than Perl ever could. Also the person who had initiated this thread was using SSI to execute a third party application. I am not sure why a system command would be worse than doing a SSI. Mithun

Re: Requests using If-Modified-Since cause response Set-Cookie to be discarded

2001-06-21 Thread Randal L. Schwartz
Doug == Doug MacEachern [EMAIL PROTECTED] writes: Doug i passed it along the same day: Doug http://hypermail.linklord.com/new-httpd/2001/Jun/0507.html Doug still awaiting response on my interpretation of the rfc, seems perfectly Doug valid to include the set-cookie header with a 304 response.

RE: Solaris mod_perl DSO...

2001-06-21 Thread Doug MacEachern
On Thu, 21 Jun 2001, Paul G. Weiss wrote: I've done it with 5.6.1. There was a fairly detailed thread on it last week on how it was done. In order to avoid a memory leak on restart you need to build with a bleed modperl though. If you can start and stop your server you're fine with 1.25.

cvs commit: modperl Changes INSTALL.win32 Makefile.PL

2001-06-21 Thread dougm
dougm 01/06/21 09:11:48 Modified:.Changes INSTALL.win32 Makefile.PL Log: win32 enhancement: APACHE_SRC can be either the build or install tree Revision ChangesPath 1.601 +3 -0 modperl/Changes Index: Changes