Re: [ libapreq ] desesperatly need of .32 or .33

2000-11-25 Thread Jim Winstead
On Nov 22, Joe Schaefer wrote: > But before anyone bites off more than they can chew, perhaps some > discussion of the current bugs and future needs for libapreq should > be aired out. the issues i know of: * memory bloat from multipart buffer code (but there's your patch and the one i've sent

Re: libapreq and file upload

2000-11-25 Thread Joe Schaefer
"John Reid" <[EMAIL PROTECTED]> writes: > Hi All > > I am helping someone debug an application in using mod_perl on Win32. Our > page parser handler handles fileuploads automatically using the > Apache::Upload object. The person in question is uploading word documents > and they are being corrup

Re: Remote Hosting

2000-11-25 Thread Alan E. Derhaag
[EMAIL PROTECTED] (Allen Wilson) writes: > Does anyone have an idea of how to set up a remote host request. I am attempting > to set up a web system where the user makes a request and it is process from one > server to another. The remote server will return a file that will be formatted > in a we

Re: Apache::Session Questions

2000-11-25 Thread Jeffrey W. Baker
On Thu, 23 Nov 2000 [EMAIL PROTECTED] wrote: > I installed Apache::Session and am employing embed perl to do some simple > session management. Apache restarts fine as of now. > However, when I try using %mdat or %udat I get this error message: > > [57250]ERR: 24: Line 17: Error in Perl code: No

Re: www>make && root>make install?

2000-11-25 Thread JoshNarins
Thanks Stas! [EMAIL PROTECTED] wrote: > mod_perl is just like any other Perl module. You have to be root > to be able to install the system side files (mostly .pm) > unless you are doing some local installation, see: > http://perl.apache.org/guide/install.html#Installation_Without_Superuser_P

Re: www>make && root>make install?

2000-11-25 Thread Stas Bekman
On Sat, 25 Nov 2000 [EMAIL PROTECTED] wrote: > > Hello. > > I'm running planning to run an ssl,mod_perl enabled > web server from my debian box. > > I've done all the steps so far as the unpriveleged user > who will be owner of the child httpd processes. > > Should I su before I "make install

www>make && root>make install?

2000-11-25 Thread JoshNarins
Hello. I'm running planning to run an ssl,mod_perl enabled web server from my debian box. I've done all the steps so far as the unpriveleged user who will be owner of the child httpd processes. Should I su before I "make install" ? Thank you. -JoshNarins ---

Re: AuthCookie

2000-11-25 Thread Michael
> Check your apache logs.. I don't think your server is actually > sending the protected page, Netscape is showing you a cached > version. I think this is a bug in Netscape 4.7 (for linux anyway), > because that happens to me occasionally even with "Cache-Control: > no-cache" and no "Expires:" he

Re: Re: Apache::Registry + errors in a browser

2000-11-25 Thread Jacek Ostrowski
darren chamberlain wrote: > > Jacek Ostrowski ([EMAIL PROTECTED]) said something to this effect: > > hi, > > > > I have a litle suggestion to Apache::Registry - > > I tried to change it to allow script writers > > to see compile errors in a browser. > > cut > > Why not just use CGI::Carp? The fa

Re: global variables and reparsing (short reproducible example)

2000-11-25 Thread Stas Bekman
On 24 May 2000, Randal L. Schwartz wrote: > > "tayers" == <[EMAIL PROTECTED]> writes: > > tayers> Given the above more complete descriptions I would say the usage in > tayers> L is confusing. > > I agree with that, and with your general observation. From my hanging > out on P5P, a subro

Need help with Apache::AuthTicket

2000-11-25 Thread Christopher L. Everett
In the docs for Apache::AuthTicket it says you need to specify PerlSetVar FooTicketLoginHandler /foologin PerlSetVar FooLoginScript/foologinform and then you need to add AuthType Apache::AuthTicket AuthName Foo SetHandler perl-script PerlHandler Apache::AuthTicket->login A

Re: AuthCookie

2000-11-25 Thread Glorfindel
Kiran Kumar wrote: > Hi, > I have Installed AuthCookie Module but it does not work on netscape (4.7) > but works on IE . >In netscape after I logout and later i req Hello all, > uest a protected page i still > get the page ,Can anyone help me on this . netscape could cache the requested

Re: Determining memory available for cache

2000-11-25 Thread Glorfindel
[EMAIL PROTECTED] wrote: > This mail is probably naive. Sorry. > Not so naive ! > > I want to set up a cache, storing html templates and perl widgets (held > in MySQL) that are regularly eval'd. I want to attach timestamps and hit > counts to each stored scalar, to help decide which are the mos

libapreq and file upload

2000-11-25 Thread John Reid
Hi All I am helping someone debug an application in using mod_perl on Win32. Our page parser handler handles fileuploads automatically using the Apache::Upload object. The person in question is uploading word documents and they are being corrupted in transit. It looks like CRLF substitution. We h