RE: Empty file uploads

2005-03-03 Thread Gerald Richter
> > Note the filename - its the same as the one I was using for > my upload tests as described in my previous email. I must > stress that this piece of code is entirely unrelated - it > isn't even a form. However, it is running under the same set > of Embperl objects that build the site, and i

Setting up advanced session handler with memcached

2005-03-03 Thread Wilde, Donald
Greetings: After reading of Embperl on Perlmonks.org, I've decided that it really is worth examining as a replacement for my php. I've installed mod_perl, Apache 1.3.33, and MySQL 4 on my FreeBSD 4.11-STABLE system. Looking for a better way to handle sessions, I found Apache::Session::Memcached. I

RE: Embperl 1.3 to 2.0 conversion issues, configuring Apache

2005-03-03 Thread Trey Hyde
On Wed, 2005-03-02 at 21:42 +0100, Gerald Richter wrote: > Do you have a ClearModuleList in your config? > > > Yes, this is how we've been loading these modules for about 5 years. > Please try without the ClearModuleList and the AddModule's Gerald That did it.  Is the ClearModuleLi

RE: Embperl 1.3 to 2.0 conversion issues, configuring Apache

2005-03-03 Thread Gerald Richter
> > > That did it. Is the ClearModuleList trick in a FAQ somewhere > I missed? No, it's only in the mailing list archive. I should add it to the documentation. Gerald - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

RE: Setting up advanced session handler with memcached

2005-03-03 Thread Gerald Richter
Hi, > After reading of Embperl on Perlmonks.org, I've decided that > it really is worth examining as a replacement for my php. > I've installed mod_perl, Apache 1.3.33, and MySQL 4 on my > FreeBSD 4.11-STABLE system. Looking for a better way to > handle sessions, I found Apache::Session::Memc