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

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 most

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 page

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 Location /foologin AuthType Apache::AuthTicket AuthName Foo SetHandler perl-script PerlHandler

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 Lperlsub is confusing. I agree with that, and with your general observation. From my hanging out on P5P, a subroutine is

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 fatalsToBrowser

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

wwwmake rootmake 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: wwwmake rootmake 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" ?

Re: wwwmake rootmake 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: 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: 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 web

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 corrupted in

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

mod_perl test report

2000-11-25 Thread Roberto Baglioni
mod_perl VERSION: 1.24 Apache version: 1.3.14 Apache MMN: 19990320 [notice] END block called for startup.pl [notice] Destruction-DESTROY called for $global_object [Fri Nov 24 11:11:55 2000] [warn] [notice] child_init for process 5707, report any problems to [no address given] [Fri Nov 24

cvs commit: modperl/Apache Apache.pm

2000-11-25 Thread sbekman
sbekman 00/11/25 07:39:25 Modified:.Changes mod_perl.pod Apache Apache.pm Log: Documenting the new PerlAddVar httpd.conf directive. Please verify that I didn't do any mistakes since I've added this from my notes made about 6 months ago. Thanks.