File upload problem

2001-03-26 Thread Sophokles Zafeiris
Hi, I'm new in mod_perl. I'm trying to write an ASP script using Perlscript that will be able to perform file uploading from an html form. Is there any script that I could use?

[DIGEST] mod_perl digest 03/24/01

2001-03-26 Thread Geoffrey Young
-- mod_perl digest March 18, 2001 - March 24, 2001 -- Recent happenings in the mod_perl world... Features o

Re: Reading Apache config info from mod_perl

2001-03-26 Thread Jason Leidigh
This depend on the info you want as certain tables of info have different methods.  For the port you can use:   my $port = $r->get_server_port;   I'm not sure you can get the actaul pass file used for the protected dir howevere you can recover the authentication result and the pass used to ge

Efficient pre-loading of symlinks and virtual directories

2001-03-26 Thread Fredrik Sjoholm
It's well known that Apache::Registry will load and compile the same script multiple times when a site contains Apache::Registry scripts in mutliple directories, symlinked and aliased to different URLs (perhaps as a means of different levels of access restriction to the same scripts). An easy (a

Apache::Session problems

2001-03-26 Thread Christopher L. Everett,,,
Apache::Session::MySQL won't save session state. Apache::Session::File returns the following error: Insecure dependency in open while running with -T switch at /usr/local/lib/perl5/site_perl/5.6.0/Apache/Session/Lock/File.pm line 40. here's the code in question: sub put_or_del_session { my ($

Re: Apache::Filter

2001-03-26 Thread Ken Williams
[EMAIL PROTECTED] (Manfred Hui) wrote: >I have recently installed Kent Williams' Apache::Filter Module, and >tested it with the supplied UC module and it worked with simple cgi scripts. > >However I have experienced a problem though when my cgi calls CGI.pm's >redirect() and header(). > >Instead

Re: Apache::Session problems

2001-03-26 Thread Cees Hek
On Mon, 26 Mar 2001, Christopher L. Everett,,, wrote: > Apache::Session::MySQL won't save session state. > Apache::Session::File returns the following error: > > Insecure dependency in open while running with -T switch at > /usr/local/lib/perl5/site_perl/5.6.0/Apache/Session/Lock/File.pm > line

Re: Apache::Session problems

2001-03-26 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 3:24 AM +1000 3/28/01, Cees Hek wrote: > >$session->{data}->{_session_id}, which is really just the $session_id >variable that you pulled out of a Cookie in your code below (and >cookies are automatically tainted since it comes from the user). You

apache compress / apache filter / mason

2001-03-26 Thread rene mendoza
Hi, i didnt know where to post so i m sorry if this was off topic i am working in a mod_perl enviroment using mason 1.0, i d like to have compressed the ouput with gzip i know that there are two options apache compress and mod_gzip, id been told that making mod_dav to work with mod_perl is rathe