Re: Apache::Session

2002-02-24 Thread Christoph Lange
Hi Milo, thanks for your answer. I hope you will excuse, but I am not sure whether I got you right. The session hash is serialized/deserialized in its entirety using the Storable module. Does this mean, that - after tying the session hash - it is of no importance (concerning the amount of time

Re: SUCCESS: libapreq working in Mac OS X

2002-02-24 Thread Charles Albrecht
At 12:17 PM -0500 2/22/2002, Joe Schaefer wrote: Ged Haywood [EMAIL PROTECTED] writes: Hi there, On 22 Feb 2002, Joe Schaefer wrote: 3) Install libapreq.so.1.0.0 (to /usr/local/lib) using: % ./configure % make % make install 4) Now install

[ANNOUNCE] libapreq 1.0 released

2002-02-24 Thread Jim Winstead
(this is the package that provides Apache::Request and Apache::Cookie.) The URL http://httpd.apache.org/dist/httpd/libapreq-1.0.tar.gz has entered CPAN as file: $CPAN/authors/id/J/JI/JIMW/libapreq-1.0.tar.gz size: 160944 bytes md5: 26b9c4c6667ce367cd28c46805bee2dd more information

Re: htaccess and mime types

2002-02-24 Thread Andy Lester
I'm reading my Apache bible and the section on MIME types and my question is: Is there a way to modify the htaccess file so that regardless of the file requested (.gif, .wav, .jpg, etc.) they would receive a file recognizable as an html document or a plain text file when clicked on? Whyncha

[PATCH] mod_perl 1.26 port to POSIX 1003.1-2001 hosts

2002-02-24 Thread Paul Eggert
The new POSIX standard is now official (IEEE Std 1003.1-2001), and it has removed support for some obsolete utility options that modperl uses. Basically, the new POSIX has removed digit-string options (e.g., tail -1) and options beginning with + (e.g., sort +1). I'm using an experimental

Re: Apache::Session

2002-02-24 Thread Jeffrey W. Baker
On Sun, 2002-02-24 at 02:43, Christoph Lange wrote: Hi Milo, thanks for your answer. I hope you will excuse, but I am not sure whether I got you right. The session hash is serialized/deserialized in its entirety using the Storable module. Does this mean, that - after tying the session

Re: [ANNOUNCE] libapreq 1.0 released

2002-02-24 Thread David Wheeler
On Fri, 2002-02-22 at 12:43, Jim Winstead wrote: (this is the package that provides Apache::Request and Apache::Cookie.) snip / Okay, just so I'm clear, does this version of libapreq compile on Mac OS X just like on any other *nix? You don't mention support for Mac OS X in the Changes...

Re: Apache::Session

2002-02-24 Thread Milo Hyson
On Sunday 24 February 2002 02:43 am, Christoph Lange wrote: The session hash is serialized/deserialized in its entirety using the Storable module. Does this mean, that - after tying the session hash - it is of no importance (concerning the amount of time needed) whether I do

Re: System crash related to mod_perl

2002-02-24 Thread Medi Montaseri
Try GET-ing the pate by telnet-ing to your HTTP prot (perhaps 80) or use GET(1) or any of the command line HTTP clients. And wite the result to a file then go over it for HTTP compliancy. Possible cases: - Restart your HTTP server , ie always start on a clean sheet of paper - Do this test on a

Re: System crash related to mod_perl

2002-02-24 Thread Jim Hull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I found the problem was happening for the lack of a content length header. Adding this has since fixed the problem. Thanks for everyones input, Jim - - To play a game is to

Deleting a PerlSetVar variable

2002-02-24 Thread simran
Hi All, I could not find references on how to delete a varaible once set via PerlSetVar. I am setting a global 'PerlSetVar AuthNameExpires +24h' variable in my httpd.conf and want to be able to set it back to expire at end of session for some virtual hosts. If i could delete that variable,