Re: AuthCookieURL

2000-09-11 Thread Ken Williams
[EMAIL PROTECTED] (Bill Moseley) wrote: >Hi, > >I've got a modified version of Ken Williams' Apache::AuthCookie that works >with munged URLs. This module also will work without a login script, so it >can act as a simple session manager that works with cookies or URLs. So, >you can have it requir

Re: Apache::Compress install problems/On the fly html contentcompression

2000-09-11 Thread Ken Williams
In my (incomplete) testing, Netscape 4.7x works. So far Apache::Compress takes the browser at its word, and only compresses the content if it sees an "Accept-Encoding: gzip" header sent from the client to the server. Some other folks have used the approach of forcing gzipped content whenever the

Mailing List Archive

2000-09-11 Thread Sander van Zoest
Hi, sort of says it all; I kind of took over Dirk's archives at and rewrote them completely in xml/xsl. Covalent has donated a machine and is willing to supply bandwidth and some of my time. Would you guys a) not ge

Anyone tried mod_perl in Windows?

2000-09-11 Thread Foo, Ji Haw
Hi all, I'm one of the newbies into Perl who's still entrenched in Windows (NT). As part of my new job portfolio, I am required to write Perl scripts to support our system. I have to set up a web interface with Perl scripts to dynamically generate web pages. I know of a binary distribution for

Some error in Apache::DBI with modperl

2000-09-11 Thread Tarak Parekh
Hello, I am getting the following error. Can't locate object method "module" via package "Apache" at /usr/local/lib/perl5 /site_perl/5.005/Apache/DBI.pm line 202. BEGIN failed--compilation aborted at /export/home/httpd/juston/dev/cgi-bin/test1 .pl line 7. Line 7 in the perl file (test1.pl) is

modperl startup dumps core; trace included

2000-09-11 Thread Bruce W. Hoylman
I have a peculiar problem with a modperl module I have written. When migrating to the following configuration: perl, v5.6.0 built for sun4-solaris modperl_2911162240 (1.2401) apache-1.3_2911161201 If I attempt to load the module in my startup.pl using:

Re: Apache::Compress install problems/On the fly html contentcompression

2000-09-11 Thread Bogomolnyi Constantin
hello , Thank you very much , EVERYTHING=1 helps now it look like Apache::Compress works but when I put PerlModule Apache::Compress # Compress regular files PerlHandler Apache::Compress in my httpd.conf and i take test.html witch is as big as 700ko , so I expect t

Re: Authenticating twice with Apache::AuthenSmb

2000-09-11 Thread Joshua Gerth
Hi Vsevolod, > I have a small glitch with Smb authentication in apache. Basically, if > I have a frames page in the protected directory, the server asks for > the password twice. The problem is that your web browser is able to send a request for the two frames in parallel. So the web server ge

Authenticating twice with Apache::AuthenSmb

2000-09-11 Thread Vsevolod Ilyushchenko
Hello, I have a small glitch with Smb authentication in apache. Basically, if I have a frames page in the protected directory, the server asks for the password twice. Here is what happens. I have a directory "test" under htdocs which is protected by SMB authentication. The index file in this d

Re: Apache::Compress install problems/On the fly html contentcompression

2000-09-11 Thread Matt Sergeant
On Mon, 11 Sep 2000, Bogomolnyi Constantin wrote: > Hello all, > I try to install Apache::Compress module , but > when i make test i says : > Invalid command '', perhaps mis-spelled or defined by a module not include > d in the server configuration > make: *** [start_httpd] Error 1 > > And if I

Apache::Compress install problems/On the fly html content compression

2000-09-11 Thread Bogomolnyi Constantin
Hello all, I try to install Apache::Compress module , but when i make test i says : Invalid command '', perhaps mis-spelled or defined by a module not included in the server configurationmake: *** [start_httpd] Error 1   And if I try to start httpd it says : Syntax error on line 284 of /usr/l

Re: Mysql+Modperl?

2000-09-11 Thread Doug MacEachern
On Sun, 10 Sep 2000, Antti Linno wrote: > Error log contains only: > [Sat Sep 9 21:49:01 2000] > [notice] child pid 25528 exit signalSegmentation fault (11) you need to configure php using --with-mysql=/path/to/mysql where /path/to/mysql is the same mysql that dbd::mysql was compiled/linked a

Re: Apache::Peek and perl-5.6.0

2000-09-11 Thread Doug MacEachern
On Mon, 11 Sep 2000, Christian Gilmore wrote: > Doug, > > Have you successfully built Apache::Peek with perl-5.6.0? I had no > difficulties with perl-5.005. Seeing as though I'm not terribly happy > about digging under the XS covers, I thought I'd just pop the question to > you before trying to

AuthCookieURL

2000-09-11 Thread Bill Moseley
Hi, I've got a modified version of Ken Williams' Apache::AuthCookie that works with munged URLs. This module also will work without a login script, so it can act as a simple session manager that works with cookies or URLs. So, you can have it require a login in one section of your site, and jus

Re: Question

2000-09-11 Thread Eric Cholet
> GWH> HI Stas, > GWH> On Mon, 11 Sep 2000, Stas Bekman wrote: > > >> Will you also ask why Stas is learning French? > > GWH> Chercher la femme? > > Most likely because the people in Paris demand you speak to them in > perfect French. High school level French is not accepted ;-| well then we'

RE: Memory leak hell...

2000-09-11 Thread Geoffrey Young
> -Original Message- > From: Doug MacEachern [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 11, 2000 2:54 PM > To: Matt Sergeant > Cc: [EMAIL PROTECTED] > Subject: Re: Memory leak hell... > > [snip] > look for xsubs in those modules you're using that are calling > new{SV,AV,HV,R

Re: Question

2000-09-11 Thread Vivek Khera
> "GWH" == G W Haywood <[EMAIL PROTECTED]> writes: GWH> HI Stas, GWH> On Mon, 11 Sep 2000, Stas Bekman wrote: >> Will you also ask why Stas is learning French? GWH> Chercher la femme? Most likely because the people in Paris demand you speak to them in perfect French. High school level Fre

Re: Question

2000-09-11 Thread G.W. Haywood
HI Stas, On Mon, 11 Sep 2000, Stas Bekman wrote: > Will you also ask why Stas is learning French? Chercher la femme? [50 Jahre Musik mit Hazy Osterwald] 73, Ged.

Re: Memory leak hell...

2000-09-11 Thread Doug MacEachern
On Sun, 10 Sep 2000, Matt Sergeant wrote: > For 2 days solid now I've been trying to track down a very bizarre memory > leak in AxKit. > > I've checked everything I can think of - all circular references are now > gone, all closures clean up carefully after themselves, and I've reduced > the usa

Re: Question

2000-09-11 Thread Matt Sergeant
On Mon, 11 Sep 2000, Stas Bekman wrote: > On Mon, 11 Sep 2000, Matt Sergeant wrote: > > > On 11 Sep 2000 [EMAIL PROTECTED] wrote: > > > > > > > > Anyone know why a browser would send something like this? > > > > > > HTTP_ACCEPT_LANGUAGE=en-us,x-ns1MKtfdqbuNhQ;q=0.4,x-ns2r2e09OnmPe2 > > > > >

RE: Core dumping

2000-09-11 Thread Doug MacEachern
On Sat, 9 Sep 2000, Shane Adams wrote: > #7 0x80894de in XS_Apache_finfo (cv=0x8207410) at Apache.xs:1844 i haven't tried to reproduce this, but suspect a bug in $r->finfo which the patch below should workaround. --- lib/HTML/Mason/ApacheHandler.pm~Thu Aug 24 22:42:51 2000 +++ lib/HTML/Mas

Re: persistent info (storing config?)

2000-09-11 Thread Perrin Harkins
On Sun, 10 Sep 2000, Neil Conway wrote: > However, I'd rather not parse the entire config file for every single > request (the config file may be very long, and/or consist of multiple > files). Is there any way to parse the config file once, store the > results, and make the data available to any

Re: Question

2000-09-11 Thread Stas Bekman
On Mon, 11 Sep 2000, Matt Sergeant wrote: > On 11 Sep 2000 [EMAIL PROTECTED] wrote: > > > > > Anyone know why a browser would send something like this? > > > > HTTP_ACCEPT_LANGUAGE=en-us,x-ns1MKtfdqbuNhQ;q=0.4,x-ns2r2e09OnmPe2 > > > > the x-ns1 and x-ns2 stuff look like base64 encoded 8-byte

Re: Question

2000-09-11 Thread Matt Sergeant
On 11 Sep 2000 [EMAIL PROTECTED] wrote: > > Anyone know why a browser would send something like this? > > HTTP_ACCEPT_LANGUAGE=en-us,x-ns1MKtfdqbuNhQ;q=0.4,x-ns2r2e09OnmPe2 > > the x-ns1 and x-ns2 stuff look like base64 encoded 8-byte blocks, almost as if > it's some kind of key exchange or ke

Question

2000-09-11 Thread gsstark
Anyone know why a browser would send something like this? HTTP_ACCEPT_LANGUAGE=en-us,x-ns1MKtfdqbuNhQ;q=0.4,x-ns2r2e09OnmPe2 the x-ns1 and x-ns2 stuff look like base64 encoded 8-byte blocks, almost as if it's some kind of key exchange or key leaking mechanism. -- greg

Re: [OT?] Cross domain cookie/ticket access

2000-09-11 Thread joe
"Peiper,Richard" <[EMAIL PROTECTED]> writes: > > and I didn't see any directly relevant listings. They > > apparently hold a patent > > related to embedding session data in the path-info; > > > > You HAVE to be kidding me? I have been embedding session data in > URL's for 7 years... and

Re: persistent info (storing config?)

2000-09-11 Thread Carlos Ramirez
# persistency for perl data structures use Storable;       -Carlos Neil Conway wrote: (I'm not subscribed, please CC: [EMAIL PROTECTED]) Hello everyone. I'm using mod_perl and Apache for a typical web project. Each piece of mod_perl code will need to be able to access a lot of configuration info.

Re: [OT] Re: open(FH,'|qmail-inject') fails

2000-09-11 Thread Randal L. Schwartz
> "Bill" == Bill Moseley <[EMAIL PROTECTED]> writes: Bill> Did you see this of Abigail's? Bill> http://x58.deja.com/getdoc.xp?AN=531471039 Yeah, that's already in the CPAN at RFC::RFC822::Address, just a different way of doing it from Email::Valid. -- Randal L. Schwartz - Stonehenge Consu

Re: [OT] Re: open(FH,'|qmail-inject') fails

2000-09-11 Thread Bill Moseley
At 04:39 PM 09/11/00 +0200, Alexander Farber (EED) wrote: >"Randal L. Schwartz" wrote: >> Man, if I see ONE MORE script that checks for a "legal email", >> I'm gonna scream. Matter of fact, I already did. :) > >I screamed when I've seen the correct version too :-) It is at >http://public.yahoo.co

[OT] Re: open(FH,'|qmail-inject') fails

2000-09-11 Thread Alexander Farber (EED)
"Randal L. Schwartz" wrote: > Man, if I see ONE MORE script that checks for a "legal email", > I'm gonna scream. Matter of fact, I already did. :) I screamed when I've seen the correct version too :-) It is at http://public.yahoo.com/~jfriedl/regex/code.html and the regex for URL's is at http://

SIGSEGV

2000-09-11 Thread François Chenais
Hello I have a Segmentation fault error with mod perl ! Any idea ? using : perl -v: This is perl, version 5.005_03 built for i386-linux apache : Server version: Apache/1.3.9 (Unix) mod_perl-1.24 ---

RE: [OT?] Cross domain cookie/ticket access

2000-09-11 Thread Peiper,Richard
> and I didn't see any directly relevant listings. They > apparently hold a patent > related to embedding session data in the path-info; > You HAVE to be kidding me? I have been embedding session data in URL's for 7 years... and they patented that?! *sigh* I guess it just seemed to lo

RE: [Mason] Problem: no-Content.

2000-09-11 Thread Guido Moonen
Oops my mistake the i do not have a problem accessing the '/' of the site but only when i try to access the "/mason" part of the site... PS. I have got the same problem with 0.87 (Bit i saw it had some installation problems) (I have not installed Version 0.88): # make test PERL_DL_NONLAZY=1 /us

Fw: Executing Perl Scripts on the Web Browser.

2000-09-11 Thread ABDUL RAHMAN.......
Dear All, Can any body help me.. please...It quite urgent. Presently I am able to execute the perl script on the console but not on the any browser. I want to configure my Bsdi unix machine in such a way that I want to execute the PERL SCRIPTS ON THE BROWSER. Please send me the configuration

persistent info (storing config?)

2000-09-11 Thread Neil Conway
(I'm not subscribed, please CC: [EMAIL PROTECTED]) Hello everyone. I'm using mod_perl and Apache for a typical web project. Each piece of mod_perl code will need to be able to access a lot of configuration info. I guess we'll store the configuration info in a plaintext file. This configuration in

Re: Memory leak hell...

2000-09-11 Thread Matt Sergeant
On Mon, 11 Sep 2000, Stas Bekman wrote: > On Mon, 11 Sep 2000, Matt Sergeant wrote: > > > On Mon, 11 Sep 2000, Stas Bekman wrote: > > > > > I was thinking about going thru the symbol table and dumping all the > > > variables. And run diff between the dumps of the two requests. Be careful > > >

Re: Memory leak hell...

2000-09-11 Thread Stas Bekman
On Mon, 11 Sep 2000, Matt Sergeant wrote: > On Mon, 11 Sep 2000, Stas Bekman wrote: > > > I was thinking about going thru the symbol table and dumping all the > > variables. And run diff between the dumps of the two requests. Be careful > > though that Devel::Peek doesn't show a complete dump fo

Re: Executing Perl Scripts on the Web Browser.

2000-09-11 Thread ABDUL RAHMAN.......
Dear All,   Iam presently using BSDI unix. When I am trying to execute the perl scripts on the browser I am not able to execute.  I went to httpd.conf file and checked for your given below steps for configuring.  But, I was able to see the related configuration steps in srm.conf file inste